azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
897 stars 63 forks source link

[kernel] Updating `vboxmanage` to fix parse in Virtual Box 5.0 #495

Closed gullitmiranda closed 9 years ago

gullitmiranda commented 9 years ago

This PR closes #481, closes #502 .

In Virtual Box 5.0, there is a slight change in the ouput of the command VBoxManage showvminfo azk-vm-dev.azk.io --machinereadable:

# Virtual Box < v5.0:
VideoMode="720,400,0"@0,0
# Virtual Box v5.0:
VideoMode="720,400,0"@0,0 1

Updating gullitmiranda/node-vboxmanage, this isse was solved.

fearenales commented 9 years ago

LGTM

t3hk0d3 commented 9 years ago

Guys, this is serious issue. Please pull this PR.

gullitmiranda commented 9 years ago

You're right @t3hk0d3. We are doing the testing and final adjustments to launch a release with a new version of azk (v0.15.0).

fearenales commented 9 years ago

@t3hk0d3: The fix for this issue is available in azk v0.14.6. May you check if this worked for you?

Thank you for your support!