Skip to content

Commit

Permalink
fabfile: remove second translation compiling
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Aage Lavik <[email protected]>
  • Loading branch information
jalavik committed Nov 11, 2014
1 parent 24adc9c commit 21053e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def install():
sudo("pip install git+git://github.com/mrjoes/flask-admin.git#egg=Flask-Admin-1.0.9.dev0")
success = sudo("python setup.py install")
if success:
path_to_invenio = sudo("python -c 'import invenio; print invenio.__path__[0]'")
if path_to_invenio:
sudo("pybabel compile -d {0}/base/translations".format(path_to_invenio.strip()))
# INSPIRE specific configuration
with cd(env.conf_directory):
config_location = "/tmp/inspire-configuration"
Expand Down

0 comments on commit 21053e3

Please sign in to comment.