summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:31:46 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:31:46 -0400
commit330353f8dc50d5f27470f03f021cde72b056ac0b (patch)
tree5c9be18fa38892bf3968c85c74b1e3d013969827 /settings.py
parent8833749d9c9b361fcbbd1373e023569dd154b38e (diff)
reduce differences
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 1cb85fc1..0bdc3162 100644
--- a/settings.py
+++ b/settings.py
@@ -171,6 +171,11 @@ MAILMAN_BASE_URL = 'https://mailman.archlinux.org/'
# URL for linking to the bugtracker
BUGTRACKER_URL = 'https://bugs.archlinux.org/'
+# URL for linking to the release engineering/iso project on the bugtracker
+BUGTRACKER_RELENG_URL = 'https://bugs.archlinux.org/index.php?project=6'
+
+PROJECTS_URL = 'https://projects.archlinux.org'
+
# Trackers used for ISO download magnet links
TORRENT_TRACKERS = (
'udp://tracker.archlinux.org:6969',
@@ -184,6 +189,7 @@ BRANDING_DISTRONAME = 'Arch Linux'
BRANDING_SHORTNAME = 'Arch'
BRANDING_WIKINAME = 'ArchWiki'
BRANDING_EMAIL = 'Arch Website Notification <nobody@archlinux.org>'
+BRANDING_OSEARCH_TAGS = 'linux archlinux package software'
## Import local settings
from local_settings import *