forked from pool/vagrant
.gitattributes | ||
.gitignore | ||
0001-Disable-Checkpoint.patch | ||
0002-bin-vagrant-silence-warning-about-installer.patch | ||
0003-Use-a-private-temporary-dir.patch | ||
0004-linux-cap-halt-don-t-wait-for-shutdown-h-now-to-fini.patch | ||
0005-Support-system-installed-plugins.patch | ||
0006-Relax-dependency-resolution.patch | ||
0007-Update-command.rb.patch | ||
0008-Read-data-from-usr-share-vagrant.patch | ||
0009-plugins-don-t-abuse-require_relative.patch | ||
README.SUSE | ||
vagrant-1.9.1.tar.gz | ||
vagrant-rpmlintrc | ||
vagrant.1 | ||
vagrant.changes | ||
vagrant.spec |
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":[] } }