From 04b7f511ad9a5e8e08a937a0fc1a13f8f5b9388f Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 30 Jun 2015 13:01:38 -0400 Subject: [PATCH] Test cutoff --- dsl/kernel-lttng-modules.seed.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index e404d83..ed785f1 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -87,7 +87,7 @@ class BasicVersion implements Comparable { } } -def kernelTagCutOff = new BasicVersion("4.1", "") +def kernelTagCutOff = new BasicVersion("3.9", "") def modulesBranches = [] //def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"] -- 2.34.1