]> Cypherpunks repositories - gostls13.git/commit
gobuilder: fix windows builder
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Feb 2012 03:52:01 +0000 (14:52 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 9 Feb 2012 03:52:01 +0000 (14:52 +1100)
commit947ea6f750809302534bdb57afd2091767bd4038
tree977140ef99b3ff03443748707679d1bc6f8ef7fc
parent1c1ecd7473770521b8e9e599220c038819736d7b
gobuilder: fix windows builder

Do not rewrite commands if they have .bash extnsion.
Use path/filepath to manipulate file paths everywhere.
Use all.bat on windows, not all.bash.
Use HOMEDRIVE/HOMEPATH to find .gobuildkey on windows.

R=rsc
CC=golang-dev
https://golang.org/cl/5630062
misc/dashboard/builder/exec.go
misc/dashboard/builder/main.go