[Buildbot-commits] buildbot README,1.22,1.23 NEWS,1.32,1.33 MANIFEST.in,1.12,1.13
Brian Warner
warner at users.sourceforge.net
Tue Nov 23 11:18:42 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10487
Modified Files:
README NEWS MANIFEST.in
Log Message:
* NEWS: update for the 0.6.1 release
* MANIFEST.in: add new files
* README (INSTALLATION): explain how to enable the extra VC tests
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/buildbot/buildbot/MANIFEST.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- MANIFEST.in 1 Oct 2004 02:45:54 -0000 1.12
+++ MANIFEST.in 23 Nov 2004 11:18:40 -0000 1.13
@@ -7,9 +7,9 @@
include docs/*.xhtml docs/*.css docs/*.tpl
include buildbot/plugins.tml
include buildbot/test/mail/* buildbot/test/subdir/*
-include buildbot/scripts/sample.cfg
+include buildbot/scripts/sample.cfg buildbot/scripts/sample.mk
exclude buildbot/test/test_trial.py
-include contrib/*
+include contrib/* contrib/windows/*
include debian/*
Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- NEWS 23 Nov 2004 01:52:41 -0000 1.32
+++ NEWS 23 Nov 2004 11:18:40 -0000 1.33
@@ -1,6 +1,6 @@
User visible changes in Buildbot.
-* Release 0.6.1 (?)
+* Release 0.6.1 (23 Nov 2004)
** win32 improvements/bugfixes
Index: README
===================================================================
RCS file: /cvsroot/buildbot/buildbot/README,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- README 23 Nov 2004 01:24:30 -0000 1.22
+++ README 23 Nov 2004 11:18:40 -0000 1.23
@@ -84,10 +84,13 @@
the installation process, as it will probably be easier to track down the bug
early.
-If you want to test the VC checkout process, you'll need to install a tarball
-of repositories, available from http://buildbot.sf.net/ . Otherwise there are
-about 8 tests which will be skipped (all with names like testSVN and
-testArchHTTP).
+If you want to test the VC checkout process, you'll need to install a
+tarball of repositories, available from http://buildbot.sf.net/ . Otherwise
+there are about 8 tests which will be skipped (all with names like testSVN
+and testArchHTTP). If you unpack this tarball in ~/tmp, it will create
+~/tmp/buildbot-test-vc-1, and you can enable the extra tests with:
+
+ PYTHONPATH=. BUILDBOT_TEST_VC=~/tmp trial -v buildbot.test
INSTALLING THE LIBRARIES:
More information about the Commits
mailing list