]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
porterbox: avoid d-i user removal (used for di-autobuilding)
authorHéctor Orón Martínez <zumbi@debian.org>
Thu, 19 Mar 2015 10:11:32 +0000 (11:11 +0100)
committerHéctor Orón Martínez <zumbi@debian.org>
Thu, 19 Mar 2015 10:11:38 +0000 (11:11 +0100)
Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>
modules/porterbox/files/mail-big-homedirs

index 7710c712968b9d5c49075b469194336a885b2749..b45023139141280fedc80029f8c42733af09a582 100755 (executable)
@@ -78,7 +78,7 @@ CRITERIA = [
     { 'size':    20,  'notifyafter': 90, 'deleteafter': 150 },
     { 'size':     5,                     'deleteafter': 700 }
   ]
-EXCLUDED_USERNAMES = ['lost+found', 'debian', 'buildd']
+EXCLUDED_USERNAMES = ['lost+found', 'debian', 'buildd', 'd-i']
 MAIL_FROM = 'debian-admin (via Cron) <bulk@admin.debian.org>'
 MAIL_TO = '{username}@{hostname}.debian.org'
 MAIL_CC = 'debian-admin (bulk sink) <bulk@admin.debian.org>'