Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1385405: Update SCL3 deployment
Browse files Browse the repository at this point in the history
Update the SCL3 deployment for the locale submodule.
  • Loading branch information
jwhitlock committed Aug 1, 2017
1 parent 3b567e1 commit 6a1a6d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/chief_deploy.py
Expand Up @@ -36,6 +36,7 @@
def update_code(ctx, tag):
with ctx.lcd(settings.SRC_DIR):
ctx.local("git fetch")
ctx.local("find locale -name '*.mo' -delete") # bug 1385405
ctx.local("git checkout -f %s" % tag)
ctx.local("git submodule sync")
ctx.local("git submodule update --init --recursive")
Expand All @@ -45,7 +46,7 @@ def update_code(ctx, tag):
def update_locales(ctx):
with ctx.lcd(os.path.join(settings.SRC_DIR, 'locale')):
ctx.local("dennis-cmd lint --errorsonly .")
ctx.local("./compile-mo.sh .")
ctx.local("../scripts/compile-mo.sh .")


@task
Expand Down

0 comments on commit 6a1a6d1

Please sign in to comment.