Initial commit of blenders buildbot configuration
This commit is contained in:
17
templates/root.html
Normal file
17
templates/root.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% extends 'layout.html' %}
|
||||
{% import 'forms.html' as forms %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h1>Blender Buildbot</h1>
|
||||
|
||||
<div class="column">
|
||||
|
||||
<h3><a href="download">Download latest builds</a></h3>
|
||||
|
||||
<h3><a href="http://wiki.blender.org/index.php/Dev:Doc/BuildBot">Buildbot setup notes</a></h3>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user