From 7fc22b9abaf52a8326b93b38578fd25457f9c253 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 27 May 2016 21:02:46 +0200 Subject: Use repos.archlinux.org everywhere instead of hostname based domains This makes it a lot easier to swap out the host that actually serves the repos in the future. --- archco.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archco.in') diff --git a/archco.in b/archco.in index 5bdc4e6..2a58921 100644 --- a/archco.in +++ b/archco.in @@ -11,9 +11,9 @@ fi case $scriptname in archco) - SVNURL="svn+ssh://svn-packages@nymeria.archlinux.org/srv/repos/svn-packages/svn";; + SVNURL="svn+ssh://svn-packages@repos.archlinux.org/srv/repos/svn-packages/svn";; communityco) - SVNURL="svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community/svn";; + SVNURL="svn+ssh://svn-community@repos.archlinux.org/srv/repos/svn-community/svn";; *) die "Couldn't find svn url for %s" "$scriptname" ;; -- cgit v1.2.3-54-g00ecf