Skip to content

Commit 7ca811d

Browse files
committed
settings: drop SVN_BASE_URL
We no longer use SVN for packaging repositories.
1 parent 459a71d commit 7ca811d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

settings.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,6 @@
181181
PGP_SERVER = 'keyserver.ubuntu.com'
182182
PGP_SERVER_SECURE = True
183183

184-
# URL for SVN access for fetching commit messages (note absence of packages or
185-
# community bit on the end, repo.svn_root is appended)
186-
SVN_BASE_URL = 'svn://svn.archlinux.org/'
187-
188184
GITLAB_PACKAGES_REPO = 'https://gitlab.archlinux.org/archlinux/packaging/packages'
189185
GITLAB_PACKAGE_REPO = 'archlinux/packaging/packages'
190186
GITLAB_INSTANCE = 'gitlab.archlinux.org'

0 commit comments

Comments
 (0)