diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-11 17:13:02 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-11 17:13:02 -0500 |
commit | 422aaee026c57b65dda81b78b6a0f49263c6dd1e (patch) | |
tree | 6bc80bcb093ed2f0932d4469a4400ce293c94860 /settings.py | |
parent | 464b8d1fa572ab57d41569d45ba94b771e0a5ced (diff) | |
parent | 83eea8e167e698f8f14ea2494837510404dc75ff (diff) |
Merge branch 'archweb' into archweb-genericarchweb-generic
# Conflicts:
# templates/public/download.html
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py index 79949000..7571f0fc 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://releng.archlinux.org/isos/' -# URL to the PXE netboot instructions -PXEBOOT_URL = 'https://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://svn.archlinux.org/' |