]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Adds methods to extract info on a package from koji task results.
authorAndrew Schoen <aschoen@redhat.com>
Mon, 11 May 2015 15:26:22 +0000 (10:26 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 11 May 2015 20:23:06 +0000 (15:23 -0500)
commita97ded8c247b1f55277a70babae4c5a084cd0a3d
treedc8e95b64a29196ec2433d2371176ff1621a1c22
parent6248c6e0713e47fa488ecf282d5b429db025786f
Adds methods to extract info on a package from koji task results.

Once you get the results of a koji task you can use these methods to
look for and extract information about a given package.  If the package
is found it will return information about how to download and consume
the rpm generated by the task.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/config.py
teuthology/packaging.py
teuthology/test/test_packaging.py