[DRE-commits] [vagrant-libvirt] branch master updated (d7d440e -> 479d290)

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Oct 15 14:22:05 UTC 2016


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

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

      from  d7d440e   some usages require qemu-img from qemu-utils
       new  9a969d6   debian/tests/control: add missing test dependency
      adds  af268c3   New upstream version 0.0.36
       new  abc08a4   Merge tag 'upstream/0.0.36'
       new  1a3b395   New upstream release
       new  5bb217e   update packaging bits
       new  7e40e6a   update changelog
       new  769a6c4   Install tools/create_box.sh in the examples directory
       new  699dc0d   release to unstable
       new  479d290   really bump Standards-Version

The 8 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:
 .github/issue_template.md                          |  37 +
 .travis.yml                                        |  17 +-
 README.md                                          | 777 ++++++++++++++-------
 debian/changelog                                   |  16 +
 debian/control                                     |   8 +-
 debian/examples                                    |   1 +
 debian/tests/control                               |   2 +-
 lib/vagrant-libvirt.rb                             |  12 +
 lib/vagrant-libvirt/action/create_domain.rb        |  21 +-
 .../action/create_network_interfaces.rb            |  14 +-
 lib/vagrant-libvirt/action/create_networks.rb      |  17 +-
 lib/vagrant-libvirt/action/destroy_domain.rb       |   6 +-
 lib/vagrant-libvirt/action/forward_ports.rb        |   4 +-
 lib/vagrant-libvirt/action/prepare_nfs_settings.rb |   4 +-
 lib/vagrant-libvirt/action/set_boot_order.rb       |   2 +-
 lib/vagrant-libvirt/config.rb                      | 110 ++-
 lib/vagrant-libvirt/plugin.rb                      |   8 +-
 lib/vagrant-libvirt/templates/domain.xml.erb       |  37 +
 lib/vagrant-libvirt/templates/interface.xml.erb    |  16 +-
 .../templates/public_interface.xml.erb             |   4 +-
 lib/vagrant-libvirt/version.rb                     |   2 +-
 spec/support/sharedcontext.rb                      |   5 +-
 spec/unit/action/destroy_domain_spec.rb            |  96 +++
 tools/prepare_redhat_for_box.sh                    |  30 +-
 vagrant-libvirt.gemspec                            |   4 +-
 25 files changed, 927 insertions(+), 323 deletions(-)
 create mode 100644 .github/issue_template.md
 create mode 100644 debian/examples
 create mode 100644 spec/unit/action/destroy_domain_spec.rb

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