[DRE-commits] [vagrant-libvirt] branch master updated (4c637cf -> 67be8dd)

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Oct 5 02:00:20 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  4c637cf   skip test suite
       new  755cb0c   Imported Upstream version 0.0.31
       new  330ddf3   Merge tag 'upstream/0.0.31'
       new  a221871   new upstream release
       new  67be8dd   update packaging

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:
 .travis.yml                                        |  20 +++
 Gemfile                                            |   7 +-
 README.md                                          | 152 +++++++++++++++++++-
 debian/changelog                                   |   4 +-
 debian/control                                     |  29 ++--
 debian/rules                                       |   2 +
 example_box/Vagrantfile                            |   2 +-
 example_box/metadata.json                          |   2 +-
 lib/vagrant-libvirt.rb                             |  18 +--
 lib/vagrant-libvirt/action.rb                      | 132 ++++++++----------
 lib/vagrant-libvirt/action/connect_libvirt.rb      |  51 -------
 lib/vagrant-libvirt/action/create_domain.rb        |  66 ++++++---
 lib/vagrant-libvirt/action/create_domain_volume.rb |  10 +-
 .../action/create_network_interfaces.rb            | 118 +++++++++++-----
 lib/vagrant-libvirt/action/create_networks.rb      | 153 +++++++++++++--------
 lib/vagrant-libvirt/action/destroy_domain.rb       |   8 +-
 lib/vagrant-libvirt/action/destroy_networks.rb     |   4 +-
 lib/vagrant-libvirt/action/halt_domain.rb          |   2 +-
 lib/vagrant-libvirt/action/handle_box_image.rb     |  30 +++-
 lib/vagrant-libvirt/action/handle_storage_pool.rb  |  16 ++-
 lib/vagrant-libvirt/action/is_running.rb           |   2 +-
 lib/vagrant-libvirt/action/is_suspended.rb         |   2 +-
 lib/vagrant-libvirt/action/package_domain.rb       |   6 +-
 lib/vagrant-libvirt/action/prepare_nfs_settings.rb |  13 +-
 .../action/prepare_nfs_valid_ids.rb                |   2 +-
 lib/vagrant-libvirt/action/prune_nfs_exports.rb    |   2 +-
 lib/vagrant-libvirt/action/read_mac_addresses.rb   |   2 +-
 lib/vagrant-libvirt/action/read_ssh_info.rb        |  68 ---------
 lib/vagrant-libvirt/action/read_state.rb           |  60 --------
 lib/vagrant-libvirt/action/remove_libvirt_image.rb |   2 +-
 lib/vagrant-libvirt/action/remove_stale_volume.rb  |   4 +-
 lib/vagrant-libvirt/action/resume_domain.rb        |   2 +-
 lib/vagrant-libvirt/action/set_boot_order.rb       |  66 +++++++++
 lib/vagrant-libvirt/action/set_name_of_domain.rb   |   5 +-
 lib/vagrant-libvirt/action/start_domain.rb         |   2 +-
 lib/vagrant-libvirt/action/suspend_domain.rb       |   2 +-
 lib/vagrant-libvirt/action/wait_till_up.rb         |   2 +-
 lib/vagrant-libvirt/cap/mount_p9.rb                |   3 +-
 lib/vagrant-libvirt/cap/synced_folder.rb           |  16 ++-
 lib/vagrant-libvirt/config.rb                      |  49 ++++++-
 lib/vagrant-libvirt/driver.rb                      | 121 ++++++++++++++++
 lib/vagrant-libvirt/errors.rb                      |   4 +
 lib/vagrant-libvirt/plugin.rb                      |  12 +-
 lib/vagrant-libvirt/provider.rb                    |  66 +++++++--
 lib/vagrant-libvirt/templates/domain.xml.erb       |  30 ++--
 lib/vagrant-libvirt/templates/filesystem.xml.erb   |   2 +-
 .../templates/tunnel_interface.xml.erb             |  11 ++
 lib/vagrant-libvirt/util/network_util.rb           |  12 +-
 lib/vagrant-libvirt/version.rb                     |   2 +-
 locales/en.yml                                     |  39 ++++--
 metadata.yml                                       |  11 +-
 spec/support/environment_helper.rb                 |   2 +-
 tools/prepare_redhat_for_box.sh                    |   3 +-
 53 files changed, 943 insertions(+), 508 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 lib/vagrant-libvirt/action/connect_libvirt.rb
 delete mode 100644 lib/vagrant-libvirt/action/read_ssh_info.rb
 delete mode 100644 lib/vagrant-libvirt/action/read_state.rb
 create mode 100644 lib/vagrant-libvirt/action/set_boot_order.rb
 create mode 100644 lib/vagrant-libvirt/driver.rb
 create mode 100644 lib/vagrant-libvirt/templates/tunnel_interface.xml.erb

-- 
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