From 890ba68f97ef1fca572e64ce7b4041e8052a97e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 7 Oct 2024 10:04:48 +0200 Subject: Tempoary sideloading new progress-linux archive-keys in debconf container build-script until keyring package in debian-stable has been updated. Signed-off-by: Daniel Baumann --- Makefile | 3 +++ share/build-scripts/debconf | 6 ++++++ share/other/deb.progress-linux.org.gpg | Bin 0 -> 2310 bytes 3 files changed, 9 insertions(+) create mode 100644 share/other/deb.progress-linux.org.gpg diff --git a/Makefile b/Makefile index caae1e1..72c5964 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,9 @@ install: build cp -r VERSION.txt $(DESTDIR)/usr/share/$(SOFTWARE) cp -r share/config share/hooks share/keys share/build-scripts share/get-scripts $(DESTDIR)/usr/share/$(SOFTWARE) + # temporary sideloading new keys until keyring package in debian-stable has been updated + cp -r share/other $(DESTDIR)/usr/share/$(SOFTWARE) + mkdir -p $(DESTDIR)/usr/share/bash-completion/completions cp -r share/bash-completion/* $(DESTDIR)/usr/share/bash-completion/completions diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index 2dd8cb7..9e28216 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -509,6 +509,12 @@ EOF case "${MODE}" in progress-linux) + # temporary sideloading new keys until keyring package in debian-stable has been updated + if [ -e "${DIRECTORY}/usr/share/progress-linux/pgp-keys/apt.progress-linux.org.gpg" ] + then + cp -f /usr/share/compute-tools/other/deb.progress-linux.org.gpg "${DIRECTORY}/usr/share/progress-linux/pgp-keys/apt.progress-linux.org.gpg" + fi + cat > "${DIRECTORY}/progress-linux.cfg" << EOF progress-linux progress-linux/archives multiselect $(echo ${ARCHIVES} | sed -e 's| |, |g') progress-linux progress-linux/archive-areas multiselect $(echo ${ARCHIVE_AREAS} | sed -e 's|,| |g') diff --git a/share/other/deb.progress-linux.org.gpg b/share/other/deb.progress-linux.org.gpg new file mode 100644 index 0000000..ed2bd81 Binary files /dev/null and b/share/other/deb.progress-linux.org.gpg differ -- cgit v1.2.3