osmith has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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"; \