Package: wnpp Severity: wishlist Owner: Thomas Goirand <z...@debian.org>
* Package name : python-git-os-job Version : 1.0.1 Upstream Author : Doug Hellmann <doug.hellm...@gmail.com> * URL : https://github.com/dhellmann/git-os-job.git * License : Apache-2.0 Programming Lang: Python Description : show the OpenStack job logs for a commit The OpenStack project stores the logs for all of the test jobs related to a commit on http://logs.openstack.org organized by the commit hash. To review the logs after a job runs, most developers start with the message jenkins leaves on gerrit, and click through to the log files. Not all jenkins jobs are triggered by or related to a gerrit review, though (e.g, release tags). . git-os-job makes it easy to find those logs by finding the hash of the commit and using it to build the right URL. It will then either print the URL or open a web browser directly.