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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10448 )
Change subject: jobs/master-builds: introduce variable git_base_url to allow other domains than git.osmocom.org
......................................................................
jobs/master-builds: introduce variable git_base_url to allow other domains than git.osmocom.org
Change-Id: Ia37b5f761c47411ac7eab092f3437acecc492f22
---
M jobs/master-builds.yml
1 file changed, 3 insertions(+), 2 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
lynxis lazus: Verified
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index c65cc1c..209b0c5 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -21,6 +21,7 @@
wrappers: []
trigger:
email: gerrit-log at lists.osmocom.org laforge at gnumonks.org
+ git_base_url: git.osmocom.org
# in alphabetical order
repos:
@@ -359,7 +360,7 @@
artifact-num-to-keep: -1
description: |
Automatic jenkins test job of
- <a href="http://git.osmocom.org/{repos}">{repos}</a>
+ <a href="http://{git_base_url}/{repos}">{repos}</a>
<br/><br/>
<b>Auto-generated using Jenkins Job Builder. DO NOT EDIT MANUALLY!</b>
@@ -388,7 +389,7 @@
scm:
- git:
- url: git://git.osmocom.org/{repos}
+ url: git://{git_base_url}/{repos}
branches:
- 'origin/master'
refspec:
--
To view, visit https://gerrit.osmocom.org/10448
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia37b5f761c47411ac7eab092f3437acecc492f22
Gerrit-Change-Number: 10448
Gerrit-PatchSet: 3
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180814/11531eac/attachment.htm>