summaryrefslogtreecommitdiff
path: root/extensions/strip-gplv3.configure
Commit message (Collapse)AuthorAgeFilesLines
* extensions/strip-gplv3.configure: Fix to work with YBDEdward Cragg2016-05-041-21/+10
| | | | | | | | Add an object and functions allowing metadata to be read more easily from multiple sources, either morph metadata, or with a conversion function for YBD formatted metadata. Change-Id: I94ea2425edecb4a659968134b0900081e22913d3
* Update licensecheck.py and strip-gplv3.configurePedro Alvarez2016-03-011-1/+3
| | | | Change-Id: I3149413c2126194c538105d26b93fde9a8298ed0
* strip-gplv3: Force `busybox find` to use posix-basic regular expressions.Pedro Alvarez2015-08-151-1/+1
| | | | | | | We could also set the '-regextype posix-basic' option to do this in GNU find, but that would fail with busybox. Change-Id: Ideaa9950efc23d8351e2796b7c6f06988c8c0176
* More fixes for various deployment extensionsAdam Coldrick2015-06-231-0/+1
| | | | | | | | | Some of the extensions had extraneous imports, and a couple didn't import things they used. The same bug as in the kvm deployment extension existed in the virtualbox deployment extension, and is fixed in this commit. Change-Id: I2bd8169818ce5444af522c135a9e0326c1212ce2
* Remove dependencies on morphlib and cliapp from deployment extensionsbaserock/adamcoldrick/remove-dependencies-v3Adam Coldrick2015-06-111-12/+16
| | | | | | | | | | | | | | | | This is done by either copying some utility functions from morph into writeexts.py, and using the `subprocess` module rather than cliapp's runcmd and ssh_runcmd. Note that this means that these extensions will require "$definitions_checkout/extensions" in PYTHONPATH when they are run. This commit also updates VERSION to 5, since the PYTHONPATH requirement means that this change is incompatible with old versions of morph. Change-Id: Iec6fa7e3c7219619ce55e18493e5c37c36e97816
* Move extensions into a subdirectoryAdam Coldrick2015-06-021-0/+101
Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e