summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFrancois Charette <francois@archlinux.org>2009-07-21 11:38:09 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-07-21 19:09:33 +0200
commit820452a93f68c05ac1083d56d9e560903d8ae1cf (patch)
treeb65b6e6e7367a7f8043f779ff196c16a4fba1e95 /config
parent8ea36dcd83222e960086bbcd114ca538d89db09c (diff)
downloaddbscripts-820452a93f68c05ac1083d56d9e560903d8ae1cf.tar.gz
dbscripts-820452a93f68c05ac1083d56d9e560903d8ae1cf.tar.xz
Refactor ftpdir-cleanup to handle all arches
This may look like a rather large patch, but the changes are mostly a reshuffling of the code to loop over all arches first, and then handle the arch-indep packages. The cronjob has been changed accordingly. Added new category DELETESYMLINKS, which are deleted instead of being moved to package-cleanup. I have also fixed the arch-specific issue with the ftppath, using parameters in config instead. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index 425709a..16a71ce 100644
--- a/config
+++ b/config
@@ -1,5 +1,6 @@
FTP_BASE="/srv/ftp"
+FTP_OS_SUFFIX="os"
SVNREPO_core="file:///srv/svn-packages"
SVNREPO_extra="file:///srv/svn-packages"