check-compose: update git repo location
I moved it to Pagure.
This commit is contained in:
parent
1c3477c6b7
commit
88f5773810
1 changed files with 9 additions and 6 deletions
|
@ -63,17 +63,20 @@
|
||||||
chdir: /root/openQA-python-client
|
chdir: /root/openQA-python-client
|
||||||
when: "gitclient|changed or instclient.rc > 0"
|
when: "gitclient|changed or instclient.rc > 0"
|
||||||
|
|
||||||
- name: Check out fedora-qa (where check-compose lives)
|
- name: Check out check-compose
|
||||||
git:
|
git:
|
||||||
repo: https://git.fedorahosted.org/git/fedora-qa.git
|
repo: https://pagure.io/fedora-qa/check-compose.git
|
||||||
dest: /root/fedora-qa
|
dest: /root/check-compose
|
||||||
register: gitqa
|
register: gitcc
|
||||||
|
|
||||||
|
- name: Remove old fedora-qa checkout (temp)
|
||||||
|
file: path=/root/fedora-qa state=absent
|
||||||
|
|
||||||
- name: Install check-compose
|
- name: Install check-compose
|
||||||
command: "python setup.py install"
|
command: "python setup.py install"
|
||||||
args:
|
args:
|
||||||
chdir: /root/fedora-qa/check-compose
|
chdir: /root/check-compose
|
||||||
when: "gitqa|changed"
|
when: "gitcc|changed"
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue