From edfd0f5bcc591dc20023a6f48c35f887fcb3555f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Feb 2017 13:38:39 -0800 Subject: [bin] prefix twitter's scripts with 'tw'. --- bin/build-twttr-tools | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100755 bin/build-twttr-tools (limited to 'bin/build-twttr-tools') diff --git a/bin/build-twttr-tools b/bin/build-twttr-tools deleted file mode 100755 index da54fe5..0000000 --- a/bin/build-twttr-tools +++ /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=( - 'src/python/twitter/checkstyle:check' - 'src/python/twitter/messaging/julep/:julep' - 'src/python/twitter/messaging/oncall/:oncall' - 'src/python/twitter/messaging/tools/:bookkeeper' - 'src/python/twitter/messaging/tools/:bookkeeper-rereplicator' - 'src/python/twitter/messaging/tools/:customers-requests' - 'src/python/twitter/messaging/tools/:host-status' - 'src/python/twitter/messaging/tools/:msg-config' - 'src/python/twitter/messaging/tools/:partition-ownership' - 'src/python/twitter/messaging/tools/:proxy-admin' - 'src/python/twitter/messaging/xdc_replicator_check/:streams-to-replicate' - '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 1.4.1