[DRE-commits] [vagrant-libvirt] 78/104: Enable parallelization

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:48 UTC 2016


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

terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.

commit 1b5a60305e1c5b5d7da43a5ccd19a2019e2fe711
Author: Brian Pitts <brian at polibyte.com>
Date:   Wed Sep 25 09:48:29 2013 -0500

    Enable parallelization
---
 lib/vagrant-libvirt/plugin.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vagrant-libvirt/plugin.rb b/lib/vagrant-libvirt/plugin.rb
index fc1b2af..7ca7311 100644
--- a/lib/vagrant-libvirt/plugin.rb
+++ b/lib/vagrant-libvirt/plugin.rb
@@ -25,7 +25,7 @@ module VagrantPlugins
         Config
       end
 
-      provider 'libvirt' do
+      provider('libvirt', parallel: true) do
         # Setup logging and i18n
         setup_logging
         setup_i18n

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