ReferencePlatforms/BuildBot: Difference between revisions

Jump to navigation Jump to search
remove config::general
(remove config::general)
Line 9: Line 9:
== Install python ==
== Install python ==
http://wiki.mozilla.org/ReferencePlatforms/Linux#Build_Python_2.5
http://wiki.mozilla.org/ReferencePlatforms/Linux#Build_Python_2.5
...and then, for build slaves,  install Config::General
  cd /tools/dist
  wget http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/Config-General-2.33.tar.gz
  tar xfvz Config-General-2.33.tar.gz
  cd Config-General-2.33
  perl Makefile.PL
its ok to ignore the warning from "perl Makefile.PL":
Warning: the following files are missing in your kit:
t/test.rc.out
  sudo make install


== Initial Setup Steps ==
== Initial Setup Steps ==
Line 75: Line 63:


Add the appropriate paths to the Buildbot user's .bash_profile
Add the appropriate paths to the Buildbot user's .bash_profile
  echo 'export PYTHONHOME="/tools/python"' >> ~buildbot/.bash_profile
  echo 'export PYTHONHOME="/tools/python"' >> ~/.bash_profile
  echo 'export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-corelib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"' >> ~buildbot/.bash_profile
  echo 'export PYTHONPATH="/tools/buildbot/lib/python2.5/site-packages:/tools/twisted/lib/python2.5/site-packages:/tools/twisted-corelib/python2.5/site-packages/:/tools/zope-interface/lib/python2.5/site-packages/"' >> ~/.bash_profile
  echo 'export PATH="/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"' >> ~buildbot/.bash_profile
  echo 'export PATH="/opt/local/bin:/tools/buildbot/bin:/tools/twisted/bin:/tools/twisted-core/bin:$PYTHONHOME/bin:$PATH"' >> ~/.bash_profile


== Notes about Centos5 ==
== Notes about Centos5 ==
canmove, Confirmed users
1,511

edits

Navigation menu