Change in osmo-ci[master]: repo-install-test: apt update before install wget

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Feb 24 12:44:12 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/23091 )


Change subject: repo-install-test: apt update before install wget
......................................................................

repo-install-test: apt update before install wget

Fix errors caused by outdated package index:
  + apt install -y wget
  ...
  Err:2 http://security.debian.org/debian-security stretch/updates/main amd64 libssl1.1 amd64 1.1.0l-1~deb9u2
    404  Not Found [IP: 151.101.130.132 80]

Change-Id: I9d28967dc556e95eec2e3e3d7ff88533154acf3c
---
M scripts/repo-install-test/run-inside-docker.sh
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index f05f01c..2ed78f6 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -110,6 +110,7 @@
 
 	# Add repository key
 	if ! [ -e "$release_key" ]; then
+		apt-get update
 		apt install -y wget
 		wget -O "$release_key" "https://$obs_repo/Release.key"
 	fi

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/23091
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9d28967dc556e95eec2e3e3d7ff88533154acf3c
Gerrit-Change-Number: 23091
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210224/d623c560/attachment.htm>


More information about the gerrit-log mailing list