index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-25 08:36:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-25 08:36:54 +0200 |
commit | ad863c02e7b0e7030a920a318fcb9a9963333eb3 (patch) | |
tree | bc7878455cefab326d75c5266a0f2af974a7bec1 /conf | |
parent | 2708d6c42e26550ae29a4a3d1cd98ceb32c089b1 (diff) |
-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' |