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. --- commitpkg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg.in') diff --git a/commitpkg.in b/commitpkg.in index d779e96..3b3246b 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -92,7 +92,7 @@ for _arch in ${arch[@]}; do done if [[ -z $server ]]; then - server='nymeria.archlinux.org' + server='repos.archlinux.org' fi if [[ -n $(svn status -q) ]]; then -- cgit v1.2.3