]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Adds packaging.get_koji_task_result, to query kojihub for a tasks result.
authorAndrew Schoen <aschoen@redhat.com>
Thu, 7 May 2015 21:18:25 +0000 (16:18 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 11 May 2015 19:46:29 +0000 (14:46 -0500)
commit6248c6e0713e47fa488ecf282d5b429db025786f
tree8582933c7c127d179ca3ef600715ac6da9969616
parent9642c3d6a34babfc0c852adc2aa8010bda34b141
Adds packaging.get_koji_task_result, to query kojihub for a tasks result.

We need this because we want to be able to use scratch builds, which do
not generate a build ID. We can download the rpms we need by
retrieving the results of a task then looking at the list of rpms
it created.

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