summaryrefslogtreecommitdiff
path: root/migrations
Commit message (Collapse)AuthorAgeFilesLines
* migrations: Fix version 7 looking for its data fileSam Thursfield2016-04-101-2/+2
| | | | | | | This broke when I moved the migrations out of definitions.git, and I should have just implemented it like this in the first place. Change-Id: I0096f4410d6475e7f57fd2f04fbfb0e61062b435
* migrations: Fix version 6 migration when build system isn't detectedSam Thursfield2016-04-101-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Turns this... ../spec/migrations/006-specify-build-system.py: Traceback (most recent call last): File "../spec/migrations/006-specify-build-system.py", line 340, in <module> modify_cb=ensure_buildsystem_defined_where_needed) File "/home/sam/baserock/spec/migrations/migrations.py", line 220, in process_definitions changed = modify_cb(contents, filename) File "../spec/migrations/006-specify-build-system.py", line 327, in ensure_buildsystem_defined_where_needed chunk_ref['build-system'] = build_system.name AttributeError: 'NoneType' object has no attribute 'name' Into this: ../spec/migrations/006-specify-build-system.py: WARNING: Couldn't work out the build system of chunk Module-Build-Tiny WARNING: Couldn't work out the build system of chunk Params-Validate Change-Id: I9bc5408e6550303023abb839a45e6562306e4702
* Creation of Baserock definitions format specification repoSam Thursfield2016-02-2013-0/+1422
This contains: - textual description of the Baserock definitions format, and the list of changes since version 0, taken from: git://baserock.branchable.com/ - migrations and schemas taken from git://git.baserock.org/baserock/baserock/definitions.