From b354593994a96901f4b86a0fb734edb5cb1b2348 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 17 Jul 2009 12:35:35 -0700 Subject: Add community and 'any' arch to sourceballs Signed-off-by: Aaron Griffin --- cron-jobs/sourceballs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cron-jobs/sourceballs') 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" -- cgit v1.2.3-24-g4f1b