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:
parent
d1d9ea3281
commit
3a67c34373
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user