summaryrefslogtreecommitdiff
path: root/conf/default.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-25 08:36:54 +0200
committerErich Eckner <git@eckner.net>2018-05-25 08:36:54 +0200
commitad863c02e7b0e7030a920a318fcb9a9963333eb3 (patch)
treebc7878455cefab326d75c5266a0f2af974a7bec1 /conf/default.conf
parent2708d6c42e26550ae29a4a3d1cd98ceb32c089b1 (diff)
downloadbuilder-ad863c02e7b0e7030a920a318fcb9a9963333eb3.tar.xz
conf/default.conf: remove obsolete variables
Diffstat (limited to 'conf/default.conf')
-rwxr-xr-xconf/default.conf10
1 files changed, 0 insertions, 10 deletions
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'