Mailing List Archive

[Spamassassin Wiki] Update of "ContinuousTesting" by DanielQuinlan
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by DanielQuinlan:
http://wiki.apache.org/spamassassin/ContinuousTesting

------------------------------------------------------------------------------

== Commands To Set Up a BuildBot Slave ==

- Install Twisted 1.3.0. This step can be omitted if you already have it, or just use "sudo apt-get install twisted" if you're on debian unstable.
+ Install Twisted 1.3.0. This step can be omitted if you already have it, or just use "sudo apt-get install twisted" if you're on debian unstable or "make install" from the FreeBSD port.

Note that you also need python 2.2 or later installed.
[Spamassassin Wiki] Update of "ContinuousTesting" by DanielQuinlan [ In reply to ]
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by DanielQuinlan:
http://wiki.apache.org/spamassassin/ContinuousTesting

------------------------------------------------------------------------------
--passwd $PASSWORD --usepty 0 --keepalive 300
}}}

+ With buildbot 0.6.6, the command is:
+ {{{
+ buildbot slave --usepty 0 --keepalive 300 /home/sabuildbot/slaves/$HOST_OS \
+ buildbot.spamassassin.org:9989 $HOST_OS $PASSWORD
+ }}}
+
(note: use "mktap" directly instead of "buildbot slave so you can set usepty
and keepalive.) Mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.
[Spamassassin Wiki] Update of "ContinuousTesting" by DanielQuinlan [ In reply to ]
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by DanielQuinlan:
http://wiki.apache.org/spamassassin/ContinuousTesting

------------------------------------------------------------------------------
--passwd $PASSWORD --usepty 0 --keepalive 300
}}}

- With buildbot 0.6.6, the command is:
+ (note: use "mktap" directly instead of "buildbot slave so you can set usepty
+ and keepalive.) Mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.
+
+ With buildbot 0.6.6, you don't need to run "mktap" directly and should run this
+ command:
+
{{{
buildbot slave --usepty 0 --keepalive 300 /home/sabuildbot/slaves/$HOST_OS \
buildbot.spamassassin.org:9989 $HOST_OS $PASSWORD
}}}
-
- (note: use "mktap" directly instead of "buildbot slave so you can set usepty
- and keepalive.) Mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.

Command to start the slave process: