Buildbot Setup for BSD
Outlines the necessary steps to install and configure Buildbot on various BSD distributions.
sudo adduser
buildbot
/bin/shcd /usr/ports/www/zope3
sudo make install clean
# accepted default options
cd /usr/ports/devel/py-zope.interface
sudo make install cleancd /usr/ports/devel/py-twisted
sudo make install clean
# accepted default optionsLast updated
Was this helpful?

