diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-17 12:33:16 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-17 12:33:16 -0700 |
commit | 0667909b7a0a72cde7db32f7664daef7c402cd91 (patch) | |
tree | b4ef9a0e7b4918a2e9cfa43c9e4b25cd851386b0 /cron-jobs/ftpdir-cleanup | |
parent | 66d12ed4b83d623cfbda06242982f73e50a78125 (diff) |
Add community and 'any' arch to ftp cleanup
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs/ftpdir-cleanup')
-rwxr-xr-x | cron-jobs/ftpdir-cleanup | 5 |
1 files changed, 2 insertions, 3 deletions
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" |