diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-07 15:40:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-07 15:40:59 -0700 |
commit | f16c30b0e99b1a28ea6486dc2cb37c2f934be2b6 (patch) | |
tree | 5f1af30080d1a1ca40e54678d85f5cbdade9d795 /tools | |
parent | cd1feaab309127f904a2af5a8a57e5bf6ab1985f (diff) | |
parent | 30da8254aac677bc9625571cf24903e50f4c04d9 (diff) |
Merge pull request #7865 from ctiller/moovee
Remove blah repos from the visualization
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gource/gen-all-logs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gource/gen-all-logs.sh b/tools/gource/gen-all-logs.sh index ab60c3c1b1..2512cc2259 100755 --- a/tools/gource/gen-all-logs.sh +++ b/tools/gource/gen-all-logs.sh @@ -34,7 +34,7 @@ outdir=`pwd` tmpdir=`mktemp -d` mkdir -p $tmpdir/logs -repos="grpc grpc-common grpc-go grpc-java grpc.github.io grpc-tools homebrew-grpc grpc-docker-library" +repos="grpc grpc-common grpc-go grpc-java grpc.github.io" for repo in $repos do cd $tmpdir |