[DRE-commits] [vagrant-libvirt] branch master updated (9504651 -> 4c637cf)
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jul 24 18:22:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository vagrant-libvirt.
from 9504651 WIP
adds 4e50cae Imported Upstream version 0.0.30
new 0253884 Merge tag 'upstream/0.0.30'
new a666657 new upstream release
new f13a0dc use dh_vagrant_plugin
new 4c637cf skip test suite
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Gemfile | 5 +-
README.md | 157 +++++++++++++++++----
Rakefile | 2 -
checksums.yaml.gz | Bin 267 -> 0 bytes
debian/changelog | 6 +-
debian/ruby-tests.rake | 7 -
debian/rules | 25 +---
example_box/Vagrantfile | 5 +-
lib/vagrant-libvirt.rb | 10 --
lib/vagrant-libvirt/action.rb | 66 ++++++---
lib/vagrant-libvirt/action/connect_libvirt.rb | 4 +-
lib/vagrant-libvirt/action/create_domain.rb | 140 ++++++++++++------
.../action/create_network_interfaces.rb | 17 ++-
lib/vagrant-libvirt/action/create_networks.rb | 27 ++--
lib/vagrant-libvirt/action/destroy_domain.rb | 39 ++++-
lib/vagrant-libvirt/action/forward_ports.rb | 27 +++-
lib/vagrant-libvirt/action/handle_box_image.rb | 98 ++++++-------
lib/vagrant-libvirt/action/handle_storage_pool.rb | 56 ++++----
lib/vagrant-libvirt/action/package_domain.rb | 83 +++++++++++
lib/vagrant-libvirt/action/prepare_nfs_settings.rb | 66 ++++++---
lib/vagrant-libvirt/action/read_mac_addresses.rb | 42 ++++++
lib/vagrant-libvirt/action/read_ssh_info.rb | 30 ++--
lib/vagrant-libvirt/action/read_state.rb | 11 +-
lib/vagrant-libvirt/action/remove_libvirt_image.rb | 20 +++
lib/vagrant-libvirt/action/remove_stale_volume.rb | 49 +++++++
lib/vagrant-libvirt/action/set_name_of_domain.rb | 12 +-
lib/vagrant-libvirt/cap/mount_p9.rb | 8 +-
lib/vagrant-libvirt/cap/nic_mac_addresses.rb | 11 ++
lib/vagrant-libvirt/cap/synced_folder.rb | 72 ++++------
lib/vagrant-libvirt/config.rb | 154 ++++++++++++++++++--
lib/vagrant-libvirt/errors.rb | 5 +
lib/vagrant-libvirt/plugin.rb | 17 ++-
lib/vagrant-libvirt/provider.rb | 12 ++
lib/vagrant-libvirt/templates/domain.xml.erb | 56 ++++++--
lib/vagrant-libvirt/templates/filesystem.xml.erb | 4 +-
lib/vagrant-libvirt/templates/interface.xml.erb | 2 +-
.../templates/private_network.xml.erb | 27 ++--
.../templates/public_interface.xml.erb | 9 +-
lib/vagrant-libvirt/util/network_util.rb | 5 +-
lib/vagrant-libvirt/version.rb | 2 +-
locales/en.yml | 5 +
metadata.yml | 40 +++---
spec/support/environment_helper.rb | 22 ++-
.../action/set_name_of_domain_spec.rb | 11 +-
tools/create_box.sh | 119 ++++++++++++++++
vagrant-libvirt.gemspec | 10 +-
46 files changed, 1183 insertions(+), 412 deletions(-)
delete mode 100644 checksums.yaml.gz
delete mode 100644 debian/ruby-tests.rake
create mode 100644 lib/vagrant-libvirt/action/package_domain.rb
create mode 100644 lib/vagrant-libvirt/action/read_mac_addresses.rb
create mode 100644 lib/vagrant-libvirt/action/remove_libvirt_image.rb
create mode 100644 lib/vagrant-libvirt/action/remove_stale_volume.rb
create mode 100644 lib/vagrant-libvirt/cap/nic_mac_addresses.rb
create mode 100755 tools/create_box.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git
More information about the Pkg-ruby-extras-commits
mailing list