The last two patches should fix the root cause of the spams, and extra space before except and pass.
I applied these as "emergency" patches also, to avoid flooding root@redhat with like ~20-30 errors per minute
Nick
---------------------------- Original Message ---------------------------- Subject: [puppet] Fix more indenting From: "Nick Bebout" nb@fedoraproject.org Date: Tue, February 22, 2011 7:51 pm To: sysadmin-members@fedoraproject.org --------------------------------------------------------------------------
commit da94ee041dfe914c90669365feac08c03f1302a6 Author: Nick Bebout nb@puppet01.phx2.fedoraproject.org Date: Wed Feb 23 01:51:00 2011 +0000
Fix more indenting
.../hotfix/files/transifex/tx-simpleauth-views.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/modules/hotfix/files/transifex/tx-simpleauth-views.py b/modules/hotfix/files/transifex/tx-simpleauth-views.py index 02bf8e1..e26751e 100644 --- a/modules/hotfix/files/transifex/tx-simpleauth-views.py +++ b/modules/hotfix/files/transifex/tx-simpleauth-views.py @@ -22,7 +22,7 @@ def login(request, template_name='simpleauth/signin.html'): try: request.user.message_set.create( message=_("Login is disabled due to migration to fedora.transifex.net.")) - except: + except: pass return HttpResponseRedirect(reverse('transifex.home')) # next = clean_next(request.GET.get('next'))
On Tuesday, February 22, 2011 07:56:03 pm Nick Bebout wrote:
The last two patches should fix the root cause of the spams, and extra space before except and pass.
I applied these as "emergency" patches also, to avoid flooding root@redhat with like ~20-30 errors per minute
Nick
---------------------------- Original Message ---------------------------- Subject: [puppet] Fix more indenting From: "Nick Bebout" nb@fedoraproject.org Date: Tue, February 22, 2011 7:51 pm To: sysadmin-members@fedoraproject.org
commit da94ee041dfe914c90669365feac08c03f1302a6 Author: Nick Bebout nb@puppet01.phx2.fedoraproject.org Date: Wed Feb 23 01:51:00 2011 +0000
Fix more indenting
.../hotfix/files/transifex/tx-simpleauth-views.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/hotfix/files/transifex/tx-simpleauth-views.py b/modules/hotfix/files/transifex/tx-simpleauth-views.py index 02bf8e1..e26751e 100644 --- a/modules/hotfix/files/transifex/tx-simpleauth-views.py +++ b/modules/hotfix/files/transifex/tx-simpleauth-views.py @@ -22,7 +22,7 @@ def login(request, template_name='simpleauth/signin.html'): try: request.user.message_set.create( message=_("Login is disabled due to migration to fedora.transifex.net."))
except:
- except: pass return HttpResponseRedirect(reverse('transifex.home'))
# next = clean_next(request.GET.get('next'))
infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure
+1
On Tue, Feb 22, 2011 at 09:02:37PM -0600, Dennis Gilmore wrote:
On Tuesday, February 22, 2011 07:56:03 pm Nick Bebout wrote:
The last two patches should fix the root cause of the spams, and extra space before except and pass.
I applied these as "emergency" patches also, to avoid flooding root@redhat with like ~20-30 errors per minute
Nick
---------------------------- Original Message ---------------------------- Subject: [puppet] Fix more indenting From: "Nick Bebout" nb@fedoraproject.org Date: Tue, February 22, 2011 7:51 pm To: sysadmin-members@fedoraproject.org
commit da94ee041dfe914c90669365feac08c03f1302a6 Author: Nick Bebout nb@puppet01.phx2.fedoraproject.org Date: Wed Feb 23 01:51:00 2011 +0000
Fix more indenting
.../hotfix/files/transifex/tx-simpleauth-views.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/hotfix/files/transifex/tx-simpleauth-views.py b/modules/hotfix/files/transifex/tx-simpleauth-views.py index 02bf8e1..e26751e 100644 --- a/modules/hotfix/files/transifex/tx-simpleauth-views.py +++ b/modules/hotfix/files/transifex/tx-simpleauth-views.py @@ -22,7 +22,7 @@ def login(request, template_name='simpleauth/signin.html'): try: request.user.message_set.create( message=_("Login is disabled due to migration to fedora.transifex.net."))
except:
- except: pass return HttpResponseRedirect(reverse('transifex.home'))
# next = clean_next(request.GET.get('next'))
infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure
+1
+1
Thans nb
-Toshio
infrastructure@lists.fedoraproject.org