[Buildbot-commits] buildbot Makefile,1.11,1.12 MANIFEST.in,1.20,1.21 ChangeLog,1.459,1.460
Brian Warner
warner at users.sourceforge.net
Sat Jun 18 02:50:41 UTC 2005
- Previous message (by thread): [Buildbot-commits] buildbot/debian rules,1.2,NONE prerm,1.1,NONE preinst,1.1,NONE postrm,1.1,NONE postinst,1.1,NONE examples,1.1,NONE docs,1.1,NONE copyright,1.1,NONE control,1.1,NONE compat,1.1,NONE changelog,1.10,NONE buildbot.init,1.1,NONE buildbot.default,1.1,NONE
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_vc.py,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30322
Modified Files:
Makefile MANIFEST.in ChangeLog
Log Message:
* debian/*: remove the debian/ directory and its contents, to make
life easier for the proper Debian maintainer
* MANIFEST.in: same
* Makefile (release): same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.459
retrieving revision 1.460
diff -u -d -r1.459 -r1.460
--- ChangeLog 24 May 2005 22:33:00 -0000 1.459
+++ ChangeLog 18 Jun 2005 02:50:39 -0000 1.460
@@ -1,3 +1,10 @@
+2005-06-17 Brian Warner <warner at lothar.com>
+
+ * debian/*: remove the debian/ directory and its contents, to make
+ life easier for the proper Debian maintainer
+ * MANIFEST.in: same
+ * Makefile (release): same
+
2005-05-24 Brian Warner <warner at lothar.com>
* buildbot/pbutil.py (ReconnectingPBClientFactory): Twisted-1.3
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/buildbot/buildbot/MANIFEST.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- MANIFEST.in 17 May 2005 20:04:21 -0000 1.20
+++ MANIFEST.in 18 Jun 2005 02:50:39 -0000 1.21
@@ -15,4 +15,3 @@
exclude buildbot/test/test_trial.py
include contrib/* contrib/windows/*
-include debian/*
Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile 22 May 2005 02:16:14 -0000 1.11
+++ Makefile 18 Jun 2005 02:50:39 -0000 1.12
@@ -36,10 +36,10 @@
release: docs paper
chmod 0755 .
- find buildbot contrib debian docs -type d -exec chmod 0755 {} \;
- find bin buildbot contrib debian docs -type f -exec chmod 0644 {} \;
+ find buildbot contrib docs -type d -exec chmod 0755 {} \;
+ find bin buildbot contrib docs -type f -exec chmod 0644 {} \;
chmod 0644 ChangeLog MANIFEST* NEWS README* setup.py
- chmod a+x bin/buildbot contrib/*.py debian/rules
+ chmod a+x bin/buildbot contrib/*.py
rm -rf _trial_temp
python ./setup.py clean
python ./setup.py sdist
- Previous message (by thread): [Buildbot-commits] buildbot/debian rules,1.2,NONE prerm,1.1,NONE preinst,1.1,NONE postrm,1.1,NONE postinst,1.1,NONE examples,1.1,NONE docs,1.1,NONE copyright,1.1,NONE control,1.1,NONE compat,1.1,NONE changelog,1.10,NONE buildbot.init,1.1,NONE buildbot.default,1.1,NONE
- Next message (by thread): [Buildbot-commits] buildbot/buildbot/test test_vc.py,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list