You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/18 03:46:16 UTC

[Spamassassin Wiki] Update of "ContinuousTesting" by JustinMason

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 JustinMason:
http://wiki.apache.org/spamassassin/ContinuousTesting

------------------------------------------------------------------------------
  = Continuous Testing =
  
- We're running an experimental [http://buildbot.sourceforge.net/ BuildBot] server; after every check-in to SVN, several BuildBot clients will automatically download the latest code and run "make test".  The results [http://bugzilla.spamassassin.org:8010/ are visible here].
+ We're running an experimental [http://buildbot.sourceforge.net/ BuildBot] server; after every check-in to SVN, several BuildBot clients will automatically download the latest code and run "make test".  The results [http://buildbot.spamassassin.org:8010/ are visible here].
  
  == Notes on Setting Up a BuildBot Slave ==
  
@@ -70, +70 @@

      "jm-ubuntu-hoary-perl585"]
  
  HOST_OS="username-hostname-osname"
- buildbot slave /home/buildbot/slaves/$HOST_OS bugzilla.spamassassin.org:9989 \
-         $HOST_OS $PASSWORD
  
+ mkdir /home/buildbot/slaves/$HOST_OS
+ cd /home/buildbot/slaves/$HOST_OS
+ mktap buildbot slave --basedir /home/buildbot/slaves/$HOST_OS --master \
+         buildbot.spamassassin.org:9989 --name $HOST_OS \
+         --passwd $PASSWORD --usepty 0 --keepalive 300
  }}}
  
+ (note: use "mktap" directly instead of "buildbot slave so you can set usepty
- and mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.
+ and keepalive.) Mail dev/at/SpamAssassin.apache.org the $HOST_OS string you've chosen.
  
  Command to start the slave process:
  
@@ -95, +99 @@

  @reboot buildbot start /home/buildbot/slaves/username-hostname-osname
  }}}
  
-