osmith has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/79/42279/1

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: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I7b8b9336b16cceb7ece317c59de2f55ed404392e
Gerrit-Change-Number: 42279
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to