diskimage-builder/lib
Tim Miller 7ef33c51db Source img-functions into common-functions.
A recent commit added a call to function cleanup_dirs to
the common-functions file, but this function is not in scope
for all code paths.

The problem can be reproduced like so:
  bin/ramdisk-image-create deploy -o /tmp/foo

Which results in the error:
  bin/../lib/common-functions: line 35: cleanup_dirs: command not found

This change causes cleanup_dirs to be in scope when calling ramdisk-image-create.

Change-Id: Iaf01beb9dd42a9d810d8aed1aa4ce19a5854c09b
2013-04-30 19:36:37 -07:00
..
common-functions Source img-functions into common-functions. 2013-04-30 19:36:37 -07:00
die Fix copyrights for HP work. 2012-11-15 16:20:32 +13:00
img-defaults Improve Fedora build host support: architectures. 2013-04-25 11:04:02 +01:00
img-functions Build images using loopdev instead of qemu-nbd. 2013-04-30 08:56:12 -07:00
ramdisk-defaults Always include the in-tree elements directory. 2013-04-08 10:26:44 +12:00
ramdisk-functions Use multiple locations for elements dir. 2013-02-27 10:48:55 +01:00