[Buildbot-commits] buildbot ChangeLog,1.489,1.490 Makefile,1.14,1.15
Brian Warner
warner at users.sourceforge.net
Tue Aug 16 00:23:55 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24586
Modified Files:
ChangeLog Makefile
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-291
Creator: Brian Warner <warner at monolith.lothar.com>
implement 'try' for CVS (but it doesn't work on non-trunk)
* buildbot/scripts/tryclient.py (CVSExtractor): implement 'try'
for CVS trees. It doesn't work for non-trunk branches,
unfortunately.
* buildbot/test/test_vc.py (CVS.testTry): test it, but skip the
branch test
* Makefile: make it easier to test against python2.2
--This line, and those below, will be ignored--
Files to commit:
<can't compute list>
This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -d -r1.489 -r1.490
--- ChangeLog 15 Aug 2005 20:26:05 -0000 1.489
+++ ChangeLog 16 Aug 2005 00:23:52 -0000 1.490
@@ -1,5 +1,13 @@
2005-08-15 Brian Warner <warner at lothar.com>
+ * buildbot/scripts/tryclient.py (CVSExtractor): implement 'try'
+ for CVS trees. It doesn't work for non-trunk branches,
+ unfortunately.
+ * buildbot/test/test_vc.py (CVS.testTry): test it, but skip the
+ branch test
+
+ * Makefile: make it easier to test against python2.2
+
* buildbot/test/test_vc.py (VCBase.tearDown): provide for
tearDown2, so things like Arch can unregister archives as they're
shutting down. The previous subclass-override-tearDown technique
Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile 19 Jul 2005 23:12:00 -0000 1.14
+++ Makefile 16 Aug 2005 00:23:53 -0000 1.15
@@ -14,10 +14,11 @@
PP = PYTHONPATH=$(BBBASE):$(T)
.PHONY: test
+TRIAL=trial
TRIALARGS=-v
TEST=buildbot.test
test:
- $(PP) trial $(TRIALARGS) $(TEST)
+ $(PP) $(TRIAL) $(TRIALARGS) $(TEST)
#debuild -uc -us
More information about the Commits
mailing list