diskimage-builder/elements/manifests
James Slagle 7c0e30fac9 Run environment.d hook for manifests earlier
15-pip-manifests depends on the variables defined by the manifests
element, so we need to run this one earlier. I would have thought things
were alpha sorted after the numerical sort...but I just ran into this,
so apparently not.

Change-Id: Ifedf544222b5a8eb7630efda609eb6a5b9629de3
2014-09-11 21:09:13 -04:00
..
cleanup.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
environment.d Run environment.d hook for manifests earlier 2014-09-11 21:09:13 -04:00
extra-data.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
README.md Standardise manifest creation and retrieval 2014-04-10 12:25:13 +01:00

Copy any manifests generated into the build area post-image creation

This element should be a dependency of any element that writes a manifest into the DIB_MANIFEST_IMAGE_DIR, which defaults to /etc/dib-manifests. This is created in extra-data.d rather than pre-install.d to allow the source-repositories element to make use of it

The manifests are copied to DIB_MANIFEST_SAVE_DIR, which defaults to ${IMAGE_NAME}.d/, resulting in the manifests being available as ${IMAGE_NAME}.d/dib-manifests by default