[Buildbot-commits] buildbot Makefile,1.6,1.7

Brian Warner warner at users.sourceforge.net
Tue Apr 26 18:36:55 UTC 2005


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

Modified Files:
	Makefile 
Log Message:
update the deb-snapshot target's base version number


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





More information about the Commits mailing list