User:Mikeleib

From Apache OpenOffice Wiki
Revision as of 23:54, 23 March 2007 by Mikeleib (Talk | contribs)

Jump to: navigation, search

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