Add a test endpoint that allows us to manually create builds. Add access tokens to the build data.

This commit is contained in:
yackob03 2013-10-25 18:17:43 -04:00
parent c5ff08e57d
commit 78d2d6cad0
7 changed files with 99 additions and 14 deletions

8
templates/testbuild.html Normal file
View file

@ -0,0 +1,8 @@
<html>
<body>
<form enctype='multipart/form-data' method="post" action="/api/repository/devtable/complex/build/">
<input type="file" name="initializedata">
<button type="submit">Send</button>
</form>
</body>
</html>