[Buildbot-commits] site ChangeLog, 1.42, 1.43 manual-CVS.html, 1.4, 1.5

Brian Warner warner at users.sourceforge.net
Mon Jul 31 08:36:54 UTC 2006


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

Modified Files:
	ChangeLog manual-CVS.html 
Log Message:
updated manual-CVS.html, now with images

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/site/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- ChangeLog	12 Jul 2006 21:36:32 -0000	1.42
+++ ChangeLog	31 Jul 2006 08:36:52 -0000	1.43
@@ -1,3 +1,8 @@
+2006-07-31  Brian Warner  <warner at lothar.com>
+
+	* manual-CVS.html: updated, added images
+	* images/*.png: new diagrams for manual
+
 2006-07-12  Brian Warner  <warner at lothar.com>
 
 	* index.html: s/Ethereal/Wireshark/g, fix Browse-CVS link.

Index: manual-CVS.html
===================================================================
RCS file: /cvsroot/buildbot/site/manual-CVS.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- manual-CVS.html	25 Oct 2005 03:53:20 -0000	1.4
+++ manual-CVS.html	31 Jul 2006 08:36:52 -0000	1.5
@@ -1,15 +1,15 @@
 <html lang="en">
 <head>
-<title>BuildBot Manual 0.7.0</title>
+<title>BuildBot Manual 0.7.3+</title>
 <meta http-equiv="Content-Type" content="text/html">
-<meta name="description" content="BuildBot Manual 0.7.0">
+<meta name="description" content="BuildBot Manual 0.7.3+">
 <meta name="generator" content="makeinfo 4.8">
 <link title="Top" rel="top" href="#Top">
 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
 <!--
[...2169 lines suppressed...]
-at the Step level. Don't Do That.</p>
+   <p class="footnote"><small>[<a name="fn-7" href="#fnd-7">7</a>]</small> Build properties are serialized along with the
+build results, so they must be serializable. For this reason, the
+value of any build property should be simple inert data: strings,
+numbers, lists, tuples, and dictionaries. They should not contain
+class instances.</p>
+
+   <p class="footnote"><small>[<a name="fn-8" href="#fnd-8">8</a>]</small> Also note that a clever buildmaster admin
+could still create the opportunity for deadlock: Build A obtains Lock
+1, inside which Step A.two tries to acquire Lock 2 at the Step level. 
+Meanwhile Build B obtains Lock 2, and has a Step B.two which wants to
+acquire Lock 1 at the Step level. Don't Do That.</p>
+
+   <p class="footnote"><small>[<a name="fn-9" href="#fnd-9">9</a>]</small> It may even be possible to provide SSL access by using
+a specification like
+<code>"ssl:12345:privateKey=mykey.pen:certKey=cert.pem"</code>, but this is
+completely untested</p>
 
    <p><hr></div>
 





More information about the Commits mailing list