summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debconf
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>2025-01-26 18:57:30 +0000
commit2ca91809ebe231eb19fc73b312c5f46f3b742dda (patch)
tree2c0853c56bbb824182a7503e6361be83c9e3a3e4 /share/build-scripts/debconf
parentDEBIAN (WIP) (diff)
downloadcompute-tools-2ca91809ebe231eb19fc73b312c5f46f3b742dda.tar.xz
compute-tools-2ca91809ebe231eb19fc73b312c5f46f3b742dda.zip
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 <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts/debconf')
-rwxr-xr-xshare/build-scripts/debconf6
1 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')