From: Jonathan Rajotte Date: Mon, 6 Jul 2015 21:19:33 +0000 (-0400) Subject: Add master branch to module X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=80625d429822a0200ee6818bd8d39172d5be8c37;p=lttng-ci.git Add master branch to module --- diff --git a/dsl/kernel-lttng-modules.seed.groovy b/dsl/kernel-lttng-modules.seed.groovy index 9a633fd..cda7973 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("2.6.36", "") -def modulesBranches = [] +def modulesBranches = ["master"] //def modulesBranches = ["master","stable-2.5","stable-2.6", "stable-2.4"]