summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 01:01:35 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 01:01:35 -0400
commit753784954794259c6a674a7b33e8b1e0105f55d1 (patch)
treea2354d1530bbb20f857f70333b9005a96b3b2f1c /settings.py
parentf9fb5909bbcb5f5ff727a2d8f0081a4185138414 (diff)
add BUGTRACKER_URL
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index bc15b0ab..8cde6342 100644
--- a/settings.py
+++ b/settings.py
@@ -140,6 +140,7 @@ PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/'
SVN_BASE_URL = 'svn://svn.archlinux.org/'
MAILMAN_BASE_URL = 'https://mailman.archlinux.org/'
+BUGTRACKER_URL = 'https://bugs.archlinux.org/'
BRANDING_APPNAME = 'archweb'
BRANDING_DISTRONAME = 'Arch Linux'