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.
Sybren A. Stüvel 4ee6feb6a6 Fixed some layout issues on builders page
The text in the rightmost column had duplications (next build ETA was
mentioned twice), and too many newlines to be nicely readable. Hacked
around that to fix both.

I also made the builders table wider and tweaked some padding & spacing,
so that it's nicer to read and click on.
2017-04-20 11:17:08 +02:00
2015-06-14 21:57:08 +02:00
2015-06-14 21:57:08 +02:00
2015-06-14 21:57:08 +02:00
2017-04-04 12:51:02 +02:00
2015-06-14 21:57:08 +02:00
2017-04-20 10:49:44 +02:00
2015-06-14 20:47:49 +02:00

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.

Description
Blender Buildbot (outdated version, no longer in use)
Readme 185 KiB
Languages
Python 96.5%
Shell 3.5%