diff options
Diffstat (limited to 'cron-jobs/createFileLists')
-rwxr-xr-x | cron-jobs/createFileLists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/createFileLists b/cron-jobs/createFileLists index 9ce108c..697c39d 100755 --- a/cron-jobs/createFileLists +++ b/cron-jobs/createFileLists @@ -3,7 +3,7 @@ reposdir=/srv/ftp/ #targetdir=/home/pierre/public_html/test-repo/ targetdir=$reposdir -repos="core extra unstable testing community" +repos="core extra testing community" arches="i686 x86_64" if [ -f "/tmp/createFileList.lock" ]; then |