Fix: remove .0 from modules branch name
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 10 Jun 2015 19:22:53 +0000 (15:22 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 10 Jun 2015 19:22:53 +0000 (15:22 -0400)
dsl/kernel-lttng-modules.seed.groovy

index 76f1af60a651d565a812031a2bc941554ed420c9..ae0ff3afb4b94cab7b2e086c8c7cfd60669da82b 100644 (file)
@@ -88,7 +88,7 @@ class BasicVersion implements Comparable<BasicVersion> {
 }
 
 def kernelTagCutOff = new BasicVersion("3.0", "")
-def modulesBranches = ["master","stable-2.5.0","stable-2.6.0", "stable-2.4.0"]
+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"
This page took 0.024699 seconds and 4 git commands to generate.