[Buildbot-commits] buildbot/docs .arch-inventory,1.2,1.3 Makefile,1.1,1.2 buildbot.texinfo,1.8,1.9 .cvsignore,1.1,1.2

Brian Warner warner at users.sourceforge.net
Tue Jul 19 23:12:02 UTC 2005


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17398/docs

Modified Files:
	.arch-inventory Makefile buildbot.texinfo .cvsignore 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-239
Creator:  Brian Warner <warner at monolith.lothar.com>

merge in build-on-branch code: Merged from warner at monolith.lothar.com--2005 (patch 0-18, 40-41)

Patches applied:

 * warner at monolith.lothar.com--2005/buildbot--dev--0--patch-40
   Merged from arch at buildbot.sf.net--2004 (patch 232-238)

 * warner at monolith.lothar.com--2005/buildbot--dev--0--patch-41
   Merged from local-usebranches (warner at monolith.lothar.com--2005/buildbot--usebranches--0( (patch 0-18)

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--base-0
   tag of warner at monolith.lothar.com--2005/buildbot--dev--0--patch-38

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-1
   rearrange build scheduling

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-2
   replace ugly 4-tuple with a distinct SourceStamp class

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-3
   document upcoming features, clean up CVS branch= argument

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-4
   Merged from arch at buildbot.sf.net--2004 (patch 227-231), warner at monolith.lothar.com--2005 (patch 39)

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-5
   implement per-Step Locks, add tests (which all fail)

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-6
   implement scheduler.Dependent, add (failing) tests

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-7
   make test_dependencies work

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-8
   finish making Locks work, tests now pass

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-9
   fix test failures when run against twisted >2.0.1

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-10
   rename test_interlock.py to test_locks.py

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-11
   add more Locks tests, add branch examples to manual

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-12
   rewrite test_vc.py, create repositories in setUp rather than offline

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-13
   make new tests work with twisted-1.3.0

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-14
   implement/test build-on-branch for most VC systems

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-15
   minor changes: test-case-name tags, init cleanup

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-16
   Merged from arch at buildbot.sf.net--2004 (patch 232-233)

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-17
   Merged from arch at buildbot.sf.net--2004 (patch 234-236)

 * warner at monolith.lothar.com--2005/buildbot--usebranches--0--patch-18
   Merged from arch at buildbot.sf.net--2004 (patch 237-238), warner at monolith.lothar.com--2005 (patch 40)


Index: .arch-inventory
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/.arch-inventory,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .arch-inventory	11 May 2005 23:25:25 -0000	1.2
+++ .arch-inventory	19 Jul 2005 23:12:00 -0000	1.3
@@ -1,2 +1,5 @@
 junk ^reference$
 precious \.info$
+precious ^buildbot.html$
+precious ^buildbot$
+precious ^buildbot.ps$

Index: .cvsignore
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- .cvsignore	2 Aug 2004 20:37:08 -0000	1.1
+++ .cvsignore	19 Jul 2005 23:12:00 -0000	1.2
@@ -1 +1,3 @@
 *.html
+*.info
+*.ps

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	11 May 2005 23:25:25 -0000	1.1
+++ Makefile	19 Jul 2005 23:12:00 -0000	1.2
@@ -1,3 +1,14 @@
 
 buildbot.info: buildbot.texinfo
 	makeinfo --fill-column=70 $<
+
+buildbot.html: buildbot.texinfo
+	makeinfo --no-split --html $<
+
+buildbot.ps: buildbot.texinfo
+	texi2dvi $<
+	dvips buildbot.dvi
+	rm buildbot.aux buildbot.cp buildbot.cps buildbot.fn buildbot.ky buildbot.log buildbot.pg buildbot.toc buildbot.tp buildbot.vr
+	rm buildbot.dvi
+
+

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- buildbot.texinfo	19 Jul 2005 19:49:34 -0000	1.8
+++ buildbot.texinfo	19 Jul 2005 23:12:00 -0000	1.9
@@ -42,6 +42,7 @@
 * Build Process::               Controlling how each build is run.
 * Status Delivery::             Telling the world about the build's results.
 * Resources::                   Getting help.
+* Developer's Appendix::        
 * Index::                       Complete index.
 
 @detailmenu
@@ -74,7 +75,10 @@
 Concepts
 
 * Version Control Systems::     
[...1610 lines suppressed...]
+as follows:
 
- at node Index,  , Resources, Top
+ at example
+BuildMaster
+ ChangeMaster  (in .change_svc)
+  [IChangeSource instances]
+ [IScheduler instances]  (in .schedulers)
+ BotMaster  (in .botmaster)
+ [IStatusTarget instances]  (in .statusTargets)
+ at end example
+
+The BotMaster has a collection of Builder objects as values of its
+ at code{.builders} dictionary.
+
+
+ at node Index,  , Developer's Appendix, Top
 @unnumbered Index
 
 @printindex cp





More information about the Commits mailing list