ReferencePlatforms/BuildBot: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 1: Line 1:
= Build Bot Reference Installation Instructions =
= BuildBot Reference Installation Instructions =


These were the steps used to deploy a test build bot master/slave on Linux; we're evaluating build bot for certain tasks, the below configuration is subject to change.
These were the steps used to deploy a test BuildBot master/slave on Linux; we're evaluating BuildBot for certain tasks, the below configuration is subject to change.


== Initial Setup Steps ==
== Initial Setup Steps ==
Line 50: Line 50:


  export PYTHONHOME="/tools/python"
  export PYTHONHOME="/tools/python"
  export PYTHONPATH="/tools/buildbot/lib/python2.4/site-packages:/tools/twisted/lib/python2.4/site-packages:/tools/twisted-core/lib/python2.4/site-packages/:/tools/zope-interface/lib/python2.4/site-packages/"
  export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-core/lib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"
  export PATH="/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"
  export PATH="/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"
canmove, Confirmed users
2,850

edits

Navigation menu