aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-20 12:41:41 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-20 14:19:16 +0100
commit07ea04f8f78e9339a4e97a274261e57219cbf618 (patch)
tree2038bc8d417f2b5c207d9de67f8b92ef013d8a21 /scripts
parentfcfec399fb5d966d1981be39e11bd5fea59050d5 (diff)
repo-install-test: don't use $FEED in centos8 repo
Use $PROJ instead of $FEED in the repository name, so we can add $PROJ as parameter to the repo configuration functions later without worrying about having a matching $FEED. Related: OS#4733 Change-Id: Ic316add6b2d9b6f50335cad762628bb16da61d82
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/repo-install-test/run-inside-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index ee148c8..3dd3101 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -82,7 +82,7 @@ configure_osmocom_repo_centos8() {
# https://download.opensuse.org/repositories/network:osmocom:latest/CentOS_8/network:osmocom:latest.repo
cat << EOF > "/etc/yum.repos.d/$PROJ.repo"
[$(proj_with_underscore "$PROJ")]
-name=$FEED packages of the Osmocom project (CentOS_8)
+name=$PROJ
type=rpm-md
baseurl=$baseurl/
gpgcheck=1