From: Jonathan Rajotte Date: Thu, 11 Jun 2015 20:48:45 +0000 (-0400) Subject: Bigger cutoff for migration X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=0bb106eb816e82713ee0fc75c95de2ec22fb1c31;p=lttng-ci.git Bigger cutoff for migration --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 95aeee4..3fed041 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.0", "") +def kernelTagCutOff = new BasicVersion("4.3", "") def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]