summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-10-07 08:04:48 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-10-07 08:06:48 +0000
commit890ba68f97ef1fca572e64ce7b4041e8052a97e1 (patch)
tree27921afc3634ad4faa87b2f1e05b8d796dfd9ad2 /share
parentReleasing version 20240829. (diff)
downloadcompute-tools-890ba68f97ef1fca572e64ce7b4041e8052a97e1.tar.xz
compute-tools-890ba68f97ef1fca572e64ce7b4041e8052a97e1.zip
Tempoary sideloading new progress-linux archive-keys in debconf container build-script until keyring package in debian-stable has been updated.HEADmain
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-xshare/build-scripts/debconf6
-rw-r--r--share/other/deb.progress-linux.org.gpgbin0 -> 2310 bytes
2 files changed, 6 insertions, 0 deletions
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
--- /dev/null
+++ b/share/other/deb.progress-linux.org.gpg
Binary files differ