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