=== modified file 'linaro_image_tools/hwpack/tests/test_script.py'
@@ -103,9 +103,15 @@
'\n[ubuntu]\nsources-entry=%s\n' % (
package_name, source.sources_entry)))
stdout, stderr = self.run_script([config.filename, "1.0"])
+
+ # XXX Adding in the format deprecation message below is just a hack
+ # until the test can be fixed up to test a new format hwpack.
+
self.assertThat(
stderr,
DocTestMatches(
"Building for %(arch)s\nFetching packages\n"
+ "The format '1.0' is deprecated, please update your hardware "
+ "pack configuration.\n"
"Wrote hwpack_ahwpack_1.0_%(arch)s.tar.gz"
"\n" % dict(arch=architecture)))
=== modified file 'setup.py'
@@ -18,6 +18,5 @@
"initrd-do",
"linaro-hwpack-create", "linaro-hwpack-install",
"linaro-media-create", "linaro-android-media-create",
- "linaro-hwpack-replace", "linaro-fetch-image",
- "linaro-fetch-image-ui"],
+ "linaro-hwpack-replace"],
)