Difference between revisions of "User:Mikeleib"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Prerequisites: adding space requirements)
(Prerequisites: updating twistd info)
Line 18: Line 18:
 
* twisted2.4
 
* twisted2.4
 
<pre>
 
<pre>
shaun-mcdonalds-computer:~ shaunmcdonald$ /System/Library/Frameworks/Python.framework/Versions/2.3/bin/twistd --version
+
shaun-mcdonalds-computer:~/ooo/porting/www shaunmcdonald$ twistd --version  
twistd (the Twisted daemon) 2.4.0
+
twistd (the Twisted daemon) 2.5.0
 
Copyright (c) 2001-2006 Twisted Matrix Laboratories.
 
Copyright (c) 2001-2006 Twisted Matrix Laboratories.
 
See LICENSE for details.
 
See LICENSE for details.
 +
shaun-mcdonalds-computer:~/ooo/porting/www shaunmcdonald$ which twistd
 +
/sw/bin/twistd
 +
 
</pre>
 
</pre>
 
* perl
 
* perl

Revision as of 21:34, 1 June 2007

Mikeleib's real name is Michael Leibowitz. Mikeleib works for the Intel Corporation. Mikeleib is in the United States. Mikeleib works on performance. Mikeleib writes very simple sentences.



This is a little scratch space for buildbot

What's New

The new (experimental) buildbot differs from the original in several key ways:

  • steps (including configure lines) are defined on the slave
  • file transfer is now in-band (no ssh-key needed)
  • builds are triggered by cvs commits
  • per-cws build is gone (currently)
  • fewer modifications to buildbot sourcecode
  • build results can be emailed to tinderbox, but is not enabled just yet

Prerequisites

  • python2.4
  • twisted2.4
shaun-mcdonalds-computer:~/ooo/porting/www shaunmcdonald$ twistd --version 
twistd (the Twisted daemon) 2.5.0
Copyright (c) 2001-2006 Twisted Matrix Laboratories.
See LICENSE for details.
shaun-mcdonalds-computer:~/ooo/porting/www shaunmcdonald$ which twistd
/sw/bin/twistd

  • perl
  • bash
  • 9.83 GB needed for full build including installset on Mac OS X Intel

The Recipe to Add a Slave

  1. grab a copy of the buildbot 0.7.5: source
  2. grab the diff
  3. unpack the source and apply the diff
  4. build buildbot. Note: that if you want to install it to different prefix such as your home directory see the manual
  5. create the build-slave. MASTERHOST:PORT is termite.go-oo.org:9999
    buildbot create-slave BASEDIR MASTERHOST:PORT SLAVENAME PASSWORD
  6. download the scripts and stuff them into your buildslave dir
  7. edit the scripts for your platform (you probably should change #!/bin/bash to #!/usr/bin/env bash at the least)
  8. email mikeleib to add ur bot
  9. start the bot
Personal tools