[DRE-commits] [vagrant-libvirt] branch master updated (c4f4ede -> c6edf0a)

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 21 21:16:43 UTC 2017


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

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

      from  c4f4ede   close bug with this upload
      adds  68fb619   New upstream version 0.0.40
       new  023723b   Updated version 0.0.40 from 'upstream/0.0.40'
       new  c6edf0a   New upstream release

The 2 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:
 README.md                                          | 102 +++++++++++++++++++++
 debian/changelog                                   |  11 +++
 debian/compat                                      |   2 +-
 debian/control                                     |   6 +-
 .../patches/0001-gemspec-relax-dependencies.patch  |  21 +++++
 debian/patches/series                              |   1 +
 lib/vagrant-libvirt.rb                             |   2 +-
 lib/vagrant-libvirt/action.rb                      |  10 +-
 lib/vagrant-libvirt/action/create_domain.rb        |  32 ++++++-
 lib/vagrant-libvirt/action/create_domain_volume.rb |  31 ++++++-
 .../action/create_network_interfaces.rb            | 101 ++++++++++++++++----
 lib/vagrant-libvirt/action/destroy_domain.rb       |  18 ++--
 lib/vagrant-libvirt/action/package_domain.rb       |  29 +++++-
 lib/vagrant-libvirt/action/start_domain.rb         |  16 +++-
 lib/vagrant-libvirt/cap/synced_folder.rb           |  14 ++-
 lib/vagrant-libvirt/config.rb                      |  78 +++++++++++++++-
 lib/vagrant-libvirt/templates/domain.xml.erb       |  43 ++++++++-
 lib/vagrant-libvirt/templates/filesystem.xml.erb   |   8 --
 lib/vagrant-libvirt/templates/interface.xml.erb    |  14 ---
 .../templates/public_interface.xml.erb             |   7 ++
 .../templates/tunnel_interface.xml.erb             |  17 ----
 .../templates/volume_snapshot.xml.erb              |  26 ------
 lib/vagrant-libvirt/util/erb_template.rb           |   1 +
 lib/vagrant-libvirt/version.rb                     |   2 +-
 spec/support/environment_helper.rb                 |   2 +-
 spec/unit/templates/domain_all_settings.xml        |  10 +-
 spec/unit/templates/domain_defaults.xml            |   4 +-
 spec/unit/templates/domain_spec.rb                 |   6 ++
 tools/create_box.sh                                |   4 +-
 vagrant-libvirt.gemspec                            |   1 +
 30 files changed, 501 insertions(+), 118 deletions(-)
 create mode 100644 debian/patches/0001-gemspec-relax-dependencies.patch
 create mode 100644 debian/patches/series
 delete mode 100644 lib/vagrant-libvirt/templates/filesystem.xml.erb
 delete mode 100644 lib/vagrant-libvirt/templates/interface.xml.erb
 delete mode 100644 lib/vagrant-libvirt/templates/tunnel_interface.xml.erb
 delete mode 100644 lib/vagrant-libvirt/templates/volume_snapshot.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