Use git protocol instead of https
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 2 Sep 2015 19:46:17 +0000 (15:46 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 2 Sep 2015 19:46:17 +0000 (15:46 -0400)
jobs/babeltrace.yaml
jobs/liburcu.yaml
jobs/lttng-modules.yaml
jobs/lttng-ust.yaml

index 9cea85099cfe8ed1e22d494bff90442753bbe9ca..659a45a3f8d40d13f32dfadc8dfd131db85de8a2 100644 (file)
@@ -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
index f938d92b84d989141108ff5b482dde2c1f3963d4..c08e55243e1d681684eb38cd54a3e5a9024f3334 100644 (file)
@@ -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
index a36385f2bcdd976f21c32dacf95b939f339b963e..1ee4d54ac0d830bc19aabc488e3d999befe88127 100644 (file)
@@ -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
index d30c01e6dbc4bacc5986305412552434f4c8c551..8cee75cbc17e1dc1d4b887fc9732c837ab6b4ef9 100644 (file)
@@ -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
This page took 0.038623 seconds and 4 git commands to generate.