Automattic / wp-calypso-bootstrap

Development environment for Calypso - built with Vagrant and Puppet
GNU General Public License v2.0
33 stars 10 forks source link

Get working on latest wp-calypso and with updated clipboard-mode param #22

Closed becdetat closed 3 years ago

becdetat commented 3 years ago

The latest https://github.com/Automattic/wp-calypso uses trunk as the mainline branch instead of master. Also the clipboard parameter has been changed to clipboard-mode. These two changes make this project usable as of today.

stephanethomas commented 3 years ago

Thank you very much @becdetat for submitting this pull request, and my apologies for the delay!

I had to dig a bit to understand why and when this --clipboard parameter changed, but apparently --clipboard-mode was introduced in Virtualbox 6.1. Since Virtualbox started accepting both parameters with version 6.1.4, it seems better to keep the original parameter so older versions of Virtualbox still work as expected (unfortunately it will not work for versions between 6.1 and 6.1.4). I've pushed a new commit to address that.