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/10/15 04:10:35 UTC

[Spamassassin Wiki] Update of "InfraNotes" 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/InfraNotes

------------------------------------------------------------------------------
  
  spamassassin.zones.apache.org: see http://www.apache.org/dev/solaris-zones.html .
  
+ == BuildBot ==
+ 
+ when creating slaves on the Solaris zone, you cannot use "buildbot slave" to create it due to a bug in use of ptys; instead:
+ 
+ {{{
+ PASSWORD=slavepassword
+ NAME=slavename
+ mkdir /home/bbmass/slaves/$NAME
+ chdir /home/bbmass/slaves/$NAME
+ mktap buildbot slave --basedir /home/buildbot/slaves/$NAME \
+          --master buildbot.spamassassin.org:9989 --name $NAME \
+          --passwd $PASSWORD --usepty=0
+ 
+ }}}
+ 
  == Bugzilla ==
  
  Is hosted off-ASF, with sonic.net, at the moment -- this is supposed to change sometime soon, but Theo the bz wizard is busy.