diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-16 00:01:18 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-16 00:01:18 -0600 |
commit | d84cbb8b92796e7336679e566bafe407d9271b7a (patch) | |
tree | 5313aa0b71fc0c294683b5d74ab06940fed05811 /settings.py | |
parent | ab507ce95d0de0f2d2ede5fd1bf7139de8765028 (diff) | |
parent | 943618d2ce87d30c561b1659002f0d33eb718aa9 (diff) |
Merge branch 'master-nomake'
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/settings.py b/settings.py index 1fc0a496..a6be4610 100644 --- a/settings.py +++ b/settings.py @@ -177,12 +177,6 @@ BUGTRACKER_RELENG_URL = 'https://labs.parabola.nu/projects/isos' # URL for linking to projects in git PROJECTS_URL = 'https://projects.parabolagnulinux.org' -# URL for linking to the release engineering/iso project on the bugtracker -BUGTRACKER_RELENG_URL = 'https://bugs.archlinux.org/index.php?project=6' - -# URL for linking to projects in git -PROJECTS_URL = 'https://projects.archlinux.org' - # Trackers used for ISO download magnet links TORRENT_TRACKERS = ( 'udp://tracker.publicbt.com:80', |