Closed Bug 767080 Opened 12 years ago Closed 12 years ago

Push Mozillians 2012-06-21

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jsocol, Assigned: jd)

Details

We'd like to push out an update to Mozillians this afternoon. The tag is 2012-06-21.

There may be a step during the push where we need to manually run

python manage.py update_product_details -f

but we'll be around during the deploy to help with any issues like that.

QA just went to lunch, so if we could do this in around an hour (1pm PDT) that would be perfect.
Assignee: server-ops → jcrowe
prod is returning the following ISE
Traceback (most recent call last):

 File "/data/www/mozillians.org/mozillians/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
   response = callback(request, *callback_args, **callback_kwargs)

 File "/data/www/mozillians.org/mozillians/vendor/src/django/django/views/decorators/cache.py", line 88, in _wrapped_view_func
   response = view_func(request, *args, **kwargs)

 File "/data/www/mozillians.org/mozillians/vendor/src/django/django/contrib/auth/decorators.py", line 19, in _wrapped_view
   return view_func(request, *args, **kwargs)

 File "/data/www/mozillians.org/mozillians/apps/phonebook/views.py", line 56, in profile
   return render(request, 'phonebook/profile.html', data)

 File "/data/www/mozillians.org/mozillians/vendor/src/django/django/shortcuts/__init__.py", line 44, in render
   return HttpResponse(loader.render_to_string(*args, **kwargs),

 File "/data/www/mozillians.org/mozillians/vendor/src/django/django/template/loader.py", line 176, in render_to_string
   return t.render(context_instance)

 File "/data/www/mozillians.org/mozillians/vendor/src/jingo/jingo/__init__.py", line 189, in render
   return super(Template, self).render(context_dict)

 File "/usr/lib64/python2.6/site-packages/jinja2/environment.py", line 891, in render
   return self.environment.handle_exception(exc_info, True)

 File "/data/www/mozillians.org/mozillians/apps/phonebook/templates/phonebook/profile.html", line 9, in top-level template code
   {% set nav_profile = 'active' %}

 File "/data/www/mozillians.org/mozillians/templates/base.html", line 163, in top-level template code
   {% block lang_switcher %}

 File "/data/www/mozillians.org/mozillians/templates/base.html", line 164, in block "lang_switcher"
   {% include 'includes/lang_switcher.html' %}

 File "/data/www/mozillians.org/mozillians/templates/includes/lang_switcher.html", line 4, in top-level template code
   {% for code, name in LANGUAGES|dictsort -%}

 File "/usr/lib64/python2.6/site-packages/jinja2/filters.py", line 176, in do_dictsort
   return sorted(value.items(), key=sort_func)

 File "/data/www/mozillians.org/mozillians/vendor/src/django/django/utils/functional.py", line 96, in __wrapper__
   res = self.__func(*self.__args, **self.__kw)

 File "/data/www/mozillians.org/mozillians/vendor/src/funfactory/funfactory/settings_base.py", line 97, in lazy_langs
   for lang in langs])

TypeError: 'NoneType' object is unsubscriptable
this is now done
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
QA verified - the release was successful - thank you all who fought through this week & this release. We're on the clean path again.

* feature bugs verified
* manual bfts pass
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.