- 21 Apr, 2014 17 commits
-
-
higebu authored
-
Ross Smith II authored
-
Ross Smith II authored
Fix ansible paths when provisioning Linux from Windows
-
Ross Smith II authored
-
Ross Smith II authored
implemented null buider
-
Ross Smith II authored
-
Ross Smith II authored
optionally use existing ssh key for amazon builders
-
Ross Smith II authored
-
Ross Smith II authored
Updates googlecompute build to v1 API & uses boot persistent disk
-
Ross Smith II authored
-
Ross Smith II authored
-
Ross Smith II authored
builder/vmware-vmx: add cloning support on Windows [GH-824]
-
Ross Smith II authored
-
Ross Smith II authored
Update Ansible provisioner to set cwd to staging directory.
-
Ross Smith II authored
-
Ross Smith II authored
Properly return error when invalid instance state is found
-
Mitchell Hashimoto authored
fixing colored output of Makefile
-
- 17 Apr, 2014 8 commits
-
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
common: fix error handeling when creating a floppy
-
Fabian Ruff authored
-
Pierre Riteau authored
-
Ross Smith II authored
builder/digitalocean: updated default image_id, fixes #1032
-
Ross Smith II authored
builder/digitalocean: updated default image_id, per #1032
-
Ross Smith II authored
-
Ross Smith II authored
use old ssh code until higebu's branch (#1030) is ready, see #1019
-
- 13 Apr, 2014 2 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
-
- 11 Apr, 2014 1 commit
-
-
Ross Smith II authored
-
- 08 Apr, 2014 1 commit
-
-
Joe Gornick authored
-
- 06 Apr, 2014 2 commits
-
-
Ross Smith II authored
-
Ross Smith II authored
-
- 04 Apr, 2014 1 commit
-
-
Joe Gornick authored
-
- 03 Apr, 2014 1 commit
-
-
Zac Shenker authored
Changing to the v1 google-api-go-client. Now creates a persistent disk as the boot disk, and sets it to auto delete
-
- 31 Mar, 2014 1 commit
-
-
Christian Berendt authored
The colored output is broken when using Zsh. \033[32;01m==> Installing dependencies\033[0m \033[32;01m==> Building\033[0m After adding the parameter -e to echo I get the expected green lines.
-
- 24 Mar, 2014 2 commits
-
-
Florian Noeding authored
-
Florian Noeding authored
The null builder is not really a bulider, it just setups a SSH connection and runs the provisioners. It can be used to debug provisioners without incurring high wait times. It does not create any kind of image or artifact.
-
- 21 Mar, 2014 2 commits
-
-
Matthew Hooker authored
Fix a trailing comma in an example template
-
Ted Pennings authored
-
- 18 Mar, 2014 1 commit
-
-
Ryan Burrows authored
Since the paths are generated on the host machine but the commands are executed on the VM being provisioned the paths generated will use path separators from the host. In the case of provisioning a Linux VM from Windows this path will not work. Convert the path to use a '/' separator which should work for both platforms in Go
-
- 13 Mar, 2014 1 commit
-
-
Mitchell Hashimoto authored
Fix syntax error
-