[DRE-commits] [vagrant-libvirt] 45/77: Replace HandleBoxUrl with HandleBox

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:56:37 UTC 2016


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

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

commit 450fbb6ed1e345efa27d34d1fbe83ccda14c9770
Author: Brian Pitts <brian at polibyte.com>
Date:   Fri May 2 21:28:47 2014 -0500

    Replace HandleBoxUrl with HandleBox
---
 lib/vagrant-libvirt/action.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/vagrant-libvirt/action.rb b/lib/vagrant-libvirt/action.rb
index a104219..b926a05 100644
--- a/lib/vagrant-libvirt/action.rb
+++ b/lib/vagrant-libvirt/action.rb
@@ -18,7 +18,7 @@ module VagrantPlugins
             if !env[:result]
               b2.use SetNameOfDomain
               b2.use HandleStoragePool
-              b2.use HandleBoxUrl
+              b2.use HandleBox
               b2.use HandleBoxImage
               b2.use CreateDomainVolume
               b2.use CreateDomain
@@ -341,7 +341,7 @@ module VagrantPlugins
       autoload :PrepareNFSValidIds, action_root.join('prepare_nfs_valid_ids')
 
       autoload :SSHRun,  'vagrant/action/builtin/ssh_run'
-      autoload :HandleBoxUrl, 'vagrant/action/builtin/handle_box_url'
+      autoload :HandleBox, 'vagrant/action/builtin/handle_box'
       autoload :SyncedFolders, 'vagrant/action/builtin/synced_folders'
       autoload :SyncedFolderCleanup, 'vagrant/action/builtin/synced_folder_cleanup'
     end

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