Bigger cutoff for migration
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 11 Jun 2015 20:48:45 +0000 (16:48 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 11 Jun 2015 20:48:45 +0000 (16:48 -0400)
dsl/kernel-lttng-modules.seed.groovy

index 95aeee490e8f81d91308c36d954a41175ad90203..3fed04101088f74125e73a7d6d30d14809d8bbf7 100644 (file)
@@ -87,7 +87,7 @@ class BasicVersion implements Comparable<BasicVersion> {
     }
 }
 
-def kernelTagCutOff = new BasicVersion("4.0", "")
+def kernelTagCutOff = new BasicVersion("4.3", "")
 def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]
 
 
This page took 0.023825 seconds and 4 git commands to generate.