index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | conf/default.conf | 3 |
diff --git a/conf/default.conf b/conf/default.conf index de14704..4260921 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -50,6 +50,9 @@ fi # 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 |