Blender Buildbot (outdated version, no longer in use)
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.
Go to file
James Monteath a8c8e97946 Remove 291
Explicit setting of nighlty build usage
Disable most nightly jobs
2021-03-11 18:26:06 +01:00
maintenance Synchronize changes with server 2016-06-08 12:14:55 +02:00
.arcconfig Add .arcconfig for easier code review. 2021-02-11 14:17:19 +01:00
.gitignore Add extra files to be ignored 2019-02-04 16:01:50 +01:00
README.md Added README.md 2017-04-20 10:49:44 +02:00
buildbot.tac Tweak to make python3 happy with our buildbot configuration 2019-02-02 11:27:17 +01:00
master.cfg Remove 291 2021-03-11 18:26:06 +01:00
master_private_template.py Use more correct macOS builder name for 2.83 LTS 2020-06-16 16:56:21 +02:00
master_unpack.py Remove exception for experimental-build branch 2020-02-11 15:32:23 +01:00

README.md

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 or pip 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.