diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-08-31 00:08:54 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-08-31 00:08:54 -0500 |
commit | 766727fa10cbc2715baba93437fbb30b798f08c9 (patch) | |
tree | 51075e5a549cf8f88367739b9e8eacaba2eb1547 /cron-jobs | |
parent | e6fb12c5c0f3e34f970ba457dab02e6efa180d9d (diff) |
Add sourceball cron job at the proper path (whoops)
Also remove readline from the skip-list
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'cron-jobs')
-rwxr-xr-x | cron-jobs/sourceballs | 2 | ||||
-rw-r--r-- | cron-jobs/sourceballs.skip | 1 |
2 files changed, 1 insertions, 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 |