There are source RPMs available in the Fedora koji system at http://koji.fedoraproject.org/koji/packageinfo?packageID=1421. These can be used to produce binary RPMs packages. The three necessary packages are: * python-zope-interface * python-twisted * buildbot You will likely want these optional dependencies as well: * python-twisted-web - for the waterfall display * python-twisted-mail - for status emailers = Building RPMs = It's most convenient to build in a non-root environment that can be created as follows: {{{ $ mkdir -p ~/rpms/{sources,build,rpms} $ cat > ~/.rpmmacros <