This project is mirrored from https://gitee.com/NQL886/packer.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 04 Nov, 2019 8 commits
-
-
Adrien Delorme authored
allow nvme, since virtualbox 6.0 allows it
-
Adrien Delorme authored
Fix incorrect variable name galaxy_command
-
Adrien Delorme authored
builder/linode: remove unused sshConfig() and associated import
-
Adrien Delorme authored
common: Resuscitate Floppy Tests
-
Kévin Rauscher authored
-
Adrien Delorme authored
-
Adrien Delorme authored
builder/vmware: Remove Unused Test Helper Functions
-
Adrien Delorme authored
common: remove unused test function getDirectory()
-
- 02 Nov, 2019 7 commits
-
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
- 01 Nov, 2019 6 commits
-
-
Megan Marsh authored
delete amazon import post-processor intermediary snapshots
-
Megan Marsh authored
-
Megan Marsh authored
-
Adrien Delorme authored
-
Adrien Delorme authored
builder/openstack: remove dead testConfig() function
-
Adrien Delorme authored
Cleanup builder/amazon/common
-
- 31 Oct, 2019 16 commits
-
-
Megan Marsh authored
-
Megan Marsh authored
Document duration strings better to avoid confusion
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
builder/amazon/common: remove dead test type and function mockEC2Conn_Modify_EBS.ModifyInstanceAttribute()
-
Lars Lehtonen authored
builder/amazon/common: remove dead test type and function mockEC2ConnSpot.DescribeSpotPriceHistory()
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Lars Lehtonen authored
-
Adrien Delorme authored
-
Adrien Delorme authored
It is simply the best/simplest solution and trying to prevent users from passing and integer here would be like opening a can of worms. Because: * we cannot make mapstructure validate our duration string ( with an UnmarshalJSON func etc.) * we cannot make mapstructure spit a string instead of a duration and packer will decode-encode-decode config. * the hcl2 generated code asks for a string, so this will be enforced by default.
-
Adrien Delorme authored
Before this commit it was possible to set a duration using an integer or a float. Go's time.Duration is an int64 internally an mapstructure will take advantage of this and load the number as a int64 but `1` means one ns which is unexpected/confusing. To avoid confusion and enforce readability this forces users to pass a string with a unit for a duration; ex "56s".
-
Adrien Delorme authored
add insert_key option for toggling whether to add Vagrant's insecure key
-
- 30 Oct, 2019 3 commits
-
-
Megan Marsh authored
-
Megan Marsh authored
-
Megan Marsh authored
-