diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2016-09-20 21:17:04 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2016-09-20 21:17:11 +0000 |
| commit | efd90c3be597a67482f905bd11fe67b4e97e3450 (patch) | |
| tree | 5fe1c17263f7090ad2a43d80477357a2a74a42c5 | |
| parent | 69e89204d2b9f063231cbea59aa99e5de39fc150 (diff) | |
changing repo to non-forked location for taskotron CI so builds start working in stg
| -rw-r--r-- | roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 index ccecef6c4..d8a455cee 100644 --- a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 @@ -184,7 +184,7 @@ def create_test_factory(repo_name, func=True): # factory.addStep(Git(repourl=Interpolate('{{ repo_base }}/%s.git' % repo_name), # mode='full', env={'GIT_SSL_NO_VERIFY': 'yes'}, # method='clobber')) - factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/tflink/%s.git' % repo_name), + factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/fedoraqa/%s.git' % repo_name), mode='full',method='clobber')) factory.addStep(ShellCommand(command=['doit', 'envtype=ci', 'test'], descriptionDone = ['run tests'])) factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/%(prop:Project)s'), 'envtype=ci', 'chainbuild'], descriptionDone=['Chainbuild RPMs'])) |
