Merge "Blacklist some more repos for translation sync"

This commit is contained in:
Jenkins 2016-01-29 08:47:17 +00:00 committed by Gerrit Code Review
commit d9800cb342
2 changed files with 8 additions and 0 deletions

View File

@ -202,6 +202,10 @@ case "$PROJECT" in
echo "project temporarily disabled" echo "project temporarily disabled"
exit 0 exit 0
;; ;;
ironic-inspector|networking-*|neutron-*|vmware-nsx)
echo "project temporarily disabled"
exit 0
;;
*) *)
# Project specific setup. # Project specific setup.
setup_project "$PROJECT" "$ZANATA_VERSION" setup_project "$PROJECT" "$ZANATA_VERSION"

View File

@ -78,6 +78,10 @@ case "$PROJECT" in
echo "project temporarily disabled" echo "project temporarily disabled"
exit 0 exit 0
;; ;;
ironic-inspector|networking-*|neutron-*|vmware-nsx)
echo "project temporarily disabled"
exit 0
;;
*) *)
setup_project "$PROJECT" "$ZANATA_VERSION" setup_project "$PROJECT" "$ZANATA_VERSION"
setup_loglevel_vars setup_loglevel_vars