Change in osmo-ci[master]: repo-install-test: put $PROJ in sources.list name

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 Jan 20 13:32:28 UTC 2021


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


Change subject: repo-install-test: put $PROJ in sources.list name
......................................................................

repo-install-test: put $PROJ in sources.list name

Don't call the file osmocom-latest regardless of the feed name. This becomes
important in a future conflict test where we will have two repositories
from two feeds configured.

Related: OS#4733
Change-Id: I8926443a9ff70f285d9467d39658e64456972b07
---
M scripts/repo-install-test/run-inside-docker.sh
1 file changed, 1 insertion(+), 2 deletions(-)



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

diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index 3c3245d..ee148c8 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -70,8 +70,7 @@
 	local http="http://download.opensuse.org/repositories/$(proj_with_slashes "$PROJ")/Debian_9.0/"
 
 	echo "Configuring Osmocom repository"
-	echo "deb $http ./" \
-		> /etc/apt/sources.list.d/osmocom-latest.list
+	echo "deb $http ./" > "/etc/apt/sources.list.d/$PROJ.list"
 	apt-get update
 }
 

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I8926443a9ff70f285d9467d39658e64456972b07
Gerrit-Change-Number: 22330
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/20210120/7b8f3af2/attachment.htm>


More information about the gerrit-log mailing list