~mwhudson/debian-cd/+git/ubuntu:no-jigdo

Last commit made on 2023-11-27
Get this branch:
git clone -b no-jigdo https://git.launchpad.net/~mwhudson/debian-cd/+git/ubuntu
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch information

Name:
no-jigdo
Repository:
lp:~mwhudson/debian-cd/+git/ubuntu

Recent commits

27b6736... by Michael Hudson-Doyle

remove some redundant code for sometimes using a different xorriso

8bb92b6... by Michael Hudson-Doyle

Remove -checksum_algorithm_iso from xorriso command line

Slightly surprisingly from the name, these are related to xorriso's
jigdo support which is not enabled in newer releases and thus cause the
xorriso invocations to fail.

7a97774... by Michael Hudson-Doyle

remove tools/my-dpkg-scanpackages

de9122e... by Michael Hudson-Doyle

remove ability to create vfat images

02aec05... by Michael Hudson-Doyle

remove tools/get_diskusage.pl

505a21f... by Michael Hudson-Doyle

remove tools/calc

edf052d... by Michael Hudson-Doyle

remove build.sh

eb5157c... by Michael Hudson-Doyle

remove README.devel

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'