summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debconf.d
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-08-29 09:20:02 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2024-08-29 11:21:52 +0000
commitdc6448d1417761c84eea68a5bb5a578ac112f3b5 (patch)
tree92bbec884a38996d0156337b7875f1480f4ecd2a /share/build-scripts/debconf.d
parentUsing signed-by for debian apt sources. (diff)
downloadcompute-tools-dc6448d1417761c84eea68a5bb5a578ac112f3b5.tar.xz
compute-tools-dc6448d1417761c84eea68a5bb5a578ac112f3b5.zip
Using signed-by for local apt sources.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts/debconf.d')
-rwxr-xr-xshare/build-scripts/debconf.d/0003-debconf13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf
index bd171c1..305f159 100755
--- a/share/build-scripts/debconf.d/0003-debconf
+++ b/share/build-scripts/debconf.d/0003-debconf
@@ -701,6 +701,10 @@ EOF
KEY="${RET}"
wget -q "${KEY}" -O "${DEBCONF_TMPDIR}/apt/$(basename ${LIST} .sources).key"
+
+ SIGNED="/etc/apt/keyrings/$(basename ${LIST} .sources).key"
+ else
+ SIGNED=""
fi
cat > "${DEBCONF_TMPDIR}/apt/${LIST}" << EOF
@@ -711,6 +715,15 @@ Components: ${AREAS}
PDiffs: no
EOF
+ if [ -n "${SIGNED}" ]
+ then
+
+cat >> "${DEBCONF_TMPDIR}/apt/${LIST}" << EOF
+Signed-By: ${SIGNED}
+EOF
+
+ fi
+
PREFERENCES_PACKAGE=""
PREFERENCES_PIN=""
PREFERENCES_PIN_PRIORITY=""