From f41f8672d040c62714c154f6cfe7af626f3941a3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 21 Nov 2008 15:24:25 -0500 Subject: Adjust remaining scripts for new repo locations Edited-by: Aaron Griffin Signed-off-by: Dan McGee Signed-off-by: Aaron Griffin --- misc-scripts/find-dupes | 2 +- misc-scripts/make-sourceball | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc-scripts/find-dupes b/misc-scripts/find-dupes index 82cd1a4..372108f 100755 --- a/misc-scripts/find-dupes +++ b/misc-scripts/find-dupes @@ -9,7 +9,7 @@ reponame=$1 arch=$2 ##### Arch specific stuff. TODO make this configurable ##### -ftppath="/home/ftp/$reponame/os/$arch/" +ftppath="/srv/ftp/$reponame/os/$arch/" ############################################################ if [ ! -d "$ftppath" ]; then diff --git a/misc-scripts/make-sourceball b/misc-scripts/make-sourceball index 7f75fe8..0006092 100755 --- a/misc-scripts/make-sourceball +++ b/misc-scripts/make-sourceball @@ -14,8 +14,8 @@ reponame="$2" arch="$3" ##### Arch specific stuff. TODO make this configurable ##### -srcpath="/home/ftp/sources/" -svnpath="file:///home/svn-packages/$packagename/" +srcpath="/srv/ftp/sources/" +svnpath="file:///srv/svn-packages/$packagename/" ############################################################ WORKDIR="/tmp/make-sourceball.$packagename.$UID" -- cgit v1.2.2