From: Jonathan Rajotte Date: Thu, 11 Jun 2015 21:16:41 +0000 (-0400) Subject: Debug X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=472505abb239e0a47cfaf864aef5fab6ac135bdf;p=lttng-ci.git Debug --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 8614231..e404d83 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -87,9 +87,10 @@ class BasicVersion implements Comparable { } } -def kernelTagCutOff = new BasicVersion("4.3", "") -def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"] +def kernelTagCutOff = new BasicVersion("4.1", "") +def modulesBranches = [] +//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"