summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorjelle van der Waa <jelle@vdwaa.nl>2018-02-17 18:55:13 +0100
committerAngel Velásquez <angvp@archlinux.org>2018-02-17 12:55:13 -0500
commit875d50d8f23069515b865b28044fb572a14049ed (patch)
tree496de6fd9b257ac3a1d3bf20b8fcd66e789d6b1b /settings.py
parent15e4f75321f5c43198cc5a2a3709c817f885a08c (diff)
downloadarchweb-875d50d8f23069515b865b28044fb572a14049ed.tar.gz
archweb-875d50d8f23069515b865b28044fb572a14049ed.zip
Remove unused Iso Model (#82)
The ISO model was used for the releng feedback form which was removed earlier. All this code is therefore now unused.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py
index f2856acb..182b8e3b 100644
--- a/settings.py
+++ b/settings.py
@@ -135,9 +135,6 @@ LOGGING = {
PGP_SERVER = 'pgp.mit.edu'
PGP_SERVER_SECURE = True
-# URL to fetch a current list of available ISOs
-ISO_LIST_URL = 'https://releng.archlinux.org/isos/'
-
# 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://svn.archlinux.org/'