[Buildbot-commits] buildbot MANIFEST.in,1.18,1.19 ChangeLog,1.422,1.423
Brian Warner
warner at users.sourceforge.net
Wed May 11 23:25:27 UTC 2005
- Previous message (by thread): [Buildbot-commits] buildbot ChangeLog,1.421,1.422
- Next message (by thread): [Buildbot-commits] buildbot/docs Makefile,NONE,1.1 buildbot.texinfo,NONE,1.1 .arch-inventory,1.1,1.2 steps.xhtml,1.7,NONE source.xhtml,1.5,NONE config.xhtml,1.8,NONE changes.xhtml,1.2,NONE template.tpl,1.1,NONE stylesheet.css,1.1,NONE factories.xhtml,1.6,NONE users.xhtml,1.2,NONE slave.xhtml,1.2,NONE stylesheet-unprocessed.css,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17958
Modified Files:
MANIFEST.in ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-151
Creator: Brian Warner <warner at monolith.lothar.com>
move all *.xhtml docs to buildbot.texinfo
* docs/buildbot.texinfo: move all .xhtml docs into a new
.texinfo-format document, adding a lot of material in the process.
This is starting to look like a real user's manual. Removed all
the Lore-related files: *.xhtml, *.css, template.tpl .
* docs/Makefile: simple makefile to run 'makeinfo'
* buildbot/scripts/sample.cfg: rearrange slightly
* MANIFEST.in: include .info and .textinfo, don't include *.xhtml
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- ChangeLog 10 May 2005 22:22:37 -0000 1.422
+++ ChangeLog 11 May 2005 23:25:25 -0000 1.423
@@ -1,3 +1,13 @@
+2005-05-11 Brian Warner <warner at lothar.com>
+
+ * docs/buildbot.texinfo: move all .xhtml docs into a new
+ .texinfo-format document, adding a lot of material in the process.
+ This is starting to look like a real user's manual. Removed all
+ the Lore-related files: *.xhtml, *.css, template.tpl .
+ * docs/Makefile: simple makefile to run 'makeinfo'
+ * buildbot/scripts/sample.cfg: rearrange slightly
+ * MANIFEST.in: include .info and .textinfo, don't include *.xhtml
+
2005-05-10 Brian Warner <warner at lothar.com>
* buildbot/scripts/runner.py (start): Twisted-1.3.0 used a
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/buildbot/buildbot/MANIFEST.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- MANIFEST.in 10 May 2005 19:32:07 -0000 1.18
+++ MANIFEST.in 11 May 2005 23:25:25 -0000 1.19
@@ -4,7 +4,7 @@
include docs/PyCon-2003/overview.png docs/PyCon-2003/slave.png
include docs/PyCon-2003/waterfall.png
include docs/examples/*.cfg
-include docs/*.xhtml docs/*.css docs/*.tpl
+include docs/buildbot.texinfo docs/buildbot.info
include docs/epyrun docs/gen-reference
include buildbot/test/mail/* buildbot/test/subdir/*
include buildbot/scripts/sample.cfg buildbot/scripts/sample.mk
- Previous message (by thread): [Buildbot-commits] buildbot ChangeLog,1.421,1.422
- Next message (by thread): [Buildbot-commits] buildbot/docs Makefile,NONE,1.1 buildbot.texinfo,NONE,1.1 .arch-inventory,1.1,1.2 steps.xhtml,1.7,NONE source.xhtml,1.5,NONE config.xhtml,1.8,NONE changes.xhtml,1.2,NONE template.tpl,1.1,NONE stylesheet.css,1.1,NONE factories.xhtml,1.6,NONE users.xhtml,1.2,NONE slave.xhtml,1.2,NONE stylesheet-unprocessed.css,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list