From 4c8ea425567ea60311d81e2a165ccf03d768710d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 16 Nov 2017 12:54:33 +0100 Subject: bin/common-functions: extract configuration about archaic pacakages into conf/default.conf --- conf/default.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf/default.conf') 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' -- cgit v1.2.3