summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_archives
AgeCommit message (Collapse)Author
2011-10-13Also strip out source archives from local archive definitions when using ↵Daniel Baumann
--apt-source-archives false.
2011-10-03Adding bug number to comments when moving top-level sources.list.Daniel Baumann
2011-09-30Making top sources.list conditional, not everyone necessarily always uses that.Daniel Baumann
2011-09-30Treating sources.list top-level file specially to workaround bug in apt that ↵Daniel Baumann
makes sources.list.d sources to be never prefered over main sources.list when using pinning (Closes: #573054).
2011-09-14Making sure that volatile for the parent distribution is still included in ↵Daniel Baumann
derivatives mode.
2011-09-14Updating volatile handling in chroot_archives for derivatives when using ↵Daniel Baumann
foo-backports distribution scheme.
2011-09-07Correcting syntax error in local package handling.Daniel Baumann
2011-09-07Also respect config/packages for packages to be installed in both chroot and ↵Daniel Baumann
binary.
2011-09-07Setting origin in apt release files for local packages to ↵Daniel Baumann
config/packages.chroot.
2011-09-07Renaming config/chroot_packages to config/packages.chroot.Daniel Baumann
2011-08-24Renaming --apt-source to --apt-source-archives.Daniel Baumann
2011-08-24Introducing --apt-sources option to control if the live system should have ↵Daniel Baumann
deb-src entries in sources.list.
2011-08-16Merging in last bit of lb_chroot_local-packages into lb_chroot_archives ↵Daniel Baumann
(Closes: #635046).
2011-08-16Correcting wrong variables in volatile handling for derivatives.Daniel Baumann
2011-08-09Also guarding key additions for local configured archives to not fail if no ↵Daniel Baumann
key is supplied.
2011-08-08Guarding archives handling with an additional check to prevent ugly message ↵Daniel Baumann
about files not existing.
2011-08-08Also using definition files without suffix (so that e.g. foo.list is used ↵Daniel Baumann
for both chroot and binary stage).
2011-08-05Reverse keywords in suffix of the archive definition files for consistency.Daniel Baumann
Previously, config/archives/foo.{binary,chroot}.{key,list} was used, now we use config/archives/foo.{key,list}.{binary,chroot}. That way, we're using the same single suffix for all files to make them specific for either binary and chroot, rather than having an exception to the rule for archive definitions.
2011-07-19Adding kubuntu mode in order to have different defadefault hooks enabled for ↵Daniel Baumann
ubuntu and kubuntu (needed for #630088).
2011-06-29Correcting wrong chroot call in chroot_archives, only affecting derivatives.Daniel Baumann
2011-06-18Correct keyring packages temporary workaround to not fail when aptitude is ↵Daniel Baumann
selected (Closes: #630919).
2011-06-15Since we don't have global packages anymore, renaming ↵Daniel Baumann
lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages.
2011-06-15Using .list suffix in config/archives.Daniel Baumann
2011-06-15Changing archives key suffix from .gpg to .key.Daniel Baumann
2011-06-15Unifying config/chroot_archives and config/archives, now only using ↵Daniel Baumann
config/archives. Previously, we had config/chroot_sources (or config/chroot_archives) that allowed local configuration for third-party repositories but we also had config/archives (or config/repositories) that did the very same, but also alled to use 'variables' (e.g. @DISTRIBUTION@ or @ARCHIVE_AREAS@ to be used) that got replaces automatically. Now, we have only config/archives that can do both. This gets rid of the unecessary double handling of the same thing in two places.
2011-06-15Renaming chroot_sources script to chroot_archives for consistency with ↵Daniel Baumann
debian-policy terminology.