Change in osmo-ci[master]: master-builds: turn git_base_url actually in a URL, not just hostname.

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/.

laforge gerrit-no-reply at lists.osmocom.org
Tue May 18 18:53:02 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/24259 )

Change subject: master-builds: turn git_base_url actually in a URL, not just hostname.
......................................................................

master-builds: turn git_base_url actually in a URL, not just hostname.

Let's include the 'protocol' part itno the git_base_url variable, so it
actually becomes an URL, not just a hostname-with-path-prefix.

This way we can keep using git:// for osmocom and use https:// for
github and sysmocom.

Change-Id: I7befd1dd1445e0aa4d42434dbc8e001f904ae196
---
M jobs/master-builds.yml
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved; Verified



diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 974bb8c..56e2065 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -46,7 +46,7 @@
     wrappers: []
     trigger:
     email: jenkins-notifications at lists.osmocom.org laforge at gnumonks.org
-    git_base_url: git.osmocom.org
+    git_base_url: git://git.osmocom.org
 
     # in alphabetical order
     repos:
@@ -207,7 +207,7 @@
           docker_img: 'registry.osmocom.org/$USER/fpga-build'
           cmd: 'docker pull {docker_img} && {docker_run} {docker_img} /build/contrib/jenkins.sh --publish'
       - no2bootloader:
-          git_base_url: github.com/no2fpga
+          git_base_url: https://github.com/no2fpga
           docker_img: 'registry.osmocom.org/$USER/fpga-build'
           cmd: 'docker pull {docker_img} && {docker_run} {docker_img} /build/contrib/jenkins.sh --publish'
           email: gerrit-log at lists.osmocom.org laforge at gnumonks.org kredon at sysmocom.de 246tnt at gmail.com
@@ -358,7 +358,7 @@
           concurrent: false
           cmd: cd ./tests; ./run-tests
           slave_axis: !!python/tuple [simtester]
-          git_base_url: git.sysmocom.de/sysmocom
+          git_base_url: https://git.sysmocom.de/sysmocom
 
     jobs:
       - 'master-{repos}'
@@ -377,7 +377,7 @@
           artifact-num-to-keep: -1
     description: |
       Automatic jenkins test job of
-      <a href="https://{git_base_url}/{repos}">{repos}</a>
+      <a href="{git_base_url}/{repos}">{repos}</a>
       <br/><br/>
       <b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
 
@@ -410,7 +410,7 @@
 
     scm:
       - git:
-         url: git://{git_base_url}/{repos}
+         url: "{git_base_url}/{repos}"
          branches:
            - 'origin/master'
          refspec:

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I7befd1dd1445e0aa4d42434dbc8e001f904ae196
Gerrit-Change-Number: 24259
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210518/a6d43920/attachment.htm>


More information about the gerrit-log mailing list