summaryrefslogtreecommitdiff
path: root/extensions/image-package-example/README
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-04 15:17:44 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-10 08:04:53 +0000
commitab90762d9a695118e7a89690c2f3b8c15e247a76 (patch)
treeb4227a6977d6e85a1830d1d97fa8087d9140dc94 /extensions/image-package-example/README
parent20dfa465dd7a06c41947002b82ebb318168c18b2 (diff)
downloaddefinitions-baserock/adamcoldrick/remove-dependencies.tar.gz
Remove dependencies on morphlib and cliapp from deployment extensionsbaserock/adamcoldrick/remove-dependencies
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
Diffstat (limited to 'extensions/image-package-example/README')
-rw-r--r--extensions/image-package-example/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/image-package-example/README b/extensions/image-package-example/README
index c1322f25..f6b66cd9 100644
--- a/extensions/image-package-example/README
+++ b/extensions/image-package-example/README
@@ -5,5 +5,5 @@ These are scripts used to create disk images or install the system onto
an existing disk.
This is also implemented independently for the rawdisk.write write
-extension; see morphlib.writeexts.WriteExtension.create_local_system()
-for a similar, python implementation.
+extension; see writeexts.WriteExtension.create_local_system() for
+a similar, python implementation.