From ad863c02e7b0e7030a920a318fcb9a9963333eb3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 25 May 2018 08:36:54 +0200 Subject: conf/default.conf: remove obsolete variables --- conf/default.conf | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index 71b5b5f..e712034 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -40,16 +40,6 @@ master_build_server_identity="${work_dir}/.ssh/id_rsa" repo_key='0xdeadbeef' package_key='0x15eebadc0de' -# 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_broken_testing=14 -# after how many days will a package in testing be automatically marked as -# tested (if there is no open bug against it) -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