]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Better logging when looking for a package version in the install task 540/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 29 Jun 2015 14:34:02 +0000 (09:34 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 29 Jun 2015 14:34:02 +0000 (09:34 -0500)
commitdadde6d81351eff06684538c1c7681ad937def49
treed1b6ea68b72ed8f02ce7810dbfa7b6c394463090
parent8e711d5f7e3d98b4974705ef20ee75999a91b84f
Better logging when looking for a package version in the install task

I think this used to be a wget call, so the url we were requesting to
fetch the package version would be logged by that wget call.  Since
we've changed that call to use requests and lost that logging, this adds
some of that logging back.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/task/install.py