From ad219dc2d3be7b542c5a3364d706ded522dc8790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Wed, 25 Jan 2017 02:12:32 +0100 Subject: [PATCH] Download submit_build_copr.py --- roles/copr/mbs/tasks/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/copr/mbs/tasks/main.yml b/roles/copr/mbs/tasks/main.yml index 0974e5576f..7032a6b867 100644 --- a/roles/copr/mbs/tasks/main.yml +++ b/roles/copr/mbs/tasks/main.yml @@ -148,8 +148,12 @@ - name: Download submit-build.json get_url: url=https://pagure.io/fm-orchestrator/raw/master/f/contrib/submit-build.json dest=./ +# 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=./ + # 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.py 127.0.0.1:5000 +# Run: python submit_build_copr.py 127.0.0.1