koji: automatically remove sidetag on untagging last package
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
b012b97f8a
commit
f67e65ea22
2 changed files with 11 additions and 0 deletions
3
roles/koji_hub/files/sidetag.conf
Normal file
3
roles/koji_hub/files/sidetag.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[sidetag]
|
||||||
|
# automatically remove sidetag on untagging last package
|
||||||
|
remove_empty = on
|
|
@ -174,6 +174,14 @@
|
||||||
- koji_hub
|
- koji_hub
|
||||||
- fedora-messaging
|
- fedora-messaging
|
||||||
|
|
||||||
|
|
||||||
|
- name: install the configuration file for the sidetag plugin
|
||||||
|
copy:
|
||||||
|
src: sidetag.conf
|
||||||
|
dest: /etc/koji-hub/plugins/sidetag.conf
|
||||||
|
tags:
|
||||||
|
- koji_hub
|
||||||
|
|
||||||
#
|
#
|
||||||
# rpmautospec plugin
|
# rpmautospec plugin
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue