diff options
author | Franck Cuny <fcuny@twitter.com> | 2017-11-07 08:47:26 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2017-11-07 08:47:26 -0800 |
commit | 28cadb970ca0b1ae6cde58d09eadb6af89999ddf (patch) | |
tree | 3f3d0096bc041ed74868872c43beb9612afebc75 /bin/tw-mh-os7-report | |
parent | [emacs] add scala-mode (diff) | |
download | emacs.d-28cadb970ca0b1ae6cde58d09eadb6af89999ddf.tar.gz |
Remove bin, this is now in it's own repo
Diffstat (limited to 'bin/tw-mh-os7-report')
-rwxr-xr-x | bin/tw-mh-os7-report | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/bin/tw-mh-os7-report b/bin/tw-mh-os7-report deleted file mode 100755 index 993a9b3..0000000 --- a/bin/tw-mh-os7-report +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/bash - -if [ ! hash osrpeort.pex 2>/dev/null ]; then - pushd . - cd "${HOME}/src/source" - ./pants binary src/python/twitter/corestorage/osreport - popd -fi - -ROLES=( -manhattan.prod.revenue -manhattan.prod.athena -manhattan.prod.zac.hourly -manhattan.prod.blobstore -manhattan.prod.zac.minutely.agents -manhattan.prod.zac.index -manhattan.prod.zac.frequent -manhattan.prod.roslin -manhattan.prod.starbuck -manhattan.prod.adama -manhattan.prod.jammer -manhattan.prod.redwing -manhattan.prod.baltar -manhattan.prod.tory -manhattan.prod.omega -manhattan.prod.zac.minutely.counters -manhattan.prod.zac.frequent.agents -manhattan.prod.cylon -manhattan.prod.hotdog -manhattan.prod.serina -manhattan.prod.davis -manhattan.prod.limiters -manhattan.prod.zac.minutely -manhattan.prod.zac.frequent.counters -manhattan.prod.foster -) - -for role in ${ROLES[@]}; do - osreport.pex report ${role} -done |