From 012dd8418fd0d3b2b95a15474985104dfd547dc5 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 23 Mar 2012 21:29:12 -0500 Subject: Change default SVN URL Signed-off-by: Dan McGee --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index e1d4d4a..10dc48e 100644 --- a/settings.py +++ b/settings.py @@ -135,7 +135,7 @@ PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/' # URL for SVN access for fetching commit messages (note absence of packages or # community bit on the end, repo.svn_root is appended) -SVN_BASE_URL = 'svn+ssh://svn.archlinux.org/srv/svn-' +SVN_BASE_URL = 'svn://svn.archlinux.org/' ## Import local settings from local_settings import * -- cgit v1.2.3-24-g4f1b