Add owner and timestamp columns to the module_builds table

This commit is contained in:
Matt Prahl
2016-08-17 10:27:16 -04:00
committed by Nils Philippsen
parent 1cd21434fb
commit d1a01e5d79
3 changed files with 53 additions and 4 deletions

View File

@@ -114,6 +114,7 @@ def submit_build():
release=mmd.release,
modulemd=yaml,
scmurl=url,
username=username
)
def failure(message, code):