Matthew Hooker
|
7a189a83a1
|
fix imports
`find . -type f -name '*.go' -not -path "./vendor/*" -exec goimports -w {} \;`
|
2018-01-24 17:09:17 -08:00 |
Matthew Hooker
|
366dc3da0a
|
move multistep imports to helper.
gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
|
2018-01-24 17:09:15 -08:00 |
Matthew Hooker
|
ebe995c0ff
|
run goimports
|
2018-01-22 17:21:10 -08:00 |
Vijaya Bhaskar Reddy Kondreddi
|
e45223a867
|
Fix -on-error issue not working.
When we supply -on-error flag for Packer with Hyper-v builder, it does not do anything.
|
2017-09-01 00:14:28 +05:30 |
Matthew Hooker
|
81522dced0
|
move packer to hashicorp
|
2017-04-04 13:39:01 -07:00 |
jasminSPC
|
484960c9d1
|
Fixes #4169
|
2016-11-16 00:17:30 +01:00 |
jasminSPC
|
a61716d4a4
|
Merge remote-tracking branch 'upstream/master' into packer-builder-profitbricks
# Conflicts:
# Godeps/Godeps.json
|
2016-08-01 13:09:07 +02:00 |
jasminSPC
|
d575cd62ec
|
Cleaned up the code
|
2016-07-07 10:28:46 +02:00 |
jasminSPC
|
e8be8d2f7b
|
Added documentation
Removed unnecessary comments.
|
2016-07-01 14:28:29 +02:00 |
jasminSPC
|
df0298c9ae
|
Packer Builder ProfitBricks
|
2016-06-29 04:35:41 +02:00 |