diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-06 17:10:57 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-06 17:10:57 -0800 |
commit | b7d0b72418b8d3590706f6baa67d7d5e61e9fc18 (patch) | |
tree | c0d8f40d0507d8a0ce7b2645420594d4f4ef6157 | |
parent | [Emacs] a few more changes to the theme. (diff) | |
download | emacs.d-b7d0b72418b8d3590706f6baa67d7d5e61e9fc18.tar.gz |
[bin] Some targets were renamed.
-rwxr-xr-x | bin/build-twttr-world | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/build-twttr-world b/bin/build-twttr-world index a2fe9b3..f173fd0 100755 --- a/bin/build-twttr-world +++ b/bin/build-twttr-world @@ -7,15 +7,18 @@ if [ ! -d "${SOURCE_ROOT}" ]; then 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/:eventbus-partition-ownership' + 'science/src/python/twitter/messaging/tools/:partition-ownership' 'science/src/python/twitter/messaging/tools/:host-status' 'science/src/python/twitter/messaging/tools/:msg-config' 'science/src/python/twitter/messaging/tools/:proxy-admin' + 'science/src/python/twitter/messaging/xdc_replicator_check/:streams-to-replicate' ) cd "${SOURCE_ROOT}" |