commit | f824737fdfab46049fafe715bf4383c0d2c47c60 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Tue Jan 05 07:49:11 2016 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Mon Jan 04 20:56:40 2016 +0000 |
tree | bcc2c58ef7f73cb9bdd770b172b4cd5dec9400ec | |
parent | b475d637bb5853bde0c00c0428e9e8e492acf0a0 [diff] |
cmd/coordinator: put go repo in its own directory inside tmp Previously the Go repo would be in /tmp/watcher1234 and each sub repo in /tmp/watcher1234/subrepo. This change puts the Go repo inside /tmp/watcher1234/go. Change-Id: I4dc3d9fad8cc41647f6a821273565b815fc0f968 Reviewed-on: https://go-review.googlesource.com/18240 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>