10990 Commits

Author SHA1 Message Date
Megan Marsh
50b0dd6381
Merge pull request #6861 from hashicorp/qemu_example
removed guarantee of a working template from qemu docs
2018-10-16 10:19:50 -07:00
Megan Marsh
dd77a4242c removed guarantee of a working template from qemu docs 2018-10-16 10:14:44 -07:00
Adrien Delorme
8a6c55dd69 make builder/hyperv/iso/builder_test.go invisible to windows 2018-10-16 19:09:35 +02:00
Adrien Delorme
379336d9b2 make template/parse_test.go invisible to windows 2018-10-16 19:02:10 +02:00
Adrien Delorme
02ba6ccfab make common/iso_config_test.go invisible to windows 2018-10-16 18:41:27 +02:00
Adrien Delorme
7c63c322c7 make provisioner/ansible/provisioner_test.go invisible to windows 2018-10-16 18:40:07 +02:00
Adrien Delorme
4edace1e24 df -h 2018-10-16 18:23:11 +02:00
Adrien Delorme
f79582cc3f update progress bar code 2018-10-16 18:18:29 +02:00
Adrien Delorme
ce30ed9444
Merge pull request #6855 from jmcgeheeiv/patch-1
Correct the Vagrant Cloud box URL in the example
2018-10-16 18:11:00 +02:00
Adrien Delorme
045a1c46db
doc shortfy back vagrantcloud url 2018-10-16 18:10:22 +02:00
Adrien Delorme
d8345a5bde
Merge pull request #6848 from mayn/issue-6831
builder/googlecompute: validate startup_script_file exists
2018-10-16 17:39:36 +02:00
Adrien Delorme
586be1ec46 group choco install make/mingw together & export correct path 2018-10-16 16:57:34 +02:00
Adrien Delorme
9a1a2d76ce travis-ci: disable cgo for windows 2018-10-16 16:46:05 +02:00
Adrien Delorme
0602cbd47e travis: put windows first 2018-10-16 16:23:07 +02:00
Adrien Delorme
cdd8d85ae9 install mingw 2018-10-16 16:23:07 +02:00
Adrien Delorme
03620d15c2 Makefile: make find work on windows using -executable instead of -perm +111 2018-10-16 16:23:07 +02:00
Adrien Delorme
3228820c24 travis windows: install make 2018-10-16 15:44:49 +02:00
Adrien Delorme
3bb866820f appveyor: build/install: off 2018-10-16 15:35:48 +02:00
Adrien Delorme
f49a2d49a7 appveyor: skip everything for now 2018-10-16 15:32:38 +02:00
Adrien Delorme
80f7d01d7e test on windows using travis-ci 2018-10-16 15:29:30 +02:00
Adrien Delorme
84eb5d29a0 remove appveyor usage 2018-10-16 15:29:19 +02:00
Adrien Delorme
69d59a83c2 Makefile: remove unrequired deps from test 2018-10-16 15:29:01 +02:00
Adrien Delorme
401fddbd33 Makefile remove duplicate go get 2018-10-16 15:28:35 +02:00
Adrien Delorme
22ba06725d cd $APPVEYOR_BUILD_FOLDER 2018-10-16 15:16:34 +02:00
Adrien Delorme
943900a5a7 go home 2018-10-16 15:13:26 +02:00
Adrien Delorme
61c5bb8bfe don't build on win32 for now 2018-10-16 15:07:48 +02:00
Adrien Delorme
eddd362235 debug path 2018-10-16 15:04:49 +02:00
Adrien Delorme
13a63b51b8 run make --version 2018-10-16 15:01:35 +02:00
Adrien Delorme
161eb23978 makefile: put .PHONY at the top ? 2018-10-16 14:59:16 +02:00
Adrien Delorme
f4c7fdb775 use curl instead of ps: Start-FileDownload 2018-10-16 13:44:36 +02:00
Adrien Delorme
d27293ffa8 remove if case 2018-10-16 13:19:19 +02:00
Adrien Delorme
b1cd9bd05f quote calls 2018-10-16 13:02:30 +02:00
Adrien Delorme
f047b4e005 appveyor.yml: add APPVEYOR_BUILD_SYS 2018-10-16 13:01:34 +02:00
Adrien Delorme
6406f65e37 fix bash calls 2018-10-16 12:57:02 +02:00
Adrien Delorme
37b85323fc fix cariage returns in git 2018-10-16 12:48:48 +02:00
Adrien Delorme
597b03dfd0 remove os setting 2018-10-16 12:48:34 +02:00
Adrien Delorme
b92f6e1f49 appveyor: install make 2018-10-16 12:47:01 +02:00
Adrien Delorme
6c7ee82ab7 use make in appveyor too 2018-10-16 12:16:49 +02:00
Adrien Delorme
ac29ee59f8 makefile: ci now runs only testrace, default runs testrace 2018-10-16 12:08:52 +02:00
Adrien Delorme
8936ddaedf makefile: testrace now uses deps fmt-check mode-check vet 2018-10-16 12:05:05 +02:00
Adrien Delorme
389280a530 makefile: refactor vet into it's own command 2018-10-16 12:04:41 +02:00
Adrien Delorme
09e0f2b93b makefile: mode-check ignore ./website/tmp folder 2018-10-16 12:00:15 +02:00
John McGehee
a9f35f74b3
Correct the Vagrant Cloud box URL in the example
I updated the URL, but I actually don't think that the URL adds much value to the documentation.
Perhaps just remove the URL, so the item would read simply:

-   `box_tag` (string) - The shorthand tag for your box that maps to Vagrant
    Cloud, for example `hashicorp/precise64`.
​
2018-10-15 18:39:05 -07:00
Matthew Aynalem
28eff7303e builder/googlecompute: validate startup_script_file exists 2018-10-15 16:09:33 -07:00
Artem Iarmoliuk
a69ed1dcd6 Clarify amazon kms_key_id usage 2018-10-15 23:49:26 +03:00
Megan Marsh
4357714a29
Merge pull request #6851 from hashicorp/pb_rc
[WIP] progress bar race conditions
2018-10-15 11:33:13 -07:00
Megan Marsh
6a28da4fb3
Merge pull request #6849 from rickard-von-essen/fix-6717
WIP: amazon: Update aws-sdk-go to v1.15.54
2018-10-15 09:37:29 -07:00
Adrien Delorme
25775cd266 fix more race conditions 2018-10-15 16:31:59 +02:00
Adrien Delorme
27f4b9e4a1 pb/testing: triger more race condition by having the progress bar refresh more often 2018-10-15 15:28:46 +02:00
Adrien Delorme
4cae413a29 remove unedded atomic call ( protected by a lock ) 2018-10-15 15:28:08 +02:00