From 0667909b7a0a72cde7db32f7664daef7c402cd91 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 17 Jul 2009 12:33:16 -0700 Subject: Add community and 'any' arch to ftp cleanup Signed-off-by: Aaron Griffin --- cron-jobs/ftpdir-cleanup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cron-jobs/ftpdir-cleanup') diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup index 1f18b17..6c295c9 100755 --- a/cron-jobs/ftpdir-cleanup +++ b/cron-jobs/ftpdir-cleanup @@ -1,8 +1,7 @@ #!/bin/bash -#TODO add community -repos="core extra testing" -arches="i686 x86_64" +repos="core extra testing community" +arches="any i686 x86_64" LOCKFILE="/tmp/.ftpdircleanup.lock" -- cgit v1.2.3-24-g4f1b