Move i18n building into a script to fix deployment issues.

Review Request #4499 — Created Aug. 28, 2013 and submitted

Information

Review Board
master

Reviewers

Move i18n building into a script to fix deployment issues.

For some reason, doing a 'fab deploy' results in the django import in
Build18N to fail. The code doesn't seem to be running with the
PYTHONPATH we'd expect.

This change moves the i18n building logic out into a script, just like
media building. The script is then able to run in the context of the
virtualenv, and not in whatever screwed up environment the class is
otherwise running in.
Deployed the build we're currently running.
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        contrib/internal/build-i18n.py
        setup.py
      Ignored Files:
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        contrib/internal/build-i18n.py
        setup.py
      Ignored Files:
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Loading...