live-build (1:20220505)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/1%20220505 tag
- Git: https://salsa.debian.org/live-team/live-build.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/live-team/live-build
- Last scan: 2022-05-25 10:03:35+00
- Next scan: 2022-06-01 06:58:00+00
- Merge requests: 12
- CI pipeline status: success
- Debian changelog in Git:
live-build (1:20220505) unstable; urgency=medium
[ Roland Clobus ]
* The support for FTP proxies has ended
* Simpler handling of http proxies
* Code coverage test (for the proxy)
[ Ryan Finnie ]
* Add initial riscv64 support
* Fix missing variable quoting in proxy handling
[ Roland Clobus ]
* Adding symlink for udeb data for bookworm
* Fix Lintian warning about malformed NEWS file
* Mark the phony targets in the Makefile
* Add file with translatable text (lb_installer.1.pot)
* Remove generated translation files
* Use the release date from the changelog as the date for the last
modification of each manpage
* Bugfix: Add missing package when systemd is active
* Bugfix: Do not copy the content of e.g. /dev/shm when creating hdd
images
* Bugfix: The arguments to the 'tr' command must be quoted.
* Reactivate '--chroot-filesystem plain'.
* Bugfix: The values for '--cache-stages' were not matching the
implementation.
* Clean up the cache directory, if no files are present.
* When update-initramfs is called, clean up the backup files.
* Set the timestamp of the generated iso image.
* Set the timestamp inside hdd images.
* Add hooks for building reproducible images
* Add hook for libxmlb2 (used by appstream)
* Reproducible hooks: Regenerate initrd.img in chroot_hacks only when
chroot_hooks did not regenerate it already.
[ Sophie Brun ]
* Harmonize menu entries (uefi / bios) and add a variable for the
templates
[ MichaĆ Prochera ]
* Unconditional Remove_packages calls in binary_rootfs (Closes: #994982)
[ Roland Clobus ]
* Reproducible hooks: fontconfig got fixed in 2.13.1-4.4.
[ Philip Hands ]
* get the aptly/pages stage to work
[ Roland Clobus ]
* Show git hash as version number, when a local git repo is used.
[ Nick Brown ]
* Echo executing source/binary hooks
* Add auth.conf.d support to archives (Closes: #991065)
[ Rob Shearman ]
* config: respect --bootloaders option again on amd64/i386
[ Roland Clobus ]
* Reproducible hooks: appstream and libxmlb2
* UEFI doesn't like nomodeset in safe mode
* Rebuild a reproducible ISO image.
* Check the actual length of the ISO fields.
* Use a shorter suffix for modified development versions.
* Remove a left-over file when using a package in
config/packages.chroot.
* Reproducible hooks: texlive-base and texlive-binaries
[ Olivier BLIN ]
* Add support for the new includes.chroot system to /etc/hosts file
-- Luca Boccassi <bluca@debian.org> Thu, 05 May 2022 11:13:27 +0100
- This branch is 4 commits ahead of tag debian/1%20220505
- Git log:
commit 8c65231ad1b7bb71ffbc5d2d75ad8d7d420501b4
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 2 20:04:47 2022 +0200
Rebuild: Use the new settings '--debian-installer-distribution git'.
commit fa8ebd246906b62f3a96d283c45879f3f1765b3a
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 2 19:52:57 2022 +0200
Introduce '--debian-installer-distribution git'.
With this 'distribution', the installer is built from its git
repository, matching the date in SOURCE_DATE_EPOCH.
Additionally the kernel version is matched to the kernel version in the
chroot (to ensure that the installer can be run).
Rationale: The 'daily' installers are not archived, and therefore cannot
be used for a reproducible build.
commit 26845abebcfaac0499a3bb8b761aafb3012f44a6
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 16 11:25:35 2022 +0200
Create a clean chroot for the installer.
The installer stage has a clean chroot for its own usage. The chroot
from the chroot stage is available in chroot/chroot (implemented similar
to the binary stage).
commit ac0cde14e6b645778f5acefb7fd5cdde57ee88d2
Author: Roland Clobus <rclobus@rclobus.nl>
Date: Mon May 2 19:52:17 2022 +0200
Synchronise all --parent-distribution options.
This makes the default value of --parent-debian-installer-distribution
the same as --debian-installer-distribution, like the other
--parent-distribution-* options.