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
Adrien Delorme
56ccba86c7
fix some race conditions
2018-10-15 13:53:59 +02:00
Adrien Delorme
cf2c309c5e
add race conditions triggers for progress bar
2018-10-15 13:53:51 +02:00
Rickard von Essen
096651e8b5
amazon: Update aws-sdk-go to v1.15.54
...
This adds support for credential_source, see https://github.com/aws/aws-sdk-go/pull/2201
Closes #6717
2018-10-15 11:48:51 +02:00
Megan Marsh
a26106055c
Merge pull request #6788 from hashicorp/bar_add_lock
...
BasicProgresssBar: protect add/NewProxyReader with a lock
2018-10-12 13:51:17 -07:00
Megan Marsh
cee0b814fc
Merge pull request #6817 from hashicorp/fix_6761
...
provide useful powershell error
2018-10-12 11:14:24 -07:00
Megan Marsh
edea48ab83
Merge pull request #6838 from hashicorp/6828
...
6828
2018-10-12 11:08:48 -07:00
Megan Marsh
1d1729a5ff
fix powershell tests to use new command
2018-10-12 09:54:27 -07:00