diff options
-rwxr-xr-x | archco | 2 | ||||
-rwxr-xr-x | commitpkg | 2 | ||||
-rwxr-xr-x | rebuildpkgs | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 diff --git a/rebuildpkgs b/rebuildpkgs index 5541eed..f2db8ff 100755 --- a/rebuildpkgs +++ b/rebuildpkgs @@ -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" |