[DRE-commits] [vagrant-libvirt] 01/04: Merge tag 'upstream/0.0.30'

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 commit to branch master
in repository vagrant-libvirt.

commit 025388498b1f2544f282c720d5d3663107b45922
Merge: 9504651 4e50cae
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jul 24 14:51:37 2015 -0300

    Merge tag 'upstream/0.0.30'
    
    Upstream version 0.0.30
    
    # gpg: Signature made Sex 24 Jul 2015 14:51:34 BRT using RSA key ID CD460BDE
    # gpg: Good signature from "Antonio Terceiro <terceiro at softwarelivre.org>"
    # gpg:                 aka "Antonio Terceiro <terceiro at dcc.ufba.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at colivre.coop.br>"
    # gpg:                 aka "Antonio Terceiro <terceiro at debian.org>"

 Gemfile                                            |   5 +-
 README.md                                          | 157 +++++++++++++++++----
 Rakefile                                           |   2 -
 checksums.yaml.gz                                  | Bin 267 -> 0 bytes
 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 +-
 43 files changed, 1180 insertions(+), 377 deletions(-)

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