From adamgreenhalgh at users.sourceforge.net Mon Mar 22 09:46:41 2010 From: adamgreenhalgh at users.sourceforge.net (adamgreenhalgh at users.sourceforge.net) Date: Mon, 22 Mar 2010 16:46:41 +0000 Subject: [Xorp-cvs] SF.net SVN: xorp:[11689] trunk/other/buildbot/ Message-ID: Revision: 11689 http://xorp.svn.sourceforge.net/xorp/?rev=11689&view=rev Author: adamgreenhalgh Date: 2010-03-22 16:46:40 +0000 (Mon, 22 Mar 2010) Log Message: ----------- initial buildbot directory Added Paths: ----------- trunk/other/buildbot/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From adamgreenhalgh at users.sourceforge.net Mon Mar 22 12:50:37 2010 From: adamgreenhalgh at users.sourceforge.net (adamgreenhalgh at users.sourceforge.net) Date: Mon, 22 Mar 2010 19:50:37 +0000 Subject: [Xorp-cvs] SF.net SVN: xorp:[11690] trunk/other/buildbot/README.txt Message-ID: Revision: 11690 http://xorp.svn.sourceforge.net/xorp/?rev=11690&view=rev Author: adamgreenhalgh Date: 2010-03-22 19:50:37 +0000 (Mon, 22 Mar 2010) Log Message: ----------- configs used on buildbot Added Paths: ----------- trunk/other/buildbot/README.txt Added: trunk/other/buildbot/README.txt =================================================================== --- trunk/other/buildbot/README.txt (rev 0) +++ trunk/other/buildbot/README.txt 2010-03-22 19:50:37 UTC (rev 11690) @@ -0,0 +1,33 @@ +debian 5.0.4 sparc (buildbot3.cs.ucl.ac.uk) + +openssh-server +subversion +scons +build-essential +libboost-regex-dev +libssl-dev +libpcap-dev +buildbot + +fedora 12 i386 (buildbot1.cs.ucl.ac.uk) + +subversion +scons +boost-devel +boost-regex +openssl-devel +buildbot +libpcap-devel +gcc +gcc-c++ + +ubuntu 9.10 i386 (buildbot4.cs.ucl.ac.uk) + +openssh-server +buildbot +scons +subversion +libssl-dev +libpcap-dev +libboost-regex1.40-dev +build-essential This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From adamgreenhalgh at users.sourceforge.net Mon Mar 22 13:33:12 2010 From: adamgreenhalgh at users.sourceforge.net (adamgreenhalgh at users.sourceforge.net) Date: Mon, 22 Mar 2010 20:33:12 +0000 Subject: [Xorp-cvs] SF.net SVN: xorp:[11691] trunk/other/buildbot/README.txt Message-ID: Revision: 11691 http://xorp.svn.sourceforge.net/xorp/?rev=11691&view=rev Author: adamgreenhalgh Date: 2010-03-22 20:33:12 +0000 (Mon, 22 Mar 2010) Log Message: ----------- updated contents and added libncurses-dev to ubuntu os. Modified Paths: -------------- trunk/other/buildbot/README.txt Modified: trunk/other/buildbot/README.txt =================================================================== --- trunk/other/buildbot/README.txt 2010-03-22 19:50:37 UTC (rev 11690) +++ trunk/other/buildbot/README.txt 2010-03-22 20:33:12 UTC (rev 11691) @@ -1,3 +1,5 @@ +This file details the packages added to the default installations of the different os's used in the buildbot system. Dependencies aren't listed. + debian 5.0.4 sparc (buildbot3.cs.ucl.ac.uk) openssh-server @@ -31,3 +33,4 @@ libpcap-dev libboost-regex1.40-dev build-essential +libncurses-dev This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From adamgreenhalgh at users.sourceforge.net Thu Mar 25 05:43:54 2010 From: adamgreenhalgh at users.sourceforge.net (adamgreenhalgh at users.sourceforge.net) Date: Thu, 25 Mar 2010 12:43:54 +0000 Subject: [Xorp-cvs] SF.net SVN: xorp:[11692] trunk/other/buildbot/README.txt Message-ID: Revision: 11692 http://xorp.svn.sourceforge.net/xorp/?rev=11692&view=rev Author: adamgreenhalgh Date: 2010-03-25 12:43:53 +0000 (Thu, 25 Mar 2010) Log Message: ----------- details of freebsd buildbot Modified Paths: -------------- trunk/other/buildbot/README.txt Modified: trunk/other/buildbot/README.txt =================================================================== --- trunk/other/buildbot/README.txt 2010-03-22 20:33:12 UTC (rev 11691) +++ trunk/other/buildbot/README.txt 2010-03-25 12:43:53 UTC (rev 11692) @@ -34,3 +34,11 @@ libboost-regex1.40-dev build-essential libncurses-dev + +freebsd 8.0 i386 (buildbot2.cs.ucl.ac.uk) + +devel/scons +devel/subversion +lang/gcc42 +devel/boost-libs +devel/buildbot This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From adamgreenhalgh at users.sourceforge.net Thu Mar 25 06:12:32 2010 From: adamgreenhalgh at users.sourceforge.net (adamgreenhalgh at users.sourceforge.net) Date: Thu, 25 Mar 2010 13:12:32 +0000 Subject: [Xorp-cvs] SF.net SVN: xorp:[11693] trunk/other/buildbot/README.txt Message-ID: Revision: 11693 http://xorp.svn.sourceforge.net/xorp/?rev=11693&view=rev Author: adamgreenhalgh Date: 2010-03-25 13:12:31 +0000 (Thu, 25 Mar 2010) Log Message: ----------- details of master buildbot (and trigger new build) Modified Paths: -------------- trunk/other/buildbot/README.txt Modified: trunk/other/buildbot/README.txt =================================================================== --- trunk/other/buildbot/README.txt 2010-03-25 12:43:53 UTC (rev 11692) +++ trunk/other/buildbot/README.txt 2010-03-25 13:12:31 UTC (rev 11693) @@ -42,3 +42,7 @@ lang/gcc42 devel/boost-libs devel/buildbot + +master config + +set the buildbot to retry the checkout 5 times with a 10 second delay between each try. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.