SHA256
1
0
forked from pool/vagrant
Johannes Kastl efff136526 Accepting request 649814 from home:ojkastl_buildservice:Branch_Virtualization_vagrant
fix bash_completion warning on Factory; link directories from /usr/share/vagrant/ to /usr/lib64/ruby/gems/2.5.0/gems/x.y.z/, to avoid ruby errors due to patch 0007

OBS-URL: https://build.opensuse.org/request/show/649814
OBS-URL: https://build.opensuse.org/package/show/Virtualization:vagrant/vagrant?expand=0&rev=18
2018-11-17 19:28:51 +00:00

Packaging Vagrant plugins
-------------------------

This convention is based on the Debian vagrant package by Antonio Terceiro.

Vagrant plugins must be packaged as regular Ruby libraries, with one extra
detail: they must contain a file at
/usr/share/vagrant-plugins/plugins.d/$PLUGINNAME.json with the following
content:

{
  "${PLUGINNAME}": {
    "ruby_version":"$(ruby -e 'puts RUBY_VERSION')",
    "vagrant_version":"$(cat /usr/share/vagrant/version.txt)",
    "gem_version":"",
    "require":"",
    "sources":[]
  }
}

Description
No description provided
Readme 754 KiB
Languages
Shell 39.9%
Roff 32.9%
Ruby 27.2%