summaryrefslogtreecommitdiff
path: root/migrations/006-specify-build-system.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-201-0/+354
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.