Mitchell Hashimoto
8634cc309b
core: error earlier if adding a path that doesn't exist
2014-03-12 20:33:12 -07:00
Mitchell Hashimoto
b0f8d050f0
provisioners/salt: style nitpicks
2014-03-12 20:04:57 -07:00
Mitchell Hashimoto
a8fa2d5ffe
providers/virtualbox: import progress works on Windows
2014-03-12 20:02:05 -07:00
Mitchell Hashimoto
621369ebba
core: Execute PowerShell scripts even with spaces in dir [GH-3100]
2014-03-12 19:49:45 -07:00
Mitchell Hashimoto
56dd0e8531
synced_folders/rsync: don't watch excluded paths [GH-3159]
2014-03-12 19:40:18 -07:00
Mitchell Hashimoto
a6eafd6a12
synced_folders/rsync: execute rsync_post cap if it exists [GH-3163]
2014-03-12 18:43:59 -07:00
Mitchell Hashimoto
67e9257332
Update CHANGELOG
2014-03-12 18:37:28 -07:00
Mitchell Hashimoto
ec0234349a
Merge pull request #3167 from xraj/bugfix/linux-nfs-exports-regex
...
hosts/linux: Fix Linux NFS exports pruning due to bad `sed` expression
2014-03-12 18:36:58 -07:00
Mitchell Hashimoto
8aca71c750
website/docs: note that rsync__args needs to be array [GH-3168]
2014-03-12 18:35:57 -07:00
Mitchell Hashimoto
9b5d262e29
website/docs: doc windows gotcha [GH-3170]
2014-03-12 18:33:36 -07:00
Mitchell Hashimoto
dac6ae9310
website/docs: clean up example
2014-03-12 18:29:32 -07:00
Mitchell Hashimoto
2e37e8e1e4
Merge pull request #3174 from freshteapot/3173
...
website/docs: config.vm.box_url can use local files
2014-03-12 18:28:42 -07:00
Mitchell Hashimoto
6c8f251580
Update CHANGELOG
2014-03-12 18:28:03 -07:00
Mitchell Hashimoto
3053d71116
Merge pull request #3178 from cuberri/fix/master/tinycore-rsync_install
...
guests/tinycore: add rsync_install capability to tinycore guest
2014-03-12 18:26:08 -07:00
cuberri
5ef0d881d0
add rsync_install capability to tinycore guest
2014-03-13 01:41:52 +01:00
Chris
2479c63805
config.vm.box_url can use local files
...
Updated the documentation to show that box_url can use "file://". This ability was added via in issue #1087 that was added 2 years ago.
https://github.com/mitchellh/vagrant/pull/1087
2014-03-12 23:25:31 +01:00
Russell Jackson
a3c94ab910
Fix Linux NFS exports pruning due to bad `sed` expression
...
The mount id is a file path which will contain forward slashes. A
previous attempt (although notably missing in the Linux host plugin) at
fixing this used `String.gsub` to escape the forward slashes; however,
the solution that eventually made its way into the 1.5 release uses
`Regexp.escape` which doesn't escape forward slashes.
The Ruby `Regexp.escape` method does not escape forward slashes because
they are not RE meta-characters; their special meaning is specific to
sed expressions as delimiters. To avoid the issue entirely, we can use
an alternative delimiter by prefixing the address expression with a
backslash with the desired delimiter character following.
Use control character (ASCII code point `0x01`) as expression delimiter
so it is very unlikely an identifier will have a conflicting character
within it.
2014-03-12 12:25:53 -07:00
Mitchell Hashimoto
7d32aed01f
Clarify error message on missing b ox
2014-03-12 09:38:52 -07:00
Mitchell Hashimoto
da7b2c50b0
website/docs: document provider share impl [GH-3144]
2014-03-12 09:09:23 -07:00
Mitchell Hashimoto
229d06f122
Merge pull request #3145 from Fuhrmann/master
...
website/docs: Fix typo in rsync-auto docs
2014-03-12 08:59:33 -07:00
Mitchell Hashimoto
8172fbbd6d
Merge branch 'patch-1' of https://github.com/schlamar/vagrant into schlamar-patch-1
...
Conflicts:
CHANGELOG.md
2014-03-12 08:45:35 -07:00
Mitchell Hashimoto
0066888a87
Update CHANGELOG
2014-03-12 08:41:40 -07:00
Mitchell Hashimoto
e4e845232c
Merge pull request #3154 from mway/fix-osx-guest-namespace
...
guests/darwin: global namespace for class IO naming conflict
2014-03-12 08:39:21 -07:00
Marc Schlaich
5694c7dc2f
providers/virtualbox: retry list vms [GH-2831]
2014-03-12 16:23:32 +01:00
Matt Way
16d093dc8a
use global namespace for class IO naming conflict
2014-03-12 07:52:11 -04:00
Fuhrmann
c97817fc96
Fix typo in rsync-auto docs
2014-03-11 23:56:48 -04:00
Mitchell Hashimoto
240523b1aa
Update CHANGELOG
2014-03-11 11:29:03 -07:00
Mitchell Hashimoto
5863ffdf7b
core: Windows paths work for box add [GH-3132]
2014-03-11 11:27:35 -07:00
Mitchell Hashimoto
8624e2cbf2
Fix failing tests on Windows
2014-03-11 11:09:37 -07:00
Mitchell Hashimoto
49471ffbf6
core: output when upgrading home path
2014-03-11 11:06:38 -07:00
Mitchell Hashimoto
dabbb837fb
Missing translation [GH-3130]
2014-03-11 11:01:07 -07:00
Mitchell Hashimoto
eb9b85c388
core: UI#ask with no echo works even if noecho not supported [GH-3119]
2014-03-11 09:58:49 -07:00
Mitchell Hashimoto
32adbf9e58
Merge pull request #3112 from Krazylee/fix-typo
...
core: fix timout typo
2014-03-11 09:30:53 -07:00
Mitchell Hashimoto
24d8067c7b
Merge pull request #3126 from bbinet/fix-salt-provisioning
...
provisioners/salt: allow master key with no minion key
2014-03-11 09:05:50 -07:00
Mitchell Hashimoto
5a3a501455
provisioners/ansible: request SSH info within provisoin [GH-3111]
2014-03-11 09:03:23 -07:00
Mitchell Hashimoto
0f70ce7e46
providers/virtualbox: style nitpick
2014-03-11 08:48:33 -07:00
Mitchell Hashimoto
2a93b6c396
core: Assume box isn't metadata if > threshold [GH-3107]
2014-03-11 08:44:05 -07:00
Bruno Binet
9625957203
Fix salt provisioning validation
...
(mismatch between minion/master)
2014-03-11 15:18:24 +01:00
krazyLee
fb4cb4636e
fix timout typo
2014-03-11 17:27:47 +08:00
Eric Saxby
330642fa42
Smartos guest capabilities includes rsync_pre
2014-03-11 01:25:08 -07:00
Eric Saxby
31da3860e5
Add unit tests for smartos compatibility
2014-03-10 18:52:20 -07:00
Eric Saxby
edb4efa10a
Dummy communicator runs :test correctly
2014-03-10 18:51:47 -07:00
Mitchell Hashimoto
d0cf22dd5f
Merge pull request #3097 from jjshoe/patch-1
...
website/docs: Nit-picky grammer making it easier to read.
2014-03-10 15:28:31 -07:00
jjshoe
9cdcdeb42a
Nit-picky grammer making it easier to read.
2014-03-10 17:26:48 -05:00
Mitchell Hashimoto
4e3b9f3e70
website/www; simplify homepage
2014-03-10 15:14:10 -07:00
Mitchell Hashimoto
122319834c
core: Setup the tmp_path before calling setup_home_path [GH-3095]
2014-03-10 15:09:09 -07:00
Mitchell Hashimoto
21aa0a21f6
Update CHANGELOG
2014-03-10 14:35:52 -07:00
Mitchell Hashimoto
b6830639dd
core: EINVAL is not a metadata URL
2014-03-10 14:33:30 -07:00
Mitchell Hashimoto
171b7c76d7
kernel/v1: provisioner upgrade works properly [GH-3092]
2014-03-10 13:44:24 -07:00
Jack Pearkes
06ce5661d3
website/www: 1.5 post: a very pleasant typo fix
2014-03-10 15:05:01 -04:00