Difference between revisions of "User:Mikeleib"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Prerequisites: Adding the test for twisted)
(The Recipe to Add a Slave)
 
(4 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
* per-cws build is gone (currently)
 
* per-cws build is gone (currently)
 
* fewer modifications to buildbot sourcecode
 
* fewer modifications to buildbot sourcecode
* build results can be emailed to tinderbox, but is not enabled just yet
+
* build results can be emailed to tinderbox
  
 
=== Prerequisites ===
 
=== Prerequisites ===
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:~ 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:~ shaunmcdonald$ which twistd
 +
/sw/bin/twistd
 +
 
</pre>
 
</pre>
 
* perl
 
* perl
 
* bash
 
* bash
 +
* 9.83 GB needed for full build including installset on Mac OS X Intel
  
 
=== The Recipe to Add a Slave ===
 
=== The Recipe to Add a Slave ===
Line 35: Line 39:
 
# download the [http://termite.go-oo.org:8081/~mikeleib/scripts.zip scripts] and stuff them into your buildslave dir
 
# download the [http://termite.go-oo.org:8081/~mikeleib/scripts.zip scripts] and stuff them into your buildslave dir
 
# edit the scripts for your platform (you probably should change #!/bin/bash to #!/usr/bin/env bash at the least)
 
# edit the scripts for your platform (you probably should change #!/bin/bash to #!/usr/bin/env bash at the least)
 +
# put cwsget.pl in a directory in your PATH
 
# email mikeleib to add ur bot
 
# email mikeleib to add ur bot
 
# start the bot
 
# start the bot

Latest revision as of 22:51, 19 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

Prerequisites

  • python2.4
  • twisted2.4
shaun-mcdonalds-computer:~ shaunmcdonald$ twistd --version 
twistd (the Twisted daemon) 2.5.0
Copyright (c) 2001-2006 Twisted Matrix Laboratories.
See LICENSE for details.
shaun-mcdonalds-computer:~ 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. put cwsget.pl in a directory in your PATH
  9. email mikeleib to add ur bot
  10. start the bot
Personal tools