osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/42279?usp=email )
Change subject: repo-install-test: don't use deprecated apt-key
......................................................................
repo-install-test: don't use deprecated apt-key
apt-key has been removed in debian 13, use "[signed-by=…]" instead.
Change-Id: I7b8b9336b16cceb7ece317c59de2f55ed404392e
---
M scripts/repo-install-test/run-inside.sh
1 file changed, 1 insertion(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
diff --git a/scripts/repo-install-test/run-inside.sh
b/scripts/repo-install-test/run-inside.sh
index db93b86..6937dac 100755
--- a/scripts/repo-install-test/run-inside.sh
+++ b/scripts/repo-install-test/run-inside.sh
@@ -120,9 +120,7 @@
wget -O /tmp/Release.key
"https://obs.osmocom.org/projects/$proj/public_key"
fi
- apt-key add /tmp/Release.key
-
- echo "deb http://$obs_repo ./" > "/etc/apt/sources.list.d/$proj.list"
+ echo "deb [signed-by=/tmp/Release.key] http://$obs_repo ./" >
"/etc/apt/sources.list.d/$proj.list"
apt-get update
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/42279?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I7b8b9336b16cceb7ece317c59de2f55ed404392e
Gerrit-Change-Number: 42279
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>