diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-07 22:05:08 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:37 +0100 |
commit | bb56b10384649bb97bbc42722115fa586a9b67a8 (patch) | |
tree | f08d1a76206dd6f7f44110fdbb68230f8148fd2b /helpers/lh_chroot_sources | |
parent | 6538fac66feaa5cb7957013a29da704a09256e3f (diff) | |
download | vyos-live-build-bb56b10384649bb97bbc42722115fa586a9b67a8.tar.gz vyos-live-build-bb56b10384649bb97bbc42722115fa586a9b67a8.zip |
Ensure packages in config/chroot_local-packages override all others.
This reverts config/chroot_local-packages to almost original semantics by
giving any package in chroot_local-packages a priority of 1001, allowing
it to "downgrade" packages and generally override the standard APT sources.
I think this follows the idea of this directory more and is likely to be
more useful with this setup - rebuilding a package simply to bump a version
number or keeping a custom apt_preferences(5) file around kinda sucks,
especially as it is often used as a temporary workaround.
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-x | helpers/lh_chroot_sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index 9da2c0d3f..3d69cd6e1 100755 --- a/helpers/lh_chroot_sources +++ b/helpers/lh_chroot_sources @@ -120,7 +120,7 @@ case "${1}" in then # Generate Release echo "cd /root/local-packages && apt-ftparchive \ - -o APT::FTPArchive::Release::Label=local-packages \ + -o APT::FTPArchive::Release::Origin=chroot_local-packages \ release . > Release" | Chroot sh _LH_DOTGNUPG_EXISTED=0 |