Skip to content

Instantly share code, notes, and snippets.

View hithwen's full-sized avatar
🏠
Working from home

Julia hithwen

🏠
Working from home
View GitHub Profile
@Jc2k
Jc2k / scriptedlatentslave.py
Created August 24, 2012 19:39
A generic latent slave for anything you can script
import os, shlex
from twisted.internet import defer, utils, reactor, threads
from twisted.python import log, failure
from buildbot.buildslave import AbstractBuildSlave, AbstractLatentBuildSlave
from buildbot import config
class ScriptedLatedBuildSlave(AbstractLatentBuildSlave):