[Buildbot-commits] buildbot ChangeLog, 1.715, 1.716 MANIFEST.in, 1.21, 1.22 Makefile, 1.19, 1.20
Brian Warner
warner at users.sourceforge.net
Wed Aug 23 04:02:32 UTC 2006
- Previous message (by thread): [Buildbot-commits] buildbot ChangeLog,1.714,1.715
- Next message (by thread): [Buildbot-commits] buildbot CREDITS, NONE, 1.1 ChangeLog, 1.716, 1.717 MANIFEST.in, 1.22, 1.23 NEWS, 1.56, 1.57 README, 1.32, 1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11434
Modified Files:
ChangeLog MANIFEST.in Makefile
Log Message:
[project @ stop shipping the PyCon-2003 paper, start shipping .html manual w/images]
Original author: warner at lothar.com
Date: 2006-08-23 04:01:08
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -d -r1.715 -r1.716
--- ChangeLog 23 Aug 2006 04:02:18 -0000 1.715
+++ ChangeLog 23 Aug 2006 04:02:30 -0000 1.716
@@ -1,5 +1,11 @@
2006-08-22 Brian Warner <warner at lothar.com>
+ * MANIFEST.in: stop shipping the old PyCon-2003 paper.. with the
+ new diagrams, the user's manual is more informative than it was.
+ Start shipping the .html user's manual (and generated .png
+ images).
+ * Makefile: update 'release' target to match
+
* buildbot/test/test_web.py (GetURL.testBrokenStuff): delete this
test.. I think the web-parts effort will render it pointless well
before it ever actually starts to work.
Index: MANIFEST.in
===================================================================
RCS file: /cvsroot/buildbot/buildbot/MANIFEST.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- MANIFEST.in 18 Jun 2005 02:50:39 -0000 1.21
+++ MANIFEST.in 23 Aug 2006 04:02:30 -0000 1.22
@@ -1,10 +1,9 @@
include ChangeLog MANIFEST.in README README.w32 NEWS
-include docs/PyCon-2003/buildbot.html docs/PyCon-2003/stylesheet.css
-include docs/PyCon-2003/overview.png docs/PyCon-2003/slave.png
-include docs/PyCon-2003/waterfall.png
include docs/examples/*.cfg
-include docs/buildbot.texinfo docs/buildbot.info
+include docs/buildbot.texinfo
+include docs/buildbot.info
+include docs/buildbot.html docs/images/*.png
include docs/epyrun docs/gen-reference
include buildbot/test/mail/* buildbot/test/subdir/*
include buildbot/scripts/sample.cfg
@@ -12,6 +11,4 @@
include buildbot/clients/debug.glade
include buildbot/buildbot.png
-exclude buildbot/test/test_trial.py
-
include contrib/* contrib/windows/*
Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile 16 Jul 2006 03:34:21 -0000 1.19
+++ Makefile 23 Aug 2006 04:02:30 -0000 1.20
@@ -30,9 +30,9 @@
"snapshot build"
debuild binary
-.PHONY: docs apidocs paper
+.PHONY: docs apidocs some-apidocs paper
docs:
- $(MAKE) -C docs buildbot.info
+ $(MAKE) -C docs buildbot.info buildbot.html
apidocs:
PYTHONPATH=.:$(T) python docs/epyrun -o docs/reference
@@ -41,12 +41,12 @@
paper:
$(MAKE) -C docs/PyCon-2003 all
-release: docs paper
+release: docs
chmod 0755 .
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
+ chmod a+x bin/buildbot contrib/*.py contrib/windows/*.py
rm -rf _trial_temp
python ./setup.py clean
rm -f MANIFEST
- Previous message (by thread): [Buildbot-commits] buildbot ChangeLog,1.714,1.715
- Next message (by thread): [Buildbot-commits] buildbot CREDITS, NONE, 1.1 ChangeLog, 1.716, 1.717 MANIFEST.in, 1.22, 1.23 NEWS, 1.56, 1.57 README, 1.32, 1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list