[DRE-commits] [vagrant-libvirt] branch master updated (28323da -> af59d83)

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:11 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  28323da   Run wrap-and-sort on packaging files
      adds  76b2e02   Imported Upstream version 0.0.33
       new  891a9eb   Merge tag 'upstream/0.0.33'
       new  245e3d0   new upstream release
       new  96b6577   new dh-make-ruby run
       new  9922ff3   install locales to /usr/share
       new  76bdfa7   Patch by intrigeri to read locales from /usr/share
       new  73620e5   add basic tests
       new  af59d83   test: also run a few common vagrant commands

The 7 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                                        |   1 +
 Gemfile                                            |   4 +
 README.md                                          | 259 ++++++++++++++++----
 debian/changelog                                   |   8 +-
 debian/control                                     |   7 +-
 debian/install                                     |   1 +
 ...s-from-usr-share-vagrant-plugins-vagrant-.patch |  28 +++
 debian/patches/series                              |   1 +
 debian/tests/basics                                |  28 +++
 debian/tests/control                               |   3 +
 lib/vagrant-libvirt/action.rb                      |   6 +-
 lib/vagrant-libvirt/action/create_domain.rb        |  47 +++-
 .../action/create_network_interfaces.rb            |   3 +-
 lib/vagrant-libvirt/action/create_networks.rb      |   2 +
 lib/vagrant-libvirt/action/destroy_domain.rb       |   5 +
 lib/vagrant-libvirt/action/forward_ports.rb        |   4 +-
 lib/vagrant-libvirt/action/handle_box_image.rb     |   4 +-
 lib/vagrant-libvirt/action/is_suspended.rb         |  23 +-
 lib/vagrant-libvirt/action/prepare_nfs_settings.rb |  18 +-
 lib/vagrant-libvirt/action/resume_domain.rb        |   9 +-
 lib/vagrant-libvirt/action/set_name_of_domain.rb   |  10 +-
 lib/vagrant-libvirt/action/start_domain.rb         | 270 ++++++++++++++++++++-
 lib/vagrant-libvirt/action/suspend_domain.rb       |  14 +-
 lib/vagrant-libvirt/action/wait_till_up.rb         |  36 +--
 lib/vagrant-libvirt/cap/nic_mac_addresses.rb       |   8 +-
 lib/vagrant-libvirt/cap/synced_folder.rb           |   9 +-
 lib/vagrant-libvirt/config.rb                      | 124 ++++++++++
 lib/vagrant-libvirt/plugin.rb                      |   3 +
 lib/vagrant-libvirt/templates/domain.xml.erb       |  61 ++++-
 lib/vagrant-libvirt/templates/interface.xml.erb    |   6 +-
 .../templates/private_network.xml.erb              |   2 +-
 .../templates/tunnel_interface.xml.erb             |   6 +
 lib/vagrant-libvirt/util/network_util.rb           |   2 +
 lib/vagrant-libvirt/version.rb                     |   2 +-
 locales/en.yml                                     |   2 +-
 metadata.yml                                       | 208 ----------------
 spec/spec_helper.rb                                |   1 +
 spec/support/libvirt_context.rb                    |  28 +++
 spec/support/sharedcontext.rb                      |  34 +++
 .../action/set_name_of_domain_spec.rb              |   0
 spec/unit/action/wait_till_up_spec.rb              | 128 ++++++++++
 tools/create_box.sh                                |   7 +-
 vagrant-libvirt.gemspec                            |   8 +-
 43 files changed, 1104 insertions(+), 326 deletions(-)
 create mode 100644 debian/install
 create mode 100644 debian/patches/0001-Read-locales-from-usr-share-vagrant-plugins-vagrant-.patch
 create mode 100644 debian/patches/series
 create mode 100755 debian/tests/basics
 create mode 100644 debian/tests/control
 delete mode 100644 metadata.yml
 create mode 100644 spec/support/libvirt_context.rb
 create mode 100644 spec/support/sharedcontext.rb
 rename spec/{vagrant-libvirt => unit}/action/set_name_of_domain_spec.rb (100%)
 create mode 100644 spec/unit/action/wait_till_up_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