[Buildbot-commits] buildbot README,1.26,1.27 ChangeLog,1.451,1.452
Brian Warner
warner at users.sourceforge.net
Wed May 18 08:01:40 UTC 2005
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot __init__.py,1.12,1.13
- Next message (by thread): [Buildbot-commits] site ChangeLog,1.20,1.21 NEWS,1.6,1.7 README,1.13,1.14 index.html,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12144
Modified Files:
README ChangeLog
Log Message:
(version): Releasing buildbot-0.6.5
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.451
retrieving revision 1.452
diff -u -d -r1.451 -r1.452
--- ChangeLog 18 May 2005 07:49:31 -0000 1.451
+++ ChangeLog 18 May 2005 08:01:36 -0000 1.452
@@ -1,5 +1,12 @@
2005-05-18 Brian Warner <warner at lothar.com>
+ * buildbot/__init__.py (version): Releasing buildbot-0.6.5
+
+2005-05-18 Brian Warner <warner at lothar.com>
+
+ * README: update for 0.6.5
+ * debian/changelog: same
+
* buildbot/changes/changes.py: rename tag= to branch=, since
that's how we're using it, and my design for the upcoming "build a
specific branch" feature wants it. also, tag= was too CVS-centric
Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- README 6 May 2005 04:57:58 -0000 1.26
+++ README 18 May 2005 08:01:36 -0000 1.27
@@ -43,6 +43,10 @@
The PyCon paper has a good description of the overall architecture. It is
available in HTML form in docs/PyCon-2003/buildbot.html, or on the web page.
+docs/buildbot.info contains the beginnings of the User's Manual, and the
+Installation chapter is the best guide to use for setup instructions. The
+.texinfo source can also be turned into printed documentation.
+
REQUIREMENTS:
Python: http://www.python.org
@@ -61,12 +65,10 @@
with Twisted-1.1.0, but 1.3.0 is the version that has received the most
testing.
- They run against Twisted-2.0.0 as well, albeit with a number of warnings
- about the use of deprecated features. If you use Twisted-2.0, you'll need
- at least "Twisted" (the core package), and you'll also want TwistedMail,
- TwistedWeb, TwistedWords, and TwistedLore (for sending email, serving a
- web status page, delivering build status via IRC, and generating the HTML
- documentation, respectively).
+ Both work with Twisted-2.0.0 as well. You'll need at least "Twisted" (the
+ core package), and you'll also want TwistedMail, TwistedWeb, and
+ TwistedWords (for sending email, serving a web status page, and delivering
+ build status via IRC, respectively).
CVSToys: http://purl.net/net/CVSToys
@@ -76,16 +78,18 @@
a mail-parsing change source, or the SVN notification script), you will
not need CVSToys.
-
INSTALLATION:
+Please read the User's Manual in docs/buildbot.info for complete
+instructions.
+
RUNNING THE UNIT TESTS
If you would like to run the unit test suite, use a command like this:
PYTHONPATH=. trial -v buildbot.test
-This should run up to 109 tests, depending upon what VC tools you have
+This should run up to 124 tests, depending upon what VC tools you have
installed. On my desktop machine it takes about two minutes to complete.
Nothing should fail, a few might be skipped. If any of the tests fail, you
should stop and investigate the cause before continuing the installation
- Previous message (by thread): [Buildbot-commits] buildbot/buildbot __init__.py,1.12,1.13
- Next message (by thread): [Buildbot-commits] site ChangeLog,1.20,1.21 NEWS,1.6,1.7 README,1.13,1.14 index.html,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list