public
Description: Rubinius Buildbot
Homepage: http://code.google.com/p/rubuildius/
Clone URL: git://github.com/djwhitt/rubuildius.git
rubuildius / README
100644 31 lines (20 sloc) 0.818 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== rubuildius zsh hack ===
 
  based on matzbot and
  plugins/git.rb is the only modified file
 
Currently most files are hardcoded for my box
 
== relevant information
 
* interesting files:
  + bin/*
  + matzbot/plugins/git.rb
  + repo/rubinius/HEAD [empty-dir]
 
* bin/rubinius.zsh
  + bin/pastie_client needs active_support!
  + bin/nopaste is default for now
 
* everything needs to be in ~/continuous
 
* continuous/repo/rubinius/HEAD should contain a git checkout.
  + this one will be updated and then cloned to speed things up and not eat bandwidth
 
* I launch it like this:
  + ./launch.rb -u rubinius -n rubuildius -m 'rubinius_build_bot' -c rubinius
 
* gets usr2 signal via cronjob
  + */5 * * * * kill -USR2 `cat HOME/continuous/matzbot/matzbot.pid`
 
* occasionally I run bin/cleanup.zsh to get save some space