summaryrefslogtreecommitdiff
path: root/templates/packages/flaghelp.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-01-15 14:56:19 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-01-15 14:56:19 -0500
commitec88f4ca4fc57c3d0844bb0b3ca66d45c9a41ad1 (patch)
tree114d2d74a1b3ab23bf3ea1f6f635ce0de1a2c863 /templates/packages/flaghelp.html
parent4e4cd2f35a1ffdfd9ec6fafa60a3286c37013c5c (diff)
git ls-files templates/ |lukeshu/to-upstream/branding-gen
xargs sed -ri \ -e 's|Arch Linux|{{ BRANDING_DISTRONAME }}|g' \ -e 's|https://wiki.archlinux.org/index.php/([^ "]*)|{% wiki_url '\''\1'\'' %}|g' \ -e 's|https://mailman.archlinux.org|{{ MAILMAN_BASE_URL }}|g' \ -e 's|<a href="https://bugs.archlinux.org/task/\{\{\s*([^ }])\s*}}>FS#\{\{\s*([^ }])\s*}}</a>|{% bug_link \1 %}|g' \ --
Diffstat (limited to 'templates/packages/flaghelp.html')
-rw-r--r--templates/packages/flaghelp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flaghelp.html b/templates/packages/flaghelp.html
index c6860264..eb2226f2 100644
--- a/templates/packages/flaghelp.html
+++ b/templates/packages/flaghelp.html
@@ -24,12 +24,12 @@
<p>The message box portion of the flag utility is meant
for short messages only. If you need more than 200 characters for your
message, then file a bug report, email the maintainer directly, or send
- an email to the <a target="_blank" href="https://mailman.archlinux.org/mailman/listinfo/arch-general"
+ an email to the <a target="_blank" href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/arch-general"
title="Visit the arch-general mailing list">arch-general mailing list</a>
with your additional text.</p>
<p><strong>Note:</strong> Please do <em>not</em> use this facility if the
package is broken! Use the <a target="_blank" href="https://bugs.archlinux.org/"
- title="Arch Linux Bugtracker">bugtracker</a> instead.</p>
+ title="{{ BRANDING_DISTRONAME }} Bugtracker">bugtracker</a> instead.</p>
</body>
</html>