~ogayot/debian-cd:fix-2044239

Last commit made on 2023-11-22
Get this branch:
git clone -b fix-2044239 https://git.launchpad.net/~ogayot/debian-cd
Only Olivier Gayot can upload to this branch. If you are Olivier Gayot please log in for upload directions.

Branch merges

Branch information

Name:
fix-2044239
Repository:
lp:~ogayot/debian-cd

Recent commits

7a04e31... by Olivier Gayot

tools/scanpackages: fix sed invocation, not using stdin as it should

When stripping signatures from InRelease, we used to pass the output of
sed to gpg. Recently, we changed the logic so that the output of gpg is
passed to sed instead. However, we forgot to drop the second positional
argument of sed - which forces sed to ignore stdin and to operate on the
position argument instead.

Therefore, the output of gpg gets ignored.

Signed-off-by: Olivier Gayot <email address hidden>

6867894... by Steve Langasek

Merge remote-tracking branch 'mwhudson/fix-release-signing'

48f965d... by Michael Hudson-Doyle

tools/scanpackages: strip signature from InRelease in a slightly better way

d50cf6e... by Michael Hudson-Doyle

replace $(call CBASE, ) with $(CDBASE)

no definition of it refers to a parameter

c73b441... by Michael Hudson-Doyle

remove support for multiple binary cds

5095f09... by Michael Hudson-Doyle

remove support for MAXCDS being anything other than 1

d0d1d71... by Michael Hudson-Doyle

remove makefile rules for generating a single ISO at a time

aa95a39... by Steve Langasek

drop reference to removed master2tasks

629b03b... by Steve Langasek

Merge remote-tracking branch 'mwhudson/trivial-dead-code'

b1e4169... by Michael Hudson-Doyle

drop code for creating dists/$CODENAME-secured

I think the idea of this code was that you can put the Release/Packages
files from the archive on the ISO and they will be trusted as the
archive is. But we sign the repo on the ISO with the cdimage key anyway.

The code was also broken in the recent refactoring.