From c36f0e885af6f6a34c3f59a64af7b4f23eaf25ad Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 17 Jul 2014 16:47:52 +0200 Subject: Automatically accept orphan requests for old packages If an orphan request is filed for a package that has been flagged out-of-date for at least 180 days, it is disowned automatically. Signed-off-by: Lukas Fleischer --- web/lib/config.inc.php.proto | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/lib/config.inc.php.proto') diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto index cb71fa51..62421ece 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -65,3 +65,8 @@ $AUR_REQUEST_ML = "aur-requests@archlinux.org"; # Time to wait until a package request is due. $REQUEST_IDLE_TIME = 60 * 60 * 24 * 14; + +# When an orphan request is filed for a package that has been flagged +# out-of-date for the following number of seconds, it is disowned +# automatically. +$AUTO_ORPHAN_AGE = 60 * 60 * 24 * 180; -- cgit v1.2.3-24-g4f1b