This repository has been archived on 2023-02-19 . You can view files and clone it, but cannot push or open issues or pull requests.
dcbd1347c996a84d17b64568133fec764408f8c0
But don't package and upload them, that only happens nightly still. There will be one build per set of commits that arrives within 120s of each other. The idea behind this is that it will help us more easily find which commits break the build or tests. Differential Revision: https://developer.blender.org/D8438
Blender Buildbot
This repo contains the theme, CSS, HTML and public configurations of Blender's builder.blender.org web site.
Running locally
sudo apt-get install buildbot
orpip install buildbot<0.9
cp master_private_template.py master_private.py
and edit the file.git submodule init
git submodule update
Changing CSS stuff
sudo npm install -g grunt
-- this installs to/usr/local/lib/node_modules
and/usr/local/bin
npm install
-- this installs to./node_modules
After editing public_html/assets/sass/main.sass
, run grunt
.
Description
Languages
Python
96.5%
Shell
3.5%