From d8f82d9d72eec6042536797f75e06a9296f4cc71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Thu, 12 May 2011 15:52:47 -0300 Subject: More rebranding --- devel/views.py | 2 +- packages/views.py | 2 +- settings.py | 2 +- templates/packages/flag.html | 6 +++--- todolists/views.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/views.py b/devel/views.py index 5b8965d8..5b03f8c0 100644 --- a/devel/views.py +++ b/devel/views.py @@ -155,7 +155,7 @@ class NewUserForm(forms.ModelForm): send_mail("Your new archweb account", t.render(c), - 'Arch Website Notification ', + 'Parabola ', [user.email], fail_silently=False) diff --git a/packages/views.py b/packages/views.py index 263165fd..73594507 100644 --- a/packages/views.py +++ b/packages/views.py @@ -396,7 +396,7 @@ def flag(request, name, repo, arch): }) send_mail(subject, t.render(c), - 'Arch Website Notification ', + 'Parabola Packages ', toemail, fail_silently=True) diff --git a/settings.py b/settings.py index 1d26d9eb..029739f2 100644 --- a/settings.py +++ b/settings.py @@ -13,7 +13,7 @@ ADMINS = () MANAGERS = ADMINS # Package out-of-date emails for orphans -NOTIFICATIONS = ['arch-notifications@archlinux.org'] +NOTIFICATIONS = ['packages@list.parabolagnulinux.org'] # Full path to the data directory DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__)) diff --git a/templates/packages/flag.html b/templates/packages/flag.html index d947b573..52c0444c 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -21,12 +21,12 @@

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: Please do not use this facility if the - package is broken! Use the bug tracker instead.

Please confirm your flag request for {{pkg.pkgname}}:

diff --git a/todolists/views.py b/todolists/views.py index 6bd456ae..6278c6bf 100644 --- a/todolists/views.py +++ b/todolists/views.py @@ -170,7 +170,7 @@ def send_todolist_emails(todo_list, new_packages): t = loader.get_template('todolists/email_notification.txt') send_mail('Packages added to todo list \'%s\'' % todo_list.name, t.render(c), - 'Arch Website Notification ', + 'Parabola ', [maint], fail_silently=True) -- cgit v1.2.3-2-g168b