Commit Graph

12344 Commits

Author SHA1 Message Date
Alvin Huang c9665b7a9d set insecure_ssl and a custom site domain 2019-05-09 13:54:23 -04:00
Alvin Huang 506eb40d56 remove name argument for github_repository_webhook 2019-05-09 13:41:42 -04:00
Adrien Delorme 65d6677eb7 don't try to push binaries for branches 2019-05-09 16:24:46 +02:00
Adrien Delorme 03e3c32f4e actually zip binary now 2019-05-09 16:16:45 +02:00
Adrien Delorme 48eaf9ea5f circle-ci: publish 'nightly' tag binaries to github 2019-05-09 16:16:45 +02:00
Adrien Delorme 84a11b0f8f Revert "make store_artifacts step manually approved"
This reverts commit 629d8313aba05c649dd96a02c33a394344fc3dc7.
2019-05-09 16:16:45 +02:00
Adrien Delorme e368910bb5 make store_artifacts step manually approved 2019-05-09 14:09:38 +02:00
Adrien Delorme b3095bc338 store artifacts in the root folder 2019-05-09 11:41:12 +02:00
Adrien Delorme 970ae016c0 store artifacts in a single export 2019-05-09 11:21:02 +02:00
Adrien Delorme 9ff511b4d6 store/export binaries in zip files for each GOOS/GOARCH 2019-05-09 11:20:56 +02:00
Megan Marsh c54edf761b get circle to save dev builds for windows, linux, and darwin 2019-05-08 16:57:47 -07:00
Megan Marsh 0808c5283e circle 2019-05-08 16:35:20 -07:00
Megan Marsh 7bbea11e6a add generate binaries job to circle 2019-05-08 16:24:33 -07:00
Megan Marsh 8133d14eab circle config 2019-05-08 16:23:37 -07:00
Megan Marsh c451540d85 change circle 2019-05-08 16:10:00 -07:00
Megan Marsh d657f24811
Merge pull request #7624 from hashicorp/save_builds_to_circle
add build for generating binaries
2019-05-08 15:59:58 -07:00
Megan Marsh 3dbbc480c2 add build for generating binaries 2019-05-08 15:47:46 -07:00
Adrien Delorme c121d10e0f Update CHANGELOG.md 2019-05-08 16:52:14 +02:00
Megan Marsh 2cfba56265 fix typos 2019-05-07 16:44:29 -07:00
Megan Marsh 02c9f24531 allow user to set architecture 2019-05-07 16:38:55 -07:00
Megan Marsh d2bb42a9ba
Merge pull request #7616 from howlowck/patch-1
Fixed typo in documentation
2019-05-07 16:05:19 -07:00
Megan Marsh fdae14bc18
Merge pull request #7551 from krzyszko/gcp_encryption_key
Googlecompute builder image encryption support
2019-05-07 15:59:59 -07:00
Megan Marsh 01a27e4f37 update changelog 2019-05-07 11:58:18 -07:00
Hao Luo 98ea8b272f removed the other count 2019-05-07 12:44:49 -05:00
Megan Marsh e4326d1045
Update website/source/docs/builders/azure.html.md
Co-Authored-By: howlowck <howlowck@gmail.com>
2019-05-07 12:40:19 -05:00
Megan Marsh 5e23083df1
Merge pull request #7605 from hashicorp/verbose-packer-binary-copy
scripts/build.sh: don't discard stderr when copying packer
2019-05-07 10:23:20 -07:00
Megan Marsh c290414f63
Merge pull request #7610 from hashicorp/doc_ovf_local_only
virtualbox-ovf.html.md.erb: update doc to current usage
2019-05-07 10:22:30 -07:00
Megan Marsh c28ab292a4
Merge pull request #7618 from hashicorp/build_on_solaris
allow building packer on solaris by removing progress bar and tty imports on solaris
2019-05-07 10:10:02 -07:00
Megan Marsh 7e91a3c8ea
Merge pull request #7501 from wandel/limit-parallel
limit number of builds running in parallel & test BuildCommand more
2019-05-07 10:09:07 -07:00
Adrien Delorme 5f076d4328 allow building packer on solaris by removing progress bar and tty imports
fix #7586
2019-05-07 15:58:49 +02:00
Adrien Delorme a6bb06c04e
Merge pull request #7615 from hashicorp/fix_7607
fix copypasta mistake switching ssh port mix/max for vnc port min/max
2019-05-07 12:17:45 +02:00
Adrien Delorme 3a3dacbfc5
Merge pull request #7617 from radeksimko/b-fix-qemu-version
builder/qemu: Fix typo in version comparison
2019-05-07 12:15:57 +02:00
Adrien Delorme cb2d89af6f simplify path parsing by making at string instead of an array + add tests 2019-05-07 11:51:21 +02:00
Adrien Delorme a4b8570991 refactor arg parsing into it's own cfg maker & test it 2019-05-07 11:43:18 +02:00
Adrien Delorme 7e8c42d243 BuildCommand: put config in a local struct 2019-05-07 11:15:35 +02:00
Radek Simko b4d35eceff
builder/qemu: Fix typo in version comparison 2019-05-07 08:37:57 +01:00
Megan Marsh ad37e45006
Merge pull request #7614 from radeksimko/f-qemu-go-version
builder/qemu: Replace dot-based parsing with hashicorp/go-version
2019-05-06 16:47:19 -07:00
Megan Marsh eb80917024
Merge pull request #7613 from radeksimko/cleanup-net-cache
common/net: Cleanup cache of used port after closing
2019-05-06 16:44:35 -07:00
Hao Luo 2c24c36589
Update azure.html.md
Getting the count right.
2019-05-06 17:02:13 -05:00
Megan Marsh bf59f01ba2 fix copypasta mistake switching ssh port mix/max for vnc port min/max 2019-05-06 15:01:09 -07:00
Radek Simko c7cf39808d
builder/qemu: Replace dot-based parsing with hashicorp/go-version 2019-05-06 22:28:27 +01:00
Radek Simko 3e65b5dbcb
vendor: github.com/hashicorp/go-version@v1.2.0 2019-05-06 22:28:27 +01:00
Radek Simko 8519da6ce9
common/net: Cleanup cache of used port after closing 2019-05-06 22:11:52 +01:00
Megan Marsh 69009472b4
Merge pull request #7598 from hashicorp/fix_7595
Fix EBSsurrogate copy, encryption, and deletion of temporary unencrypted amis.
2019-05-06 11:10:06 -07:00
Adrien Delorme 5fd683c0cf virtualbox-ovf.html.md.erb: update doc to current usage 2019-05-06 17:08:45 +02:00
Adrien Delorme cdbb742496 add more cancellation tests 2019-05-06 16:29:35 +02:00
Adrien Delorme 73a55631c4 fix testfile call 2019-05-06 15:47:53 +02:00
Adrien Delorme 2890687b2b fix race condition in BuildCommand
a map[string]error was being written on unprotectedly
2019-05-06 15:42:23 +02:00
Adrien Delorme af15ed3583 nil signals are probably just a cancellation in disguise 2019-05-06 15:29:59 +02:00
Adrien Delorme 583d93790f add tests for cancellation while building 2019-05-06 15:07:57 +02:00