summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-11 17:23:42 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-11 17:23:42 -0500
commit58fc4756e9822d39f224a8773209e306349146e0 (patch)
treed326c593a6b859c8344410778c9e5cd3df436ebf /settings.py
parent2f35bd492629a52f4849c379f02030c1efb2495c (diff)
parent422aaee026c57b65dda81b78b6a0f49263c6dd1e (diff)
Merge branch 'archweb-generic'lukeshu/netboot
# Conflicts: # AUTHORS # Makefile # public/views.py # settings.py # templates/public/donate.html # templates/public/download.html # templates/public/index.html
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 071735cf..57454f15 100644
--- a/settings.py
+++ b/settings.py
@@ -163,9 +163,6 @@ PGP_SERVER_SECURE = True
# URL to fetch a current list of available ISOs
ISO_LIST_URL = 'https://repo.parabola.nu/iso/'
-# URL to the PXE netboot instructions
-PXEBOOT_URL = 'https://repo.parabola.nu/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://svn.archlinux.org/'