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 +- cron-jobs/sourceballs.skip | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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" diff --git a/cron-jobs/sourceballs.skip b/cron-jobs/sourceballs.skip index 0b5a58e..e69de29 100644 --- a/cron-jobs/sourceballs.skip +++ b/cron-jobs/sourceballs.skip @@ -1 +0,0 @@ -readline -- cgit v1.2.3-24-g4f1b