Commit Graph

12278 Commits (df98c3ee388d64c7d099cfd63be44e00eff08d5c)
 

Author SHA1 Message Date
Megan Marsh 7bbea11e6a add generate binaries job to circle
7 years ago
Megan Marsh 8133d14eab circle config
7 years ago
Megan Marsh c451540d85 change circle
7 years ago
Megan Marsh d657f24811
Merge pull request #7624 from hashicorp/save_builds_to_circle
7 years ago
Megan Marsh 3dbbc480c2 add build for generating binaries
7 years ago
Adrien Delorme c121d10e0f Update CHANGELOG.md
7 years ago
Megan Marsh 2cfba56265 fix typos
7 years ago
Megan Marsh 02c9f24531 allow user to set architecture
7 years ago
Megan Marsh d2bb42a9ba
Merge pull request #7616 from howlowck/patch-1
7 years ago
Megan Marsh fdae14bc18
Merge pull request #7551 from krzyszko/gcp_encryption_key
7 years ago
Megan Marsh 01a27e4f37 update changelog
7 years ago
Hao Luo 98ea8b272f removed the other count
7 years ago
Megan Marsh e4326d1045
Update website/source/docs/builders/azure.html.md
7 years ago
Megan Marsh 5e23083df1
Merge pull request #7605 from hashicorp/verbose-packer-binary-copy
7 years ago
Megan Marsh c290414f63
Merge pull request #7610 from hashicorp/doc_ovf_local_only
7 years ago
Megan Marsh c28ab292a4
Merge pull request #7618 from hashicorp/build_on_solaris
7 years ago
Megan Marsh 7e91a3c8ea
Merge pull request #7501 from wandel/limit-parallel
7 years ago
Adrien Delorme 5f076d4328 allow building packer on solaris by removing progress bar and tty imports
7 years ago
Adrien Delorme a6bb06c04e
Merge pull request #7615 from hashicorp/fix_7607
7 years ago
Adrien Delorme 3a3dacbfc5
Merge pull request #7617 from radeksimko/b-fix-qemu-version
7 years ago
Adrien Delorme cb2d89af6f simplify path parsing by making at string instead of an array + add tests
7 years ago
Adrien Delorme a4b8570991 refactor arg parsing into it's own cfg maker & test it
7 years ago
Adrien Delorme 7e8c42d243 BuildCommand: put config in a local struct
7 years ago
Radek Simko b4d35eceff
builder/qemu: Fix typo in version comparison
7 years ago
Megan Marsh ad37e45006
Merge pull request #7614 from radeksimko/f-qemu-go-version
7 years ago
Megan Marsh eb80917024
Merge pull request #7613 from radeksimko/cleanup-net-cache
7 years ago
Hao Luo 2c24c36589
Update azure.html.md
7 years ago
Megan Marsh bf59f01ba2 fix copypasta mistake switching ssh port mix/max for vnc port min/max
7 years ago
Radek Simko c7cf39808d
builder/qemu: Replace dot-based parsing with hashicorp/go-version
7 years ago
Radek Simko 3e65b5dbcb
vendor: github.com/hashicorp/go-version@v1.2.0
7 years ago
Radek Simko 8519da6ce9
common/net: Cleanup cache of used port after closing
7 years ago
Megan Marsh 69009472b4
Merge pull request #7598 from hashicorp/fix_7595
7 years ago
Adrien Delorme 5fd683c0cf virtualbox-ovf.html.md.erb: update doc to current usage
7 years ago
Adrien Delorme cdbb742496 add more cancellation tests
7 years ago
Adrien Delorme 73a55631c4 fix testfile call
7 years ago
Adrien Delorme 2890687b2b fix race condition in BuildCommand
7 years ago
Adrien Delorme af15ed3583 nil signals are probably just a cancellation in disguise
7 years ago
Adrien Delorme 583d93790f add tests for cancellation while building
7 years ago
Adrien Delorme dd2785ff08 BuildCommand.Run: avoid triggering a cancellation on termination
7 years ago
Adrien Delorme 0094d2878c Build: move BuildCommand.Run into a RunContext command to allow testing for cancellation, put cancellation in `Run`
7 years ago
Adrien Delorme e8ac0e6c75
scripts/build.sh: don't discard stderr when copying packer
7 years ago
krisko e96bda6466
Remove config interface. Make CreateImage function to accept config as list of config fields
7 years ago
Megan Marsh 2c352cc681 add tests for step_ami_region_copy
7 years ago
Adrien Delorme 6fe6c08b4d appveyor: remove verbose mode as output is truncated, and I can't see what's wrong
7 years ago
Adrien Delorme a2cc2532ea add TestBuildParallel_Timeout to test errors on parallel builds
7 years ago
Adrien Delorme d40d3eca88 swap semaquire and wg.Add to avoid a deadlock
7 years ago
Megan Marsh ae3cf48f71 in ebs, don't clean up temporary amis from encryption step. that's handled in step_copy_ami now
7 years ago
Megan Marsh 8c1d0f9686 clean up temporary unencrypted AMI and associated snapshots
7 years ago
Megan Marsh c0e69a9da0 if encrypt_boot is explicitly set to false, don't copy. Also, make sure we don't cause a wait group block when we aren't performing a copy.
7 years ago
krisko f2f6772aee
Document image_encryption_key
7 years ago