]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Introduces packaging.GitbuilderProject
authorAndrew Schoen <aschoen@redhat.com>
Wed, 22 Jul 2015 21:03:11 +0000 (16:03 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 3 Aug 2015 20:01:48 +0000 (15:01 -0500)
commit7e93c86e18bef62f43fca2116dcab736b834d3c4
treef72338a3adafdfcb192b6816ba3429c286e413f3
parent714dfc0ad3d1db2de9fc55841958d26356a8868d
Introduces packaging.GitbuilderProject

This is a new class that can be used to interface with gitbuilder to get
information about a project.  Currently it's used primarily for version
checks and constructing the correct base url for a projects location on
gitbuilder.

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