diskimage-builder/elements/apt-preferences
Martin André 2cd6f3fc3b Fix unbound variables in apt-{preferences,sources}
Also make the apt-sources element exit with a non-error status code
when the DIB_APT_SOURCES is not set.

This allows including the apt-preferences and apt-sources elements
even if DIB_DPKG_MANIFEST and DIB_APT_SOURCES are not exported.

Change-Id: I8507dd9c69d1371eab38f720dcfdd89aa5345e8b
2015-02-24 12:27:50 +00:00
..
extra-data.d Fix unbound variables in apt-{preferences,sources} 2015-02-24 12:27:50 +00:00
README.md Create an element to allow using a dpkg manifest 2014-05-26 11:23:48 +01:00

Create package pins for apt systems if packages need to be held back

For APT based systems, you specify package priorities in the apt preferences file. This element reads the given manifest file, specified in DIB_DPKG_MANIFEST, to set pins to enable pinning of older versions for the given packages.