[Buildbot-commits] buildbot setup.py,1.33,1.34 ChangeLog,1.423,1.424 Makefile,1.7,1.8

Brian Warner warner at users.sourceforge.net
Wed May 11 23:30:17 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18396

Modified Files:
	setup.py ChangeLog Makefile 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-154
Creator:  Brian Warner <warner at monolith.lothar.com>

make sure debug.glade gets installed properly

	* setup.py: oops, install debug.glade so 'buildbot debugclient'
	will actually work
	* Makefile: update the deb-snapshot version


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -d -r1.423 -r1.424
--- ChangeLog	11 May 2005 23:25:25 -0000	1.423
+++ ChangeLog	11 May 2005 23:30:15 -0000	1.424
@@ -1,5 +1,9 @@
 2005-05-11  Brian Warner  <warner at lothar.com>
 
+	* setup.py: oops, install debug.glade so 'buildbot debugclient'
+	will actually work
+	* Makefile: update the deb-snapshot version
+
 	* 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

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile	26 Apr 2005 18:36:53 -0000	1.7
+++ Makefile	11 May 2005 23:30:15 -0000	1.8
@@ -22,7 +22,7 @@
 #debuild -uc -us
 
 deb-snapshot:
-	debchange --newversion 0.6.3.snapshot.`date +%Y.%m.%d.%H.%M.%S` \
+	debchange --newversion 0.6.4.snapshot.`date +%Y.%m.%d.%H.%M.%S` \
 	 "snapshot build"
 	debuild binary
 

Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- setup.py	10 May 2005 19:32:04 -0000	1.33
+++ setup.py	11 May 2005 23:30:15 -0000	1.34
@@ -53,6 +53,7 @@
                 "buildbot.scripts",
                 "buildbot.test"],
       data_files=[("buildbot", ["buildbot/buildbot.png"]),
+                  ("buildbot/clients", ["buildbot/clients/debug.glade"]),
                   ("buildbot/status", ["buildbot/status/classic.css"]),
                   ("buildbot/scripts", ["buildbot/scripts/sample.cfg",
                                         "buildbot/scripts/sample.mk"]),],





More information about the Commits mailing list