Add a test api to test repositories which are currenlty building.

This commit is contained in:
yackob03 2013-10-25 15:47:34 -04:00
parent ffc33e454c
commit 684ce83058
6 changed files with 29 additions and 7 deletions

View file

@ -397,6 +397,8 @@ def get_repo_builds(namespace, repository):
'builds': [build_view(build) for build in builds]
})
abort(403) # Permissions denied
def role_view(repo_perm_obj):
return {