- update vagrant to 1.9.5
- replace bin/vagrant installation with a symlink. Current package is broken for at least some features. This is because
- the bin/vagrant script has some relative requirements that break via the current installation. This can be confirmed
- by installing and running vagrant --version.
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R3106:7de7d562eec4: update to 1.9.5, add symlink for bin/vagrant
Installed locally and on a VM. Confirmed that vagrant --version and vagrant init work as expected.
Diff Detail
- Repository
- R3106 vagrant
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Concerned about the ABI removals. Is it checking for xslt during configure time, is ours too old and thus it's disabling it, did they drop functionality that would've used it, etc.
Yeah I suspect it might be the relaxed/removed dependency on nokogiri. But I'll take another look at the make output and follow up. Thanks for the feedback!
@JoshStrobl - So yeah, I believe this is the result of https://github.com/mitchellh/vagrant/pull/8571
I've attached the log from running make on my end as well.
Sorry for the delayed response, finally weeding through a bunch of patches.
Could you add a test plan for vagrant please? Can do so by following the steps at https://solus-project.com/articles/packaging/submitting-a-package/en/#updating-task-information
Thanks!
Replaced current bin/vagrant installation with symlink. Added test plan. Cleaned up Description.