diff options
author | Dan McGee <dan@archlinux.org> | 2012-03-23 21:29:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-23 21:29:12 -0500 |
commit | 012dd8418fd0d3b2b95a15474985104dfd547dc5 (patch) | |
tree | 6b21078a5d2f6a345c75cbaa9e322e7f17d02d10 | |
parent | 837427f33ba0d1745849d1f3335e19e23b641023 (diff) |
Change default SVN URL
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index e1d4d4a9..10dc48e2 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 * |