diff options
author | Allan McRae <allan@archlinux.org> | 2009-09-01 11:13:38 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2009-09-01 11:13:38 +1000 |
commit | d8d0c876140e1ca74f22238fc3cfca7947cd249e (patch) | |
tree | 1fc3ec7fb4cbb02997088688ac7abb43fe2c0716 /commitpkg | |
parent | 4bc819a20e4029a53d97cfa3cff164b3a497f7fe (diff) | |
download | devtools32-d8d0c876140e1ca74f22238fc3cfca7947cd249e.tar.xz |
Changes required for new server layout
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |