[Pkg-libvirt-commits] [libvirt-sandbox] 22/42: docker: Remove duplicated call to download_template

Guido Guenther agx at moszumanska.debian.org
Sat May 27 16:27:08 UTC 2017


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

agx pushed a commit to branch debian/experimental
in repository libvirt-sandbox.

commit 9cdfee1748f56184c3b87e7812ca94de5890ece0
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Thu Jul 14 09:15:16 2016 +0100

    docker: Remove duplicated call to download_template
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 libvirt-sandbox/image/sources/docker.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libvirt-sandbox/image/sources/docker.py b/libvirt-sandbox/image/sources/docker.py
index 57256f3..1e5859e 100644
--- a/libvirt-sandbox/image/sources/docker.py
+++ b/libvirt-sandbox/image/sources/docker.py
@@ -258,8 +258,6 @@ class DockerSource(base.Source):
             raise
 
     def create_template(self, template, templatedir, connect=None):
-        self.download_template(template, templatedir)
-
         if not self._was_downloaded(template, templatedir):
             self.download_template(template, templatedir)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt-sandbox.git



More information about the Pkg-libvirt-commits mailing list