Do not sync translations for some projects

Disable syncing of translations for python-* and oslo.* projects until
we have renamed files in zanata for them.

Change-Id: I511d9bebda56cdc16b769cc5c0c60e62ae00e97c
Story: 2000452
This commit is contained in:
Andreas Jaeger 2016-01-28 09:09:25 +01:00
parent d1d9ea3281
commit 3a67c34373
2 changed files with 16 additions and 0 deletions

View File

@ -194,6 +194,14 @@ case "$PROJECT" in
propose_django "$PROJECT" "$MODULENAME"
fi
;;
python-*)
echo "project temporarily disabled"
exit 0
;;
oslo.*)
echo "project temporarily disabled"
exit 0
;;
*)
# Project specific setup.
setup_project "$PROJECT" "$ZANATA_VERSION"

View File

@ -70,6 +70,14 @@ case "$PROJECT" in
extract_messages_django "$MODULENAME"
fi
;;
python-*)
echo "project temporarily disabled"
exit 0
;;
oslo.*)
echo "project temporarily disabled"
exit 0
;;
*)
setup_project "$PROJECT" "$ZANATA_VERSION"
setup_loglevel_vars