diff options
author | Dan McGee <dan@archlinux.org> | 2008-11-21 15:24:25 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 15:24:25 -0500 |
commit | f41f8672d040c62714c154f6cfe7af626f3941a3 (patch) | |
tree | 057cba25f8479cd9b23a396e2ded518274a63500 /misc-scripts/make-sourceball | |
parent | 6b1f06f59fd13379841b1d3cdc5e51cbf8909e66 (diff) |
Adjust remaining scripts for new repo locations
Edited-by: Aaron Griffin <aaronmgriffin@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'misc-scripts/make-sourceball')
-rwxr-xr-x | misc-scripts/make-sourceball | 4 |
1 files changed, 2 insertions, 2 deletions
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" |