From: Jonathan Rajotte Date: Wed, 10 Jun 2015 19:22:53 +0000 (-0400) Subject: Fix: remove .0 from modules branch name X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=126608d32260e4a052d7bfb408fc00a1d0835158;p=lttng-ci.git Fix: remove .0 from modules branch name --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 76f1af6..ae0ff3a 100644 --- a/dsl/kernel-lttng-modules.seed.groovy +++ b/dsl/kernel-lttng-modules.seed.groovy @@ -88,7 +88,7 @@ class BasicVersion implements Comparable { } 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"