Jon-Erik Schneiderhan
2515f44717
Update GOPATH usage in Vagrantfile
...
I think there is a missing escape in the Vagrantfile. Inside the VM I had to fix the /etc/profile.d/gopath.sh because it's contents were:
```
export GOPATH="/opt/gopath"
export PATH="/opt/go/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
```
BTW having a way to spin up a dev VM so easily made it a breeze to get hacking on Terraform! Great idea!
2015-04-17 09:39:31 -04:00
jba
2552590e22
fix the GOPATH/bin
2015-02-09 11:27:00 +01:00
Igor Vuk
434498a04a
Consistent ordering of arguments for apt-get commands
2014-09-14 01:31:36 +02:00
Igor Vuk
27c08145bf
Drop the SRCROOT variable
2014-09-14 01:10:50 +02:00
Igor Vuk
9b86b0303c
Update comment, build Go if cd succeeds
2014-09-14 00:56:31 +02:00
Igor Vuk
0dfe5fd853
Unify GOPATH capitalization, delete empty line
2014-09-14 00:51:50 +02:00
Igor Vuk
1a782d27f7
Drop the execute permissions
2014-09-14 00:46:29 +02:00
Igor Vuk
e0f0174300
Write directly to /etc/profile.d/gopath.sh instead of /tmp
2014-09-14 00:35:54 +02:00
Igor Vuk
60ec8ad96a
Make apt-get silent
2014-09-14 00:15:54 +02:00
Igor Vuk
0a91741cc8
Also install pkg-config and libpcre3-dev so Go does not complain
2014-09-14 00:03:51 +02:00
Igor Vuk
4da12f7969
Install all required packages at once
2014-09-13 23:45:24 +02:00
Igor Vuk
6a889f09b4
Drop the extra sudo calls
2014-09-13 23:36:32 +02:00
Mitchell Hashimoto
1b89e08b0d
Update to 12.04 in vagrantfile for building
2014-09-09 14:43:13 -07:00
Mitchell Hashimoto
f5e85b24a1
Install other stuff in Vagrant to cut releases
2014-08-31 09:43:42 -07:00
Mitchell Hashimoto
77712c14ee
Vagrantfile only needs one machine now
2014-08-28 09:52:05 -07:00
Armon Dadgar
81f5f60bb2
Adding Vagrantfile for cross-compile
2014-07-27 18:16:17 -04:00