summaryrefslogtreecommitdiff
path: root/migrations/008-submodules-in-strata.py
Commit message (Collapse)AuthorAgeFilesLines
* migrations/008: Make it work for chunks whose ref is not a commit SHA1HEADmasterSam Thursfield2016-04-111-6/+45
| | | | | | Reported here: <https://storyboard.baserock.org/#!/story/93> Change-Id: I08aa2f2f205f805661dfd2043eb100baaf2eb72b
* migrations/008: Fix some PyLint warningsSam Thursfield2016-04-111-9/+6
| | | | | | | Fixes unused imports, unused variables, whitespace errors, and lines > 79 chars. Change-Id: Ib663a651de3999d3219c73de714ef064d936ae55
* Speed up migration 008Pedro Alvarez2016-03-271-10/+27
| | | | | | | | | | Given that the script already needs access to the Trove git.baserock.org, use it to read the .gitmodules files without cloning the repositories. Also, avoid creating a 'submodules' field when .gitmodules is empty. Change-Id: I7587587e35b5f52251503fe52af92114fbad4644
* Add migration tool for definitions version 8. Allows for explicitlyDan Firth2016-02-261-0/+220
declared submodule url translation in chunks with known submodules. Updated schema to match Change-Id: I26d141940cf32810cd9045e9a3c4065e35f7c8a3