[Buildbot-commits] buildbot/buildbot/scripts runner.py,1.23,1.24
Brian Warner
warner at users.sourceforge.net
Wed May 18 00:29:45 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32706/buildbot/scripts
Modified Files:
runner.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-197
Creator: Brian Warner <warner at monolith.lothar.com>
minor updates
* buildbot/scripts/runner.py (makefile_sample): remove the leading
newline
* buildbot/status/mail.py (MailNotifier): oops, forgot to upcall
* Makefile: update some release-related stuff
Index: runner.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/runner.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- runner.py 17 May 2005 20:04:09 -0000 1.23
+++ runner.py 18 May 2005 00:29:43 -0000 1.24
@@ -34,8 +34,7 @@
raise usage.UsageError("<basedir> parameter is required")
self['basedir'] = os.path.abspath(self['basedir'])
-makefile_sample = """
-# -*- makefile -*-
+makefile_sample = """# -*- makefile -*-
# This is a simple makefile which lives in a buildmaster/buildslave
# directory (next to the buildbot.tac file). It allows you to start/stop the
More information about the Commits
mailing list