summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 23:41:37 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-21 23:41:37 -0400
commit39ae185aed362c9081cb8832e90cd2fe08ff3900 (patch)
treee52a1287e4cb6df556f46ee1ebc2fce276e082cc /settings.py
parentd895f2f04bbe1002e6f177671c3c50970b6d2bac (diff)
Use a BUGTRACKER_RELENG_URL for releng/views.py
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 98819250..de8afe66 100644
--- a/settings.py
+++ b/settings.py
@@ -141,6 +141,7 @@ PXEBOOT_URL = 'http://repo.parabolagnulinux.org/pxeboot/'
MAILMAN_BASE_URL = 'https://lists.parabolagnulinux.org/'
BUGTRACKER_URL = 'https://labs.parabola.nu/'
+BUGTRACKER_RELENG_URL = 'https://labs.parabola.nu/projects/isos'
BRANDING_APPNAME = 'parabolaweb'
BRANDING_DISTRONAME = 'Parabola GNU/Linux-libre'