aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-10-19 10:42:32 +0200
committerOliver Smith <osmith@sysmocom.de>2022-10-19 10:46:11 +0200
commit5be9a7442bb3903eb340d1d014cc6fd855d82a93 (patch)
tree84bb44a29a8e0b5fbcdf55065b71069ccb092cc5
parent84866a7d8ef006300ab766d59938173a0209d9e5 (diff)
obs: fix master rpm repository description
Instead of having the description of the nightly repository (copy paste error), put in "osmocom:master". This gets printed a few times in the log of the gerrit-binpkgs-rpm jenkins job and may lead to confusion - the nightly repository is not used, it's a separate master repository. Related: OS#2385 Change-Id: Ia5a88b064da66d7bf5cebe910961f752262b1bac
-rw-r--r--scripts/obs/data/build_binpkg.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/obs/data/build_binpkg.Dockerfile b/scripts/obs/data/build_binpkg.Dockerfile
index 201c7e5..925680d 100644
--- a/scripts/obs/data/build_binpkg.Dockerfile
+++ b/scripts/obs/data/build_binpkg.Dockerfile
@@ -61,7 +61,7 @@ RUN case "$DISTRO" in \
;; \
almalinux:8) \
{ echo "[network_osmocom_master]"; \
- echo "name=Nightly packages of the Osmocom project (CentOS_8)"; \
+ echo "name=osmocom:master"; \
echo "type=rpm-md"; \
echo "baseurl=https://downloads.osmocom.org/packages/osmocom:/master/CentOS_8/"; \
echo "gpgcheck=1"; \