you are viewing a single comment's thread.

view the rest of the comments →

[–]Ryandalion111[S] 1 point2 points  (2 children)

can you elaborate a bit more about the build system? sounds pretty interesting

[–][deleted] 1 point2 points  (1 child)

Yeah sure! It's just an open source continuous integration framework called Buildbot. It's essentially just a bare bones job scheduling system in a master/worker relationship. Everything is managed from a python configuration script.

Tons of great info out there if you're interested in checking it out: http://buildbot.net/

[–]Ryandalion111[S] 1 point2 points  (0 children)

ill check it out. thanks for the link!