summaryrefslogtreecommitdiff
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependencies on morphlib and cliapp from deployment extensionsbaserock/adamcoldrick/remove-dependenciesAdam Coldrick2015-06-1025-366/+694
| | | | | | | | | | | | | | | | | This is done by either copying or reimplementing relevant parts of morphlib/cliapp in extensions/writeexts.py, or by using functionality from the Python standard library instead where appropriate. Note that this means that these extensions will require "$definitions_checkout/extensions" in PYTHONPATH when they are run. This commit also updates VERSION to 6, since the PYTHONPATH requirement means that this change is incompatible with old versions of morph. Change-Id: Iec6fa7e3c7219619ce55e18493e5c37c36e97816
* Move xfer-hole and recv-hole into extensions/baserock/adamcoldrick/writeexts-in-definitionsAdam Coldrick2015-06-042-0/+295
| | | | Change-Id: I46ed5f3ec85f9662bebac592eff7a6eb6d628f28
* Stop extensions/writeexts.py from depending on morphlib and cliappAdam Coldrick2015-06-031-49/+121
| | | | Change-Id: I2a53e250f1782e23f7be20e7a1514c392180ec02
* Put writeexts.py in extensions subdirectoryAdam Coldrick2015-06-031-0/+624
| | | | Change-Id: I6eb8fe69416bbf483ffa8c1c317c8f8cea56ef0e
* Fix install-essential-filesAdam Coldrick2015-06-031-2/+1
| | | | Change-Id: I6ace782d08aaa476e9da07d295724734e41b9837
* Move all the directories used for install-files into a subdirectorybaserock/adamcoldrick/all-exts-in-definitions-v2Adam Coldrick2015-06-021-1/+1
| | | | Change-Id: I309c183ce8b9ff9d0f5ac4807244547f2cc4ddf5
* Move extensions into a subdirectoryAdam Coldrick2015-06-0288-0/+8208
Change-Id: I12e7c03b30da78da1eb220d2826ce0003d6efe2e