Blacklist some more repos for translation sync

These repositories need to get stopped as well, since we will rename
them also.

Before we can enable them again, we need to update Zanata and the
repositories itself.

Change-Id: I9986833819566f39280f5a3944a49c8f7de9ebe5
This commit is contained in:
Andreas Jaeger 2016-01-28 14:12:18 +01:00
parent ad2803bb84
commit a25c9013f6
2 changed files with 8 additions and 0 deletions

View File

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

View File

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