osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ci/+/29799
)
Change subject: obs: fix master rpm repository description
......................................................................
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
---
M scripts/obs/data/build_binpkg.Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/99/29799/1
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 @@
;; \
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"; \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/29799
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ia5a88b064da66d7bf5cebe910961f752262b1bac
Gerrit-Change-Number: 29799
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange