[DRE-commits] [vagrant-libvirt] branch master updated (21fbc27 -> 4f01179)

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Tue Feb 21 12:10:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

eighthave pushed a change to branch master
in repository vagrant-libvirt.

      from  21fbc27   release
      adds  e5be6b4   Imported Upstream version 0.0.37
       new  84a3d51   Merge tag 'upstream/0.0.37'
       new  0630761   update debian/changelog for upload
       new  4f01179   'vagrant package' needs libguestfs-tools

The 3 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:
 .coveralls.yml                                     |   1 +
 Gemfile                                            |   1 +
 README.md                                          |  79 +++++-
 debian/changelog                                   |   6 +
 debian/control                                     |   4 +-
 lib/vagrant-libvirt/action.rb                      |  41 ++-
 lib/vagrant-libvirt/action/create_domain.rb        |  51 ++--
 lib/vagrant-libvirt/action/create_domain_volume.rb |  24 +-
 .../action/create_network_interfaces.rb            |  76 +++---
 lib/vagrant-libvirt/action/create_networks.rb      |  68 ++---
 lib/vagrant-libvirt/action/destroy_domain.rb       |  15 +-
 lib/vagrant-libvirt/action/destroy_networks.rb     |  25 +-
 lib/vagrant-libvirt/action/forward_ports.rb        |  44 ++-
 lib/vagrant-libvirt/action/halt_domain.rb          |  17 +-
 lib/vagrant-libvirt/action/handle_box_image.rb     |  55 ++--
 lib/vagrant-libvirt/action/handle_storage_pool.rb  |  16 +-
 lib/vagrant-libvirt/action/is_created.rb           |   2 +-
 lib/vagrant-libvirt/action/is_running.rb           |   4 +-
 lib/vagrant-libvirt/action/is_suspended.rb         |   8 +-
 .../action/message_already_created.rb              |   4 +-
 lib/vagrant-libvirt/action/message_not_created.rb  |   4 +-
 lib/vagrant-libvirt/action/message_not_running.rb  |   4 +-
 .../action/message_not_suspended.rb                |   4 +-
 lib/vagrant-libvirt/action/package_domain.rb       |  11 +-
 lib/vagrant-libvirt/action/prepare_nfs_settings.rb |  11 +-
 .../action/prepare_nfs_valid_ids.rb                |   4 +-
 lib/vagrant-libvirt/action/prune_nfs_exports.rb    |   6 +-
 lib/vagrant-libvirt/action/read_mac_addresses.rb   |  18 +-
 lib/vagrant-libvirt/action/remove_libvirt_image.rb |   8 +-
 lib/vagrant-libvirt/action/remove_stale_volume.rb  |  15 +-
 lib/vagrant-libvirt/action/resume_domain.rb        |  10 +-
 lib/vagrant-libvirt/action/set_boot_order.rb       |  97 +++++--
 lib/vagrant-libvirt/action/set_name_of_domain.rb   |  22 +-
 lib/vagrant-libvirt/action/share_folders.rb        |  34 ++-
 lib/vagrant-libvirt/action/start_domain.rb         | 123 ++++-----
 lib/vagrant-libvirt/action/suspend_domain.rb       |  10 +-
 lib/vagrant-libvirt/action/wait_till_up.rb         |  50 ++--
 lib/vagrant-libvirt/cap/mount_p9.rb                |  21 +-
 lib/vagrant-libvirt/cap/nic_mac_addresses.rb       |   2 +-
 lib/vagrant-libvirt/cap/synced_folder.rb           |  39 +--
 lib/vagrant-libvirt/config.rb                      | 297 ++++++++++-----------
 lib/vagrant-libvirt/driver.rb                      |  23 +-
 lib/vagrant-libvirt/errors.rb                      |   7 +-
 lib/vagrant-libvirt/plugin.rb                      |  10 +-
 lib/vagrant-libvirt/provider.rb                    |  47 ++--
 .../templates/private_network.xml.erb              |   4 +
 lib/vagrant-libvirt/util.rb                        |   7 +-
 lib/vagrant-libvirt/util/collection.rb             |   3 -
 lib/vagrant-libvirt/util/erb_template.rb           |  16 +-
 lib/vagrant-libvirt/util/error_codes.rb            |  65 +++--
 lib/vagrant-libvirt/util/network_util.rb           |  50 ++--
 lib/vagrant-libvirt/version.rb                     |   2 +-
 locales/en.yml                                     |   3 +
 spec/spec_helper.rb                                |   3 +
 spec/support/environment_helper.rb                 |  12 +-
 spec/support/libvirt_context.rb                    |  24 +-
 spec/support/sharedcontext.rb                      |  18 +-
 spec/unit/action/destroy_domain_spec.rb            |  75 +++---
 spec/unit/action/set_name_of_domain_spec.rb        |   8 +-
 spec/unit/action/wait_till_up_spec.rb              |  91 ++++---
 spec/unit/config_spec.rb                           |  94 ++++---
 spec/unit/templates/domain_spec.rb                 |  59 ++--
 tools/create_box.sh                                |  10 +-
 63 files changed, 1015 insertions(+), 947 deletions(-)
 create mode 100644 .coveralls.yml

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