Re-enable repos for translation

The python-client, networking, and neutron repos are setup
properly again, so we can enable translation syncing again.

Depends-On: I836f7a11943a3d76fb0a119b401ead112680d7a7
Change-Id: Id2a5c00ddf46d43330e28fa60f8850c96de13f0c
Story: 2000452
This commit is contained in:
Andreas Jaeger 2016-02-02 12:44:25 +01:00
parent a97afd8b83
commit 8e9b206191
2 changed files with 0 additions and 16 deletions

View File

@ -156,14 +156,6 @@ case "$PROJECT" in
setup_horizon "$ZANATA_VERSION" setup_horizon "$ZANATA_VERSION"
propose_horizon propose_horizon
;; ;;
python-*)
echo "project temporarily disabled"
exit 0
;;
networking-*|neutron-*)
echo "project temporarily disabled"
exit 0
;;
*) *)
# Common setup for python and django repositories # Common setup for python and django repositories
# ---- Python projects ---- # ---- Python projects ----

View File

@ -44,14 +44,6 @@ case "$PROJECT" in
setup_horizon "$ZANATA_VERSION" setup_horizon "$ZANATA_VERSION"
./run_tests.sh --makemessages -V ./run_tests.sh --makemessages -V
;; ;;
python-*)
echo "project temporarily disabled"
exit 0
;;
networking-*|neutron-*)
echo "project temporarily disabled"
exit 0
;;
*) *)
# Common setup for python and django repositories # Common setup for python and django repositories
# ---- Python projects ---- # ---- Python projects ----