diff options
author | Francois Charette <francois@archlinux.org> | 2009-07-21 11:38:09 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-07-21 19:09:33 +0200 |
commit | 820452a93f68c05ac1083d56d9e560903d8ae1cf (patch) | |
tree | b65b6e6e7367a7f8043f779ff196c16a4fba1e95 /config | |
parent | 8ea36dcd83222e960086bbcd114ca538d89db09c (diff) | |
download | dbscripts-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-- | config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ FTP_BASE="/srv/ftp" +FTP_OS_SUFFIX="os" SVNREPO_core="file:///srv/svn-packages" SVNREPO_extra="file:///srv/svn-packages" |