monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: New monotone buildbot, slaves desired


From: Lapo Luchini
Subject: [Monotone-devel] Re: New monotone buildbot, slaves desired
Date: Wed, 18 Jul 2007 17:57:44 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070615)

Richard Levitte wrote:
> In your buildslave directory, there's a Makefile.sample (you can read
> more about it in the manual section "Launching the daemons"), which
> tells you exactly how buildbot launches its daemons.  I think you can
> do the rest from there ;-)

Yup.

Here it goes:

% cd service
% cat run
#!/bin/sh
exec 2>&1
exec setuidgid $BOT_USER envdir ./env softlimit -d128000000 nice \
  /usr/local/bin/twistd --nodaemon --no_save \
    --python=../slave-dir/buildbot.tac \
    --pidfile=../slave-dir/twistd.pid \
    --logfile=../slave-dir/twistd.log \
    --prefix=slave
% egrep '.*' env/*
env/CXXFLAGS:-I/usr/local/include
env/HOME:/home/bot_mtn
env/LDFLAGS:-L/usr/local/lib
env/PATH:/usr/local/gnu-autotools/bin:/usr/local/bin:/usr/bin:/bin
env/PYTHONPATH:/home/bot_mtn/mtn

WFM, YMMV.

    Lapo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]