mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
[copr] updated configs
This commit is contained in:
@@ -55,6 +55,11 @@ worker_logdir=/var/log/copr/workers/
|
||||
#fedmsg_enabled=false
|
||||
fedmsg_enabled=true
|
||||
|
||||
# minimum age for builds to be pruned
|
||||
prune_days=14
|
||||
# path to executable script to clean old build
|
||||
prune_script=/usr/share/copr/copr_prune_old_builds.sh
|
||||
|
||||
[builder]
|
||||
# default is 1800
|
||||
timeout=3600
|
||||
|
||||
@@ -51,6 +51,10 @@ worker_logdir=/var/log/copr/workers/
|
||||
# default is false
|
||||
#fedmsg_enabled=false
|
||||
|
||||
# minimum age for builds to be pruned
|
||||
prune_days=14
|
||||
# path to executable script to clean old build
|
||||
prune_script=/usr/share/copr/copr_prune_old_builds.sh
|
||||
|
||||
[builder]
|
||||
# default is 1800
|
||||
|
||||
@@ -66,6 +66,11 @@ fedmsg_enabled=true
|
||||
# signer host and correct /etc/sign.conf
|
||||
do_sign=false
|
||||
|
||||
# minimum age for builds to be pruned
|
||||
prune_days=14
|
||||
# path to executable script to clean old build
|
||||
prune_script=/usr/share/copr/copr_prune_old_builds.sh
|
||||
|
||||
[builder]
|
||||
# default is 1800
|
||||
timeout=3600
|
||||
|
||||
@@ -65,6 +65,11 @@ worker_logdir=/var/log/copr/workers/
|
||||
# signer host and correct /etc/sign.conf
|
||||
do_sign=true
|
||||
|
||||
# minimum age for builds to be pruned
|
||||
prune_days=14
|
||||
# path to executable script to clean old build
|
||||
prune_script=/usr/share/copr/copr_prune_old_builds.sh
|
||||
|
||||
[builder]
|
||||
# default is 1800
|
||||
timeout=3600
|
||||
|
||||
Reference in New Issue
Block a user