From 81168e4fa47ef7f44f4c20400d7cf91b21d2ffc2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 27 Jan 2017 15:47:44 -0800 Subject: [bin] Remove 'science' --- bin/build-twttr-world | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 bin/build-twttr-world (limited to 'bin/build-twttr-world') diff --git a/bin/build-twttr-world b/bin/build-twttr-world deleted file mode 100755 index 1e0a49d..0000000 --- a/bin/build-twttr-world +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash - -SOURCE_ROOT="${HOME}/src/source" - -if [ ! -d "${SOURCE_ROOT}" ]; then - echo "It looks like ${SOURCE_ROOT} is not available." - exit 1 -fi - -TARGETS=( - 'science/src/python/twitter/checkstyle:check' - 'science/src/python/twitter/messaging/julep/:julep' - 'science/src/python/twitter/messaging/oncall/:oncall' - 'science/src/python/twitter/messaging/tools/:bookkeeper' - 'science/src/python/twitter/messaging/tools/:bookkeeper-rereplicator' - 'science/src/python/twitter/messaging/tools/:customers-requests' - 'science/src/python/twitter/messaging/tools/:host-status' - 'science/src/python/twitter/messaging/tools/:msg-config' - 'science/src/python/twitter/messaging/tools/:partition-ownership' - 'science/src/python/twitter/messaging/tools/:proxy-admin' - 'science/src/python/twitter/messaging/xdc_replicator_check/:streams-to-replicate' - 'science/src/python/twitter/ops/mesos/bin/:mesosops' -) - -cd "${SOURCE_ROOT}" - -for target in "${TARGETS[@]}"; do - echo -n "Build $target" - ./pants -q binary "${target}" -done - -echo "Done." - -- cgit v1.2.3