On Jan 1, 2008, at 5:23 PM, James E Keenan wrote:

svn co https://svn.perl.org/parrot/trunk/ parrot_test
cd parrot_test
perl Configure.pl
make
make test

(If you're not looking to commit, you may be able to get by with http rather than https: UNTESTED.)

('make smoke' can be substituted for 'make test'.)


Make sure to do a checkout manually using the same account that the build slave is using - and accept the SSL certificate "permanently" that first time.

The BuildBot 'ChangeSource' class to use is probably:
 http://buildbot.net/repos/release/docs/buildbot.html#SVNPoller

something like this in master.cfg:

     from buildbot.changes.svnpoller import SVNPoller
c['change_source'] = SVNPoller("https://svn.perl.org/parrot/ trunk")

Maybe this weekend I'll see if i can set up a configuration in my own buildbot buildmaster that works.

-------------------------------------------------------
Matisse Enzer <[EMAIL PROTECTED]>
http://www.matisse.net/  - http://www.eigenstate.net/



Reply via email to