Merge "Another fix for upstream_translation_horizon.sh"

This commit is contained in:
Jenkins 2014-03-21 20:10:45 +00:00 committed by Gerrit Code Review
commit de46ee2b8a

View File

@ -51,7 +51,7 @@ tx set --auto-local -r ${PROJECT}.openstack-dashboard-translations \
git add ${PROJECT}/locale/en/LC_MESSAGES/*
git add openstack_dashboard/locale/en/LC_MESSAGES/*
if [ `git diff --cached | egrep -v "(POT-Creation-Date|^[\+\-]#|^\+{3}|^\-{3})" | egrep -c "^[\-\+]"` -gt 0 ] ]
if [ `git diff --cached | egrep -v "(POT-Creation-Date|^[\+\-]#|^\+{3}|^\-{3})" | egrep -c "^[\-\+]"` -gt 0 ]
then
# Push source file changes to transifex
tx --debug --traceback push -s