From 766727fa10cbc2715baba93437fbb30b798f08c9 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 31 Aug 2008 00:08:54 -0500 Subject: Add sourceball cron job at the proper path (whoops) Also remove readline from the skip-list Signed-off-by: Aaron Griffin --- cron-jobs/sourceballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-jobs/sourceballs') diff --git a/cron-jobs/sourceballs b/cron-jobs/sourceballs index f599ff1..ee62d46 100755 --- a/cron-jobs/sourceballs +++ b/cron-jobs/sourceballs @@ -1,7 +1,7 @@ #!/bin/bash ftpbase="/home/ftp" -srcbase="/home/aaron/public_html/sources/" +srcbase="/home/ftp/sources" repos="core extra unstable testing" arches="i686 x86_64" -- cgit v1.2.3-24-g4f1b