Difference between revisions of "User:Mikeleib"

From Apache OpenOffice Wiki
Jump to: navigation, search
(buildbot steps)
Line 1: Line 1:
 
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.
 
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
 +
* perl
 +
* bash
 +
 +
=== The Recipe to Add a Slave ===
 +
# grab a copy of the buildbot 0.7.5: [https://sourceforge.net/project/showfiles.php?group_id=73177 source]
 +
# grab the [http://termite.go-oo.org:8081/~mikeleib/OO-changes.diff diff]
 +
# unpack the source and apply the diff
 +
# build buildbot. Note: that if you want to install it to different prefix such as your home directory see the [http://buildbot.net/repos/release/docs/buildbot.html#Installing-the-code manual]
 +
# create the build-slave.  MASTERHOST:PORT is termite.go-oo.org:9999
 +
#: <pre>buildbot create-slave BASEDIR MASTERHOST:PORT SLAVENAME PASSWORD</pre>
 +
# 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)
 +
# email mikeleib to add ur bot
 +
# start the bot

Revision as of 23:54, 23 March 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
  • perl
  • bash

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