diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-17 12:35:35 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-17 12:35:35 -0700 |
commit | b354593994a96901f4b86a0fb734edb5cb1b2348 (patch) | |
tree | 0e2b8fe3ff4fbb117f0a82c5814824860adc7039 /cron-jobs | |
parent | 0667909b7a0a72cde7db32f7664daef7c402cd91 (diff) |
Add community and 'any' arch to sourceballs
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs')
-rwxr-xr-x | cron-jobs/sourceballs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron-jobs/sourceballs b/cron-jobs/sourceballs index b4085f2..625d90d 100755 --- a/cron-jobs/sourceballs +++ b/cron-jobs/sourceballs @@ -2,8 +2,8 @@ ftpbase="/srv/ftp" srcbase="/srv/ftp/sources" -repos="core extra testing" -arches="i686 x86_64" +repos="core extra testing community" +arches="any i686 x86_64" LOCKFILE="/tmp/.sourceball.lock" |