From d265eb8b328fc58879618d20177967c51fde383e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 2 Dec 2011 00:13:47 -0500 Subject: These for references to arch slipped through. --- packages/management/commands/signoff_report.py | 2 +- packages/views/flag.py | 2 +- releng/views.py | 2 +- templates/packages/flag.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/management/commands/signoff_report.py b/packages/management/commands/signoff_report.py index 3b67f518..f822c8ad 100644 --- a/packages/management/commands/signoff_report.py +++ b/packages/management/commands/signoff_report.py @@ -119,7 +119,7 @@ def generate_report(email, repo_name): 'old_days': old_days, 'leaders': leaders, }) - from_addr = 'Arch Website Notification ' + from_addr = 'Parabola Website Notification ' send_mail(subject, t.render(c), from_addr, [email]) # vim: set ts=4 sw=4 et: diff --git a/packages/views/flag.py b/packages/views/flag.py index 7e9d87c7..5db2ea69 100644 --- a/packages/views/flag.py +++ b/packages/views/flag.py @@ -71,7 +71,7 @@ def flag(request, name, repo, arch): }) send_mail(subject, tmpl.render(ctx), - 'Arch Website Notification ', + 'Parabola Website Notification ', toemail, fail_silently=True) diff --git a/releng/views.py b/releng/views.py index 2b3d0936..e17a6e9c 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 the " \ + "href=\"//bugs.parabolagnulinux.org/\">the " \ "bugtracker (or check that one already exists) and link to " \ "it in the comments.", required=False) diff --git a/templates/packages/flag.html b/templates/packages/flag.html index ea199618..bb6b274f 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -23,8 +23,8 @@

Flag Package: {{ package.pkgname }} {{ package.full_version }} ({{ package.a

The message box portion of the flag utility is optional, and 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 arch-general mailing list + an email to the Parabola Development mailing list with your additional text.

Note: Do not use this facility if the -- cgit v1.2.3-54-g00ecf