summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_archives
AgeCommit message (Collapse)Author
2012-10-25Removing unecessary removal of apt preferences.Daniel Baumann
When we rebuild an image with changed local archives, we would preferably remove the already existing preferences files. However, there's no way to make sure that we remove enough or too much, hence we don't remove any at all and stay with the dogma: "If you change something in the config tree affecting $stage, you need to rebuild that stage from scratch." So for pinning changes for local archives, this means, since it's affecting the chroot stage, we'll have to rebuild the chroot stage: "lb clean --chroot && lb chroot"
2012-10-25Renaming progress mode to progress-linux to match the used naming scheme.Daniel Baumann
2012-09-30Supporting parent distribution as a variable field in archive definitions.Daniel Baumann
2012-09-26Renaming volatile options refering to volatile archive to updates to match ↵Daniel Baumann
current archive namings.
2012-08-27Dropping lb prefix from live-build scripts, not needed anymore.Daniel Baumann
Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now.