index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/default.conf | 10 |
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' |