summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcron-jobs/createFileLists2
-rwxr-xr-xcron-jobs/ftpdir-cleanup2
2 files changed, 2 insertions, 2 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
diff --git a/cron-jobs/ftpdir-cleanup b/cron-jobs/ftpdir-cleanup
index 8b73956..1f18b17 100755
--- a/cron-jobs/ftpdir-cleanup
+++ b/cron-jobs/ftpdir-cleanup
@@ -1,7 +1,7 @@
#!/bin/bash
#TODO add community
-repos="core extra unstable testing"
+repos="core extra testing"
arches="i686 x86_64"
LOCKFILE="/tmp/.ftpdircleanup.lock"