Changes required for new server layout

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2009-09-01 11:13:38 +10:00
parent 4bc819a20e
commit d8d0c87614
3 changed files with 3 additions and 3 deletions

2
archco
View File

@ -6,5 +6,5 @@ if [ "$1" = "" ]; then
fi
for i in "$@"; do
svn co svn+ssh://archlinux.org/srv/svn-packages/$i
svn co svn+ssh://gerolde.archlinux.org/srv/svn-packages/$i
done

View File

@ -52,7 +52,7 @@ if [ ! -f $pkgfile ]; then
fi
# set up repo-specific opts depending on how we were called
server="archlinux.org"
server="gerolde.archlinux.org"
if [ "$cmd" == "extrapkg" ]; then
repo="extra"
elif [ "$cmd" == "corepkg" ]; then

View File

@ -51,7 +51,7 @@ pkg_from_pkgbuild () {
chrootdir="$1"; shift
pkgs="$@"
SVNPATH="svn+ssh://svn.archlinux.org/srv/svn-packages"
SVNPATH="svn+ssh://gerolde.archlinux.org/srv/svn-packages"
echo ":: Work will be done in $(pwd)/rebuilds"