[arch-dev-public] [PATCH 6/7] Remove FTP_OS_SUFFIX variable

Ghost1227 ghost1227 at archlinux.us
Thu Mar 11 23:07:01 CET 2010


---
 config                      |    1 -
 misc-scripts/ftpdir-cleanup |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/config b/config
index a563f35..57ae64b 100644
--- a/config
+++ b/config
@@ -1,6 +1,5 @@
 
 FTP_BASE="/srv/ftp"
-FTP_OS_SUFFIX="os"
 
 SVNREPO="file:///srv/svn-packages"
 
diff --git a/misc-scripts/ftpdir-cleanup b/misc-scripts/ftpdir-cleanup
index da2f95b..d35b511 100755
--- a/misc-scripts/ftpdir-cleanup
+++ b/misc-scripts/ftpdir-cleanup
@@ -15,7 +15,7 @@ dest=$2
 
 ${CLEANUP_DRYRUN} && echo 'dry run mode is active'
 
-ftppath_base="$FTP_BASE/$reponame/$FTP_OS_SUFFIX"
+ftppath_base="$FTP_BASE/$reponame/os"
 
 for arch in ${ARCHES[@]}; do
 
-- 
1.7.0.2




-- 


More information about the arch-dev-public mailing list