check-compose: update to new fedmsg daemon-y check-compose
This commit is contained in:
parent
6df9cc15e0
commit
dbd73b9bde
1 changed files with 10 additions and 6 deletions
|
@ -60,6 +60,14 @@
|
||||||
dest: /root/fedora-qa
|
dest: /root/fedora-qa
|
||||||
register: gitqa
|
register: gitqa
|
||||||
|
|
||||||
|
# TEMPORARY cleanup of old systemd units/timers
|
||||||
|
- name: Disable and stop old systemd timers
|
||||||
|
service: name=check-compose-{{ item }}.timer enabled=no state=stopped
|
||||||
|
with_items:
|
||||||
|
- branched
|
||||||
|
- postrelease
|
||||||
|
- rawhide
|
||||||
|
|
||||||
- name: Build check-compose
|
- name: Build check-compose
|
||||||
command: "make prefix=/usr"
|
command: "make prefix=/usr"
|
||||||
args:
|
args:
|
||||||
|
@ -81,9 +89,5 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: Enable and start timers
|
- name: Enable and start daemon
|
||||||
service: name=check-compose-{{ item }}.timer enabled=yes state=started
|
service: name=check-compose.service enabled=yes state=started
|
||||||
with_items:
|
|
||||||
- branched
|
|
||||||
- rawhide
|
|
||||||
- postrelease
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue