Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Bump Standards-Version to 4.5.1debian/1%20210122 | Raphaël Hertzog | |
Gbp-Dch: Ignore | |||
2021-01-22 | Update changelog | Raphaël Hertzog | |
2021-01-22 | Get rid of deprecated needs-recommends feature | Raphaël Hertzog | |
Instead embed the recommended packages in the Depends field following the advice from autopkgtest maintainers (and the nagging from lintian). | |||
2021-01-22 | Update lintian override | Raphaël Hertzog | |
Gbp-Dch: Ignore | |||
2021-01-22 | Update changelog for 1:20210122 release | Raphaël Hertzog | |
2021-01-21 | Fix a small info message | Raphaël Hertzog | |
2021-01-20 | Add arm64 udeb include files | Steev Klimaszewski | |
Signed-off-by: Steev Klimaszewski <steev@kali.org> | |||
2021-01-17 | Bugfix: do not create /dev/lock and /dev/lock-frontend | Roland Clobus | |
2021-01-16 | binary_rootfs stage: slightly lower mksquashfs nice levels (19 -> 17) | Marcel Partap | |
.. so its priority is low, but above BOINC grid computing (19). | |||
2021-01-16 | binary_rootfs stage: disable mksquashfs progress bar only in quiet mode | Marcel Partap | |
2021-01-15 | binary_rootfs stage: give custom MKSQUASHFS_OPTIONS precedence | Marcel Partap | |
courtesy of sed -i -r '/MKSQUASHFS_OPTIONS/ s/"(\$\{.*\}) ([^"]+)"/"\2 \1"/' scripts/build/binary_rootfs | |||
2021-01-15 | Apply SOURCE_DATE_EPOCH to newly generated files and create a log | Roland Clobus | |
2021-01-15 | Set timestamp in embedded files of the installer | Roland Clobus | |
2021-01-15 | Set timestamp embedded in EFI files | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for the partition-id of /boot/grub/efi.img | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for the partition-id of /efi.img | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for 'now' in .disk/info | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for 'now' in the boot splash image | Roland Clobus | |
2021-01-15 | SOURCE_DATE_EPOCH is always set | Roland Clobus | |
2021-01-15 | Ensure that SOURCE_DATE_EPOCH is always set in all sub scripts. | Roland Clobus | |
When SOURCE_DATE_EPOCH was already set before 'lb config', also enable UTC timestamps. | |||
2021-01-14 | exit.sh: fix selinux mountpoint | Jan Kot | |
2021-01-13 | packages.sh: check for /etc/debian_version existance rather than dpkg-query ↵ | Jan Kot | |
aviability | |||
2021-01-13 | bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrap | Jan Kot | |
As we're checking if debootstrap is present on the host machine, we should look for it in /usr/sbin and not ./bin | |||
2021-01-13 | Add new manpage to the list of translatable files | Roland Clobus | |
2021-01-12 | Update changelog | Raphaël Hertzog | |
2021-01-12 | Update renamed lintian tag names in lintian overrides. | Raphaël Hertzog | |
Changes-By: lintian-brush Fixes: lintian: renamed-tag See-also: https://lintian.debian.org/tags/renamed-tag.html | |||
2021-01-12 | Don't fail if one of the package lists expands to an empty list | Raphaël Hertzog | |
When a package lists contains only packages protected by a test that doesn't match for the current run, then Expand_package_list outputs nothing and the following "grep -v" fails because it has not filtered anything. Avoid this by protecting the "grep -v" call with "|| true". | |||
2021-01-11 | Preserve timestamps | Roland Clobus | |
2021-01-08 | Add 'unstable' as a valid distribution and link to sid. | Unit 193 | |
2021-01-01 | Bugfix: Fix grub.cfg pc/ENABLE_MEMTEST check | Ryan Finnie | |
Grub [ uses "-a", not "&&". | |||
2021-01-01 | Preserve timestamps | Roland Clobus | |
2020-12-13 | Delay resolving the timestamp for the ISO volume to the moment the ISO-image ↵ | Roland Clobus | |
is created | |||
2020-12-13 | A second invocation of 'lb config' will result in an identical settings file | Roland Clobus | |
2020-12-13 | Bugfix: use minutes instead of month in the time of the modification date field | Roland Clobus | |
2020-12-07 | Bugfix: use minutes instead of month in the time of the modification date field | Roland Clobus | |
2020-11-24 | binary_iso: Execute mkdir binary/.disk before writing to it | Matthijs Kooijman | |
Before commit 9f3e5fe8d (Fix the way the .disk/mkisofs file is created) all these commands (`mkdir`, write to `binary/.disk/mkisofs` and `xorriso`) were in the same `binary.sh` script. Since that commit, the write was extracted, to prevent issues with quoting, but the related mkdir was left in `binary.sh`. This means that the write is now executed first, and the `mkdir` only afterwards, making the `mkdir` quite pointless. In practice, this did not break becaue binary_disk also does the same `mkdir` and runs before `binary_iso`, but if one runs commands manually and skips `binary_iso`, then this does break. Even though this is not really a supported usecase, just move the mkdir outside of `binary.sh`, so it runs *before* the write again as intended. | |||
2020-11-18 | Bugfix: Live installer can run without LB_CACHE_PACKAGES | Roland Clobus | |
2020-11-18 | Bugfix: LB_DERIVATIVE was used the wrong way around | Roland Clobus | |
2020-10-27 | Added the option to include files before and after package installation | Thore Sommer | |
Moved includes.chroot to includes.chroot_after_packages and added includes.chroot_before_packages. includes.chroot does still work as before. We also now use rsync for copying files if it is installed. This improves runtime and space consumption for large includes. Gbp-Dch: Short Closes: #927128 | |||
2020-10-12 | Option for using systemd-nspawn instead of chroot for hooks. | Thore Sommer | |
Installation of flatpaks doesn't work with normal chroots. This patch enables support for using systemd-nspawn in hooks. Gbp-Dch: Short Closes: #965953 | |||
2020-10-12 | Autopkgtest: disable updates/security repositories, not available for Bullseye | Luca Boccassi | |
2020-10-12 | Add option to change compression algorithm and level for squashfs. | Thore Sommer | |
2020-10-12 | For 32bit UEFI secure boot, the package name is grub-efi-ia32-signed | Marcel Partap | |
avoids spitting out warning > [2020-06-07 22:30:32] lb binary_grub-efi > P: Begin preparing Grub based EFI support... > Reading package lists... > Building dependency tree... > Reading state information... > Package grub-efi-amd64-signed is not available, but is referred to by another package. > This may mean that the package is missing, has been obsoleted, or > is only available from another source > > E: Package 'grub-efi-amd64-signed' has no installation candidate > W: UEFI Secure Boot disabled due to missing signed Grub/Shim. | |||
2020-10-12 | grub-efi: Show fwsetup, do not show incompatible memtest even if enabled | Ryan Finnie | |
2020-10-08 | The sed -e ‘d’ commands with ‘#’ will not work, a slash is needed, ↵ | Roland Clobus | |
fix for 7ffd2288d944840937f556bd56703ba381f4edcc (2015-01-15) and 578dbee516a370935e1b2e49205c524370e1f8d0 (2015-01-29) | |||
2020-09-25 | Update renamed lintian tag names in lintian overrides. | Raphaël Hertzog | |
Changes-By: lintian-brush Fixes: lintian: renamed-tag See-also: https://lintian.debian.org/tags/renamed-tag.html | |||
2020-09-25 | Document our autopkgtest tests as needing internet access | Raphaël Hertzog | |
2020-09-25 | Use truncate --no-create --size=0 to truncate files | Raphaël Hertzog | |
This avoids the permission error due to /proc/sys/fs/protected_regular = 2 setting which is now enabled by default in bullseye. | |||
2020-09-25 | Another try to fix the CI | Raphaël Hertzog | |
2020-09-25 | Use bullseye as default release in preparation of the next stable release | Raphaël Hertzog | |