public
Description: Rubinius Buildbot
Homepage: http://code.google.com/p/rubuildius/
Clone URL: git://github.com/djwhitt/rubuildius.git
- Added '-a' to option passed to launch.rb so bots don't echo crap
djwhitt (author)
Thu May 15 00:00:36 -0700 2008
commit  6c43b462d14a799358f330e289d9126ff712f582
tree    9d3f9cc34032f8cacc1d8e8c7f2430fc24e23601
parent  822b9021c797effac51801f749e91428053a60db
...
11
12
13
14
 
15
16
...
11
12
13
 
14
15
16
0
@@ -11,6 +11,6 @@ export RUBUILDIUS_REPO_DIR=$RUBUILDIUS_DIR/repo/rubinius
0
 while true;
0
 do
0
     rm -f matzbot.pid
0
- ./matzbot/launch.rb -u $IRC_USER -n $IRC_NICK -m $IRC_NAME -c $IRC_CHANNEL
0
+ ./matzbot/launch.rb -u $IRC_USER -n $IRC_NICK -m $IRC_NAME -c $IRC_CHANNEL -a
0
     sleep 30
0
 done

Comments

    No one has commented yet.