diff options
author | Jakub Kadlčík <frostyx@email.cz> | 2017-04-11 13:56:18 +0200 |
---|---|---|
committer | Miroslav Suchý <msuchy@redhat.com> | 2017-04-12 08:53:09 +0200 |
commit | d1a71c0765a33a6178b02f62faa057cae98bd79c (patch) | |
tree | c8fd8d5609f441b4ca313a2ff68096d1b040d888 | |
parent | 0a1ed3134c43bc9f619b83423321379223659cb3 (diff) | |
download | ansible-d1a71c0765a33a6178b02f62faa057cae98bd79c.tar.gz ansible-d1a71c0765a33a6178b02f62faa057cae98bd79c.tar.xz ansible-d1a71c0765a33a6178b02f62faa057cae98bd79c.zip |
Remove testing purposes stuff, we don't need them anymore
-rw-r--r-- | roles/copr/mbs/tasks/main.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/copr/mbs/tasks/main.yml b/roles/copr/mbs/tasks/main.yml index 058578550..a658ec24a 100644 --- a/roles/copr/mbs/tasks/main.yml +++ b/roles/copr/mbs/tasks/main.yml @@ -168,23 +168,6 @@ notify: reload httpd - -# Only for testing purposes -# Use it as: python submit_build.py 127.0.0.1:5000 -- name: Download submit_build.py - get_url: url=https://pagure.io/fm-orchestrator/raw/master/f/contrib/submit_build.py dest=./ - when: devel - -- name: Download submit-build.json - get_url: url=https://pagure.io/fm-orchestrator/raw/master/f/contrib/submit-build.json dest=./ - when: devel - -# A slightly modified submit_build.py to work with our httpd configuration -- name: Download submit_build_copr.py - get_url: url=https://gist.githubusercontent.com/FrostyX/ba15f60b4b4c8d2dfae6e3eaba56df61/raw/28d50f9c419bf925f88ebd91aba6d6f7e0e64672/submit_build_copr.py dest=./ - when: devel - - # In this point personal information needs to be manually set, as described in @TODO at the beggining of the file # The frontend process needs to be restarted. Then it is possible to submit new module build. # Run: python submit_build_copr.py 127.0.0.1 |