[Buildbot-commits] buildbot ChangeLog, 1.829, 1.830 Makefile, 1.21, 1.22

Brian Warner warner at users.sourceforge.net
Sat Jan 27 21:14:14 UTC 2007


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

Modified Files:
	ChangeLog Makefile 
Log Message:
[project @ produce both .tar.gz and .zip source bundles. Closes SF#1222216]

Original author: warner at lothar.com
Date: 2007-01-27 21:13:30

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.829
retrieving revision 1.830
diff -u -d -r1.829 -r1.830
--- ChangeLog	23 Jan 2007 21:04:40 -0000	1.829
+++ ChangeLog	27 Jan 2007 21:14:12 -0000	1.830
@@ -1,3 +1,8 @@
+2007-01-27  Brian Warner  <warner at lothar.com>
+
+	* Makefile (release): produce both .tar.gz and .zip source bundles.
+	Closes SF#1222216.
+
 2007-01-23  Brian Warner  <warner at lothar.com>
 
 	* buildbot/changes/freshcvsmail.py: hush a pyflakes warning

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile	6 Sep 2006 00:41:54 -0000	1.21
+++ Makefile	27 Jan 2007 21:14:12 -0000	1.22
@@ -50,7 +50,7 @@
 	rm -rf _trial_temp
 	python ./setup.py clean
 	rm -f MANIFEST
-	python ./setup.py sdist
+	python ./setup.py sdist --formats gztar,zip
 
 FLAKES=buildbot
 pyflakes:





More information about the Commits mailing list