Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-13 | Also strip out source archives from local archive definitions when using ↵ | Daniel Baumann | |
--apt-source-archives false. | |||
2011-10-03 | Adding bug number to comments when moving top-level sources.list. | Daniel Baumann | |
2011-09-30 | Making top sources.list conditional, not everyone necessarily always uses that. | Daniel Baumann | |
2011-09-30 | Treating 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-14 | Making sure that volatile for the parent distribution is still included in ↵ | Daniel Baumann | |
derivatives mode. | |||
2011-09-14 | Updating volatile handling in chroot_archives for derivatives when using ↵ | Daniel Baumann | |
foo-backports distribution scheme. | |||
2011-09-07 | Correcting syntax error in local package handling. | Daniel Baumann | |
2011-09-07 | Also respect config/packages for packages to be installed in both chroot and ↵ | Daniel Baumann | |
binary. | |||
2011-09-07 | Setting origin in apt release files for local packages to ↵ | Daniel Baumann | |
config/packages.chroot. | |||
2011-09-07 | Renaming config/chroot_packages to config/packages.chroot. | Daniel Baumann | |
2011-08-24 | Renaming --apt-source to --apt-source-archives. | Daniel Baumann | |
2011-08-24 | Introducing --apt-sources option to control if the live system should have ↵ | Daniel Baumann | |
deb-src entries in sources.list. | |||
2011-08-16 | Merging in last bit of lb_chroot_local-packages into lb_chroot_archives ↵ | Daniel Baumann | |
(Closes: #635046). | |||
2011-08-16 | Correcting wrong variables in volatile handling for derivatives. | Daniel Baumann | |
2011-08-09 | Also guarding key additions for local configured archives to not fail if no ↵ | Daniel Baumann | |
key is supplied. | |||
2011-08-08 | Guarding archives handling with an additional check to prevent ugly message ↵ | Daniel Baumann | |
about files not existing. | |||
2011-08-08 | Also using definition files without suffix (so that e.g. foo.list is used ↵ | Daniel Baumann | |
for both chroot and binary stage). | |||
2011-08-05 | Reverse 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-19 | Adding kubuntu mode in order to have different defadefault hooks enabled for ↵ | Daniel Baumann | |
ubuntu and kubuntu (needed for #630088). | |||
2011-06-29 | Correcting wrong chroot call in chroot_archives, only affecting derivatives. | Daniel Baumann | |
2011-06-18 | Correct keyring packages temporary workaround to not fail when aptitude is ↵ | Daniel Baumann | |
selected (Closes: #630919). | |||
2011-06-15 | Since 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-15 | Using .list suffix in config/archives. | Daniel Baumann | |
2011-06-15 | Changing archives key suffix from .gpg to .key. | Daniel Baumann | |
2011-06-15 | Unifying 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-15 | Renaming chroot_sources script to chroot_archives for consistency with ↵ | Daniel Baumann | |
debian-policy terminology. |