[Buildbot-commits] site index.html,1.72,1.73

Brian Warner warner at users.sourceforge.net
Fri Jul 13 07:21:12 UTC 2007


Update of /cvsroot/buildbot/site
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15612

Modified Files:
	index.html 
Log Message:
direct folks from buildbot.sf.net to visit buildbot.net instead

Index: index.html
===================================================================
RCS file: /cvsroot/buildbot/site/index.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- index.html	7 Aug 2006 00:25:31 -0000	1.72
+++ index.html	13 Jul 2007 07:21:08 -0000	1.73
@@ -3,607 +3,17 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The BuildBot</title>
-<style type="text/css">
-table {border-collapse: collapse;
-    }
-table.legend {
-    border-style: solid;
-}
-td {border-style: dashed;
-    border-width: 1px;
-    border-color: #808080;
-}
-a img {border-style: hidden;
-}
-</style>
 </head>
 
 <body>
 <h1>The BuildBot</h1>
 
-<h4>(from the <a href="README">README</a>)</h4>
-
-<p>The BuildBot is a system to automate the compile/test cycle required by
-most software projects to validate code changes. By automatically rebuilding
-and testing the tree each time something has changed, build problems are
-pinpointed quickly, before other developers are inconvenienced by the
-failure. The guilty developer can be identified and harassed without human
-intervention. By running the builds on a variety of platforms, developers who
-do not have the facilities to test their changes everywhere before checkin
-will at least know shortly afterwards whether they have broken the build or
-not. Warning counts, lint checks, image size, compile time, and other build
-parameters can be tracked over time, are more visible, and are therefore
-easier to improve.</p>
-
-<p>The overall goal is to reduce tree breakage and provide a platform to run
-tests or code-quality checks that are too annoying or pedantic for any human
-to waste their time with. Developers get immediate (and potentially public)
-feedback about their changes, encouraging them to be more careful about
-testing before checkin.</p>
-
-<p>Current contents:</p>
-
-<ul>
-  <li>The current release is buildbot-0.7.3 . You can download the source
-  from the sf.net download page <a
-  href="http://sourceforge.net/project/showfiles.php?group_id=73177">here</a>.
-  The release is signed with my GPG public key, available <a
-  href="http://www.lothar.com/warner-gpg.html">here</a>.</li>
-
-  <li>The latest code is available from CVS for <a
-  href="http://buildbot.cvs.sourceforge.net/buildbot/buildbot/">browsing</a>
-  or <a href="http://sourceforge.net/cvs/?group_id=73177">read-only
-  checkout</a>. There are also Arch and Darcs repositories which track the
-  main CVS tree and provide lower-latency access than anonymous CVS, details
-  are <a href="source-Arch.html">here</a>. There is also a copy of the CVS
-  user's manual <a href="manual-CVS.html">available</a>, which may give you
-  an idea of what sorts of features are coming up in the next release.</li>
-
-  <li>The <a href="README">README</a> file contains an overview, while the <a
-  href="manual-0.7.3.html">User's Manual</a> contains complete documentation.
-  The <a href="API-0.7.3/index.html">API Reference</a> may be useful when
-  writing the configuration file: the various Steps and Schedulers are
-  documented there.</li>
-
-  <li>Recent changes are summarized in the <a href="NEWS">NEWS</a> file,
-  while the complete details are in the <a
-  href="bb-ChangeLog">ChangeLog</a>.</li>
- 
-  <li>The <a href="PyCon-2003/buildbot.html">paper</a> delivered at
-  PyCon-2003, along with the <a
-  href="PyCon-2003/slides/slide-01.html">slides</a>.</li>
-
-  <li>The SourceForge
-  <a href="https://sourceforge.net/projects/buildbot/">Project Page</a></li>
-
-  <li>Please join the buildbot-devel
-  <a href="http://lists.sourceforge.net/lists/listinfo/buildbot-devel">mailing
-  list</a> to be notified about new releases, discuss how to configure and
-  use the buildbot, and to hear about new development. This is both a user
-  and a developer mailing list.
-  </li>
-
-  <li>You can also join the buildbot-commits
-  <a href="http://lists.sourceforge.net/lists/listinfo/buildbot-commits">mailing
-  list</a> to be notified about changes in CVS.
-  </li>
-
-  <li>Older versions (0.6.6 and earlier) require some pre-packaged VC
-  repositories to run certain unit tests, available in this tarball: <a
-  href="buildbot-test-vc-1.tar.gz"
-  >buildbot-test-vc-1.tar.gz</a></li>
-</ul>
-
-<h2>Getting Buildbot</h2>
-<ul>
-  <li><b>From Source</b>: download the latest version from the SourceForge
-  <a href="https://sourceforge.net/projects/buildbot/">Project Page</a>,
-  run <tt>setup.py install</tt> as per the <a href="README">README</a>,
-  and read the <a href="manual-0.7.3.html">User's Manual</a> about configuring
-  your new buildbot.</li>
-
-  <li><b>Ubuntu Users</b>: install the 'buildbot' <a
-  href="http://packages.ubuntu.com/dapper/devel/buildbot">package</a> from
-  the Dapper 'universe' distribution. (thanks to Matthias Klose for making
-  this happen!)</li>
-
-  <li><b>Darwin Users</b>: run <tt>port install buildbot</tt> (thanks to
-  Olivier Bonnet for <a
-  href="http://bugzilla.opendarwin.org/show_bug.cgi?id=8888">making</a> this
-  happen!)</li>
-</ul>
-
-
-<h2>Success Stories</h2>
-
-<table>
-
-  <tr>
-    <td>Twisted</td>
-    <td><a href="http://twistedmatrix.com/buildbot/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://twistedmatrix.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>    
-      The original publically-visible Buildbot installation runs the
-      Twisted unit test suite.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Id Software</td>
-    <td>
-    </td>
-    <td>
-    </td>
-    <td>
-      TTimo (at Id software) is using a Buildbot for testing Wolfenstein:
-      Enemy Territory Linux.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Nunatek</td>
-    <td>
-    </td>
-    <td>
-    </td>
-    <td>    
-      Christopher Armstrong (radix) has set up a Buildbot to do web testing
-      (using MaxQ) for one of his clients, as well as internally at Nunatak
-      to run python unit tests.
-    </td>
-  </tr>
-
-  <tr>
-    <td>?</td>
-    <td>
-    </td>
-    <td>
-    </td>
-    <td>
-      'nbm' reports that <q>the first-or-second-largest media company
-      in South Africa uses buildbot</q>, testing PHP code.
-    </td>
-  </tr>
-
-  <tr>
-    <td>GStreamer</td>
-    <td><a href="http://build.fluendo.com:8080/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://gstreamer.freedesktop.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Thomas Vander Stichele at <a href="http://www.fluendo.com">Fluendo</a>
-      is using a Buildbot to run multi-distribution tests for their
-      GStreamer-based streaming multimedia framework.
-    </td>
-  </tr>
-
-  <tr>
-    <td>ILM</td>
-    <td>
-    </td>
-    <td>
-    </td>
-    <td>Dave Peticolas at Industrial Light & Magic is using a Buildbot
-  internally to test <q>lots of python code</q>
-    </td>
-  </tr>
-
-  <tr>
-    <td>Free Geek</td>
-    <td><a href="http://cvs.freegeek.org/buildbot/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td>
-    </td>
-    <td>
-      The Free Geek project has a buildbot for the diagnostic tools they use
-      to test donated hardware.
-    </td>
-  </tr>
-
-  <tr>
-    <td>PBP</td>
-    <td>
-    </td>
-    <td><a href="http://pbp.berlios.de/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Cory Dodt has created a BuildStep which allows Buildbots to drive
-      tests. PBP is a web testing tool that (as I understand it) behaves as
-      an HTTP client and makes sure a web application responds to queries
-      correctly. With this BuildStep, you can incorporate PBP tests into your
-      compile/build/test cycle.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Mono</td>
-    <td><a href="http://mono.ximian.com:8008/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.mono-project.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      According to Fawad Halim, the Mono project has a buildbot running to
-      test the HEAD and release branches of the main project on several
-      architectures.
-    </td>
-  </tr>
-
-  <tr>
-    <td>SpamAssassin</td>
-    <td><a href="http://buildbot.spamassassin.org:8010/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://spamassassin.apache.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Justin Mason reports that the SpamAssassin project is running a
-      buildbot too.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Boost</td>
-    <td><a href="http://build.redshift-software.com:9990">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.boost.org">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Rene Rivera says that the well-known Boost C++ project is moving all
-      their testing to run under a buildbot, but it does not currently (aug
-      2005) appear to be online yet.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Monotone</td>
-    <td><a href="http://venge.net:9000/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.venge.net/monotone">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      The Monotone version control system is using a buildbot to run unit
-      tests. Their buildbot has been extended to handle Monotone's
-      somewhat-unique VC scheme by Nathaniel Smith, and hopefully the patches
-      will be merged into the main release soon.
-    </td>
-  </tr>
-
-  <tr>
-    <td>ETLab</td>
-    <td>
-    </td>
-    <td><a href="http://www.eng.uab.edu/me/ETLab/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Mark Dillavou reports that he's installed a Buildbot in the Enabling
-      Technology Laboratory at the University of Alabama, Birmingham, to
-      maintain their visualization and virtual-environment projects.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Netbox Blue</td>
-    <td>
-    </td>
-    <td>
-    </td>
-    <td>
-      Stephen Thorne says that his company, Netbox Blue, uses a buildbot to
-      build and test their network security appliance.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Ethereal</td>
-    <td><a href="http://buildbot.ethereal.com/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.ethereal.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Ulf Lamping reports that the Ethereal project, a well-known packet
-      sniffer, uses a buildbot for their cross-platform compatibility
-      testing. Joerg Mayer reports that they've changed their name to <a
-      href="http://www.wireshark.org/">Wireshark</a> and their new buildbot
-      is <a href="http://buildbot.wireshark.org/trunk/">here</a>.
-    </td>
-  </tr>
-
-  <tr>
-    <td>VideoLAN</td>
-    <td><a href="http://buildbot.videolan.org/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.videolan.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Clément Stenac writes in to say that the VideoLAN Project has a
-      Buildbot to do their continuous-integration and nightly builds.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Nuxeo</td>
-    <td><a href="http://buildbot.nuxeo.org/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.nuxeo.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Stefane Fermigier reports that Nuxeo SAS is running this buildbot to
-      test their ECM project named <a
-      href="http://www.cps-project.org/">CPS</a>.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Zope</td>
-    <td><a href="http://buildbot.zope.org/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://zope.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      The Zope project (a large and well-known application server for
-      building web Content Management Systems and the like) is using a
-      buildbot to track the status of Zope3.
-    </td>
-  </tr>
-
-  <tr>
-    <td>OpenID</td>
-    <td>
-    </td>
-    <td><a href="http://openidenabled.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Kevin Turner reports that JanRain, Inc. is using a buildbot for their
-      multi-language OpenID libraries.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Python</td>
-    <td><a href="http://www.python.org/dev/buildbot/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.python.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Python, the language that the Buildbot is written in, has recently set
-      up its own Buildbot. Guido van Rossum mentioned it in his <a
-      href="//www.artima.com/weblogs/viewpost.jsp?thread=143947">blog</a>,
-      and again in his keynote at PyCon2006.
-    </td>
-  </tr>
-
-  <tr>
-    <td>KDE</td>
-    <td><a href="http://www.englishbreakfastnetwork.org:8010/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.kde.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      The KDE Project has a buildbot, working on their unstable code branch.
-    </td>
-  </tr>
-
-  <tr>
-    <td>WebKit</td>
-    <td><a href="http://build.webkit.org/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://wiki.opendarwin.org/index.php/WebKit">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      The OpenDarwin WebKit component (which includes the HTML renderer used
-      by the Safari browser in OS-X) has a buildbot too.
-    </td>
-  </tr>
-
-  <tr>
-    <td>ASCEND</td>
-    <td><a href="http://buildbot.cruncher2.dyndns.org/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://ascend.cheme.cmu.edu/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      John Pye writes to say that the <a
-      href="https://pse.cheme.cmu.edu/wiki/view/Ascend/AscendProject">ASCEND</a>
-      project is using a buildbot.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Logicalware</td>
-    <td><a href="http://www.logicalware.org/buildbot/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.logicalware.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Kevin Campbell reports that his company is using a buildbot to help
-      them provide commercial support of a product over a large range of
-      architectures.
-    </td>
-  </tr>
-
-  <tr>
-    <td>CodeSourcery</td>
-    <td>
-    </td>
-    <td><a href="http://www.codesourcery.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Stefan Seefeld is using a buildbot for internal builds and tests at his
-      company.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Xenomai</td>
-    <td><a href="http://ngiger.dyndns.org/buildbot/>
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.xenomai.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>
-      Niklaus Giger has set up a buildbot for the Xenomai project.
-    </td>
-  </tr>
-
-  <tr>
-    <td>Aqsis</td>
-    <td><a href="http://build.aqsis.org:8010/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.aqsis.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>Paul Gregory has set up a buildbot for the Aqsis rendering project
-    </td>
-  </tr>
-
-  <tr>
-    <td>Enfold Systems</td>
-    <td><a href="http://buildbot.enfoldsystems.com/">
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.enfoldsystems.com/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>Sidnei da Silva reports that his company has a buildbot to test and
-    drive automated builds. One of his buildslaves is installed as a Windows
-    Service (using py2exe). </td>
-  </tr>
-
-  <tr>
-    <td>Auger Observatory</td>
-    <td><a href="http://hepgis.physics.neu.edu:8010"/>
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.auger.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>Tom Paul reports that a buildbot is in use at the Pierre Auger
-      Observatory to test the data processing and analysis software in use
-      there. "The observatory is designed to unveil the origins and
-      composition of the highest energy cosmic rays, and is operated by a
-      collaboration of about 300 physicists (running code on quite a few
-      different platforms)". </td>
-  </tr>
-
-  <tr>
-    <td>Cheesecake</td>
-    <td><a href="http://agilistas.org:8888"/>
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://pycheesecake.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>Michal Kwiatkowski reports that the pycheesecake project is using
-        a buildbot to run all their functional and unit tests. This project
-        ranks many python packages according to such quality metrics like
-        pylint scores, percentage of documented methods, and
-        downloadability.</td>
-  </tr>
-
-  <tr>
-    <td>ReactOS</td>
-    <td><a href="http://reactos.dyndns.org:8010"/>
-      <img src="buildbot.png" alt="Buildbot" height="16" width="16"></a>
-    </td>
-    <td><a href="http://www.reactos.org/">
-      <img src="home.png" alt="home page" height="16" width="16"></a>
-    </td>
-    <td>Aleksey Bragin has set up a buildbot for the ReactOS project, to
-        automate the creation of installation CD images. This project is
-        dedicated to creating a GPLed windows-compatible operating system
-        from the ground up.</td>
-  </tr>
-
-  <tr>
-    <td></td>
-    <td>
-    </td>
-    <td>
-    </td>
-    <td><b>install a Buildbot today and get your name added here!</b>
-    </td>
-  </tr>
-
-</table>
-
-
-<p>
-<table class="legend">
-  <tr>
-    <td><img src="buildbot.png" alt="Buildbot" height="16" width="16"></td>
-    <td>link to the buildbot's main status page</td>
-  </tr>
-  <tr>
-    <td><img src="home.png" alt="home page" height="16" width="16"></td>
-    <td>link to the project's home page</td>
-  </tr>
-</table>
-</p>
-
-<hr />
-
-<a href="http://www.lothar.com/index.html">
- <img WIDTH="44" HEIGHT="32" ALIGN="left"
-      src="http://www.lothar.com/castle-icon.gif" />
-</a>
-<a href="http://sourceforge.net">
- <img src="http://sourceforge.net/sflogo.php?group_id=73177&type=5"
-      width="210" height="62" border="0" alt="SourceForge.net Logo"
-      align="right" />
-</a>
-<address>
- <a href="http://www.lothar.com/warner.html">Brian Warner</a>
- <warner @ lothar.com>
-</address>
-
-
-
+<p>This page has moved! Please check out our new Trac instance at <a
+href="http://buildbot.net/">http://buildbot.net</a>. It has everything you
+want to know about Buildbot configuration and development.</p>
 
-<p><font size="-1">The pretty home page icon <img src="home.png" alt="home
-page" height="16" width="16"> comes from the <a
-href="http://tango-project.org/Tango_Icon_Gallery">Tango Project</a>, and is
-used under the <a
-href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons
-Attribution Share-Alike license</a>.</font></p>
+<p>thanks!</p>
+<p> -Brian</p>
 
-<!-- hhmts start -->Last modified: Sun Aug  6 17:24:52 PDT 2006 <!-- hhmts end -->
+<!-- hhmts start -->Last modified: Fri Jul 13 00:21:01 PDT 2007 <!-- hhmts end -->
 </body> </html>





More information about the Commits mailing list