[copr] updated configs
This commit is contained in:
parent
476b84c24a
commit
a19fb5a71b
4 changed files with 19 additions and 0 deletions
|
@ -55,6 +55,11 @@ worker_logdir=/var/log/copr/workers/
|
||||||
#fedmsg_enabled=false
|
#fedmsg_enabled=false
|
||||||
fedmsg_enabled=true
|
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]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800
|
||||||
timeout=3600
|
timeout=3600
|
||||||
|
|
|
@ -51,6 +51,10 @@ worker_logdir=/var/log/copr/workers/
|
||||||
# default is false
|
# default is false
|
||||||
#fedmsg_enabled=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]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800
|
||||||
|
|
|
@ -66,6 +66,11 @@ fedmsg_enabled=true
|
||||||
# signer host and correct /etc/sign.conf
|
# signer host and correct /etc/sign.conf
|
||||||
do_sign=false
|
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]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800
|
||||||
timeout=3600
|
timeout=3600
|
||||||
|
|
|
@ -65,6 +65,11 @@ worker_logdir=/var/log/copr/workers/
|
||||||
# signer host and correct /etc/sign.conf
|
# signer host and correct /etc/sign.conf
|
||||||
do_sign=true
|
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]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800
|
||||||
timeout=3600
|
timeout=3600
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue