From: Jonathan Rajotte Date: Thu, 16 Jul 2015 14:34:55 +0000 (-0400) Subject: Use github as lttng-module mirror X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e37c44764144498150c3ea4c839569ece1ccc284;p=lttng-ci.git Use github as lttng-module mirror --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 50d1011..e3ee3f0 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -93,7 +93,7 @@ def modulesBranches = ["master", "stable-2.5", "stable-2.6"] //def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"] def linuxURL = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git" -def modulesURL = "git://git.lttng.org/lttng-modules.git" +def modulesURL = "https://github.com/lttng/lttng-modules.git" // Linux specific variable String linuxCheckoutTo = "linux-source"