Builder for live images based on Debian
Go to file
snip 58f7a9e379 Use same naming scheme for archive keys in chroot and binary stages
Commit 8403487d introduced in the chroot stage a naming scheme for local
archive keys which distinguishes between ASCII-armored keys and binary
ones, and then adds the appropriate extension (either `.asc` or `.gpg`,
respectively) when copying them to `/etc/apt/trusted.gpg.d`.

However, this change was not applied to the binary stage: ASCII-armored
and binary keys are still both copied with the `.asc` extension, which
introduces a discrepancy between the two stages. This, in turn,
may prevent using the same `.list` file for both stages, as entries
such as

    deb [signed-by=/etc/apt/trusted.gpg.d/my-repository.key.asc] ...

will fail in the chroot stage if `config/archives/my-repository.key`
is in binary format (as it will be copied with the `.gpg` extension),
while entries such as

    deb [signed-by=/etc/apt/trusted.gpg.d/my-repository.key.gpg] ...

will fail in the binary stage (as the key will this time be copied
with the `.asc` extension).
2023-01-05 09:52:48 +01:00
data/debian-cd Adding symlink for udeb data for bookworm 2021-12-03 19:57:33 +01:00
debian salsa-ci: drop aptly pages publishing, errors out 2022-10-31 15:11:49 +00:00
examples Reproducible hooks: fix version check for libxmlb2 2022-06-06 11:26:02 +02:00
frontend get rid of a couple of useless variables 2020-05-04 13:21:12 +01:00
functions Drop win32-loader for the images with an installer. 2022-08-10 08:00:08 +02:00
manpages Introduce '--debian-installer-distribution git'. 2022-05-17 08:48:44 +02:00
scripts Use same naming scheme for archive keys in chroot and binary stages 2023-01-05 09:52:48 +01:00
share Memtest GRUB fixes 2023-01-02 09:40:17 -08:00
test rebuild: New option to specify the origin of the d-i binaries 2022-11-14 10:38:18 +00:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile Mark the phony targets in the Makefile 2022-01-07 10:12:28 +01:00