From 9a00aa82d596dce1173f94d3a1bbfb54dcf30dca Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 2 Sep 2015 15:46:17 -0400 Subject: [PATCH] Use git protocol instead of https --- jobs/babeltrace.yaml | 6 +++--- jobs/liburcu.yaml | 6 +++--- jobs/lttng-modules.yaml | 4 ++++ jobs/lttng-ust.yaml | 6 +++--- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 9cea850..659a45a 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -27,9 +27,9 @@ scm: - git: - url: https://github.com/efficios/babeltrace.git + url: git://github.com/efficios/babeltrace.git browser: githubweb - browser-url: https://github.com/efficios/babeltrace.git + browser-url: https://github.com/efficios/babeltrace branches: - origin/{version} @@ -38,7 +38,7 @@ properties: - github: - url: https://github.com/efficios/babeltrace/ + url: https://github.com/efficios/babeltrace ## Templates diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index f938d92..c08e552 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -40,9 +40,9 @@ scm: - git: - url: https://github.com/urcu/userspace-rcu.git + url: git://github.com/urcu/userspace-rcu.git browser: githubweb - browser-url: https://github.com/urcu/userspace-rcu.git + browser-url: https://github.com/urcu/userspace-rcu branches: - origin/{version} @@ -51,7 +51,7 @@ properties: - github: - url: https://github.com/urcu/userspace-rcu/ + url: https://github.com/urcu/userspace-rcu ## Templates diff --git a/jobs/lttng-modules.yaml b/jobs/lttng-modules.yaml index a36385f..1ee4d54 100644 --- a/jobs/lttng-modules.yaml +++ b/jobs/lttng-modules.yaml @@ -22,6 +22,8 @@ scm: - git: url: git://github.com/lttng/lttng-modules.git + browser: githubweb + browser-url: https://github.com/efficios/lttng-modules branches: - "{mversion}" shallow-clone: true @@ -33,6 +35,8 @@ - pollscm: "@daily" properties: + - github: + url: https://github.com/efficios/lttng-modules - throttle: max-per-node: 0 max-total: 0 diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index d30c01e..8cee75c 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -23,9 +23,9 @@ scm: - git: - url: https://github.com/lttng/lttng-ust.git + url: git://github.com/lttng/lttng-ust.git browser: githubweb - browser-url: https://github.com/lttng/lttng-ust.git + browser-url: https://github.com/lttng/lttng-ust branches: - origin/{version} @@ -35,7 +35,7 @@ properties: - github: - url: https://github.com/lttng/lttng-ust/ + url: https://github.com/lttng/lttng-ust ## Templates -- 2.34.1