summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.BRANDING13
-rw-r--r--releng/views.py2
-rw-r--r--settings.py1
3 files changed, 7 insertions, 9 deletions
diff --git a/README.BRANDING b/README.BRANDING
index 00d2d1b0..027d7f9b 100644
--- a/README.BRANDING
+++ b/README.BRANDING
@@ -1,7 +1,7 @@
It is now fairly easy to re-brand archweb.
Replacing logos is still a bit of work.
Here is a summary of the text files that need to be changed to
-re-brand it.
+re-brand it, from the text side.
Files used to configure branding/url stuff
------------------------------------------
@@ -13,9 +13,6 @@ Files used to configure branding/url stuff
Files with minor Arch stuff that's just easier to patch
-------------------------------------------------------
-`releng/views.py`
- * link to `https://bugs.archlinux.org/index.php?project=6`
-
`templates/packages/opensearch.xml`
* `<Tags>` includes `archlinux`
@@ -28,10 +25,6 @@ Files with minor Arch stuff that's just easier to patch
`templates/packages/search.html`
* link to AUR
-`templates/public/feeds.html`
- * links to AUR
- * links to feeds on `bugs.archlinux.org`
-
Files with a significant amount of Arch-specific content:
---------------------------------------------------------
@@ -61,6 +54,10 @@ Files with a significant amount of Arch-specific content:
* Arch's donate button
* Arch's sponsors
+`templates/public/feeds.html`
+ * links to AUR
+ * links to feeds on `bugs.archlinux.org`
+
Files with totally Arch-specific content:
-----------------------------------------
diff --git a/releng/views.py b/releng/views.py
index 33e8fb31..5f20c203 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -42,7 +42,7 @@ class TestForm(forms.ModelForm):
success = forms.BooleanField(
help_text="Only check this if everything went fine. " \
"If you ran into problems please create a ticket on <a " \
- "href=\"//bugs.parabolagnulinux.org/\">the " \
+ "href=\""+settings.BUGTRACKER_RELENG_URL+"\">the " \
"bugtracker</a> (or check that one already exists) and link to " \
"it in the comments.",
required=False)
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'