index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/default.conf | 7 |
diff --git a/conf/default.conf b/conf/default.conf index a31c41b..68efd5f 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -45,6 +45,13 @@ if [ -s "${base_dir}/conf/admin-gpg-keys" ]; then ) fi +# How long should packages in the pipeline be considered "fresh" (in days)? +# If a package surpasses this limit, it will be considered unimportant and won't +# block other packages anymore +max_package_age_build_list=7 +max_package_age_staging=2 +max_package_age_testing=7 + # to access the master mirror via rsync master_mirror_rsync_command='rsync --password-file=/home/slave/rsync.password' master_mirror_rsync_directory='rsync://buildmaster@mirror.archlinux32.org/packages32' |