summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-07-28 18:45:08 +0200
committerDan McGee <dan@archlinux.org>2012-07-28 18:45:08 +0200
commit4c446e5cf71e6755f87ca08cf851569a2c13614b (patch)
treefd9b3ce6acc73b2240c050b4c55216b70877c0c8 /settings.py
parentb055a31c3450ea3e20d4726db2ca7657bc06597c (diff)
downloadarchweb-4c446e5cf71e6755f87ca08cf851569a2c13614b.tar.gz
archweb-4c446e5cf71e6755f87ca08cf851569a2c13614b.tar.xz
Convert releng URLs to https by default
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 50ed6c1..8b74e55 100644
--- a/settings.py
+++ b/settings.py
@@ -127,10 +127,10 @@ INSTALLED_APPS = (
PGP_SERVER = 'pgp.mit.edu:11371'
# URL to fetch a current list of available ISOs
-ISO_LIST_URL = 'http://releng.archlinux.org/isos/'
+ISO_LIST_URL = 'https://releng.archlinux.org/isos/'
# URL to the PXE netboot instructions
-PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/'
+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)