Debug
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 11 Jun 2015 21:16:41 +0000 (17:16 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 11 Jun 2015 21:16:41 +0000 (17:16 -0400)
dsl/kernel-lttng-modules.seed.groovy

index 8614231e1b8865989d5ef2b45c802fc0d25e3de3..e404d834505c2529e8c0cca9eccafa3eb7aef181 100644 (file)
@@ -87,9 +87,10 @@ class BasicVersion implements Comparable<BasicVersion> {
     }
 }
 
-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"
This page took 0.02313 seconds and 4 git commands to generate.