From 282b707236ff12d9be6a9b389dad96f0629e4b0f Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 3 Mar 2017 08:53:38 +0000 Subject: [PATCH] using master branch for checking out dist-git tasks --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 18fb38983e..a830543d3a 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -247,7 +247,7 @@ distgit_factory.addStep(ShellCommand(command=Interpolate("rm -rf /var/tmp/taskot # check out the source distgit_factory.addStep(Git(repourl=Property('repo', default=Interpolate('http://pkgs01.stg.phx2.fedoraproject.org/rpms/{}/'.format("%(prop:item)s".split('-')[0]))), - branch=Property('branch', default='{{ grokmirror_default_branch }}'), + branch=Property('branch', default='master'), mode='full', method='clobber', shallow=True))