From 46a799d5e3376eb4973ff3b42c19316f8dd9cb5b Mon Sep 17 00:00:00 2001 From: dancer Date: Fri, 13 Jan 2006 12:01:52 +0000 Subject: + + * debian/TODO: update notes on cowdancer. + + * Documentation/pbuilder-doc.xml (BINDMOUNTS): add note on regression testing. + --- Documentation/Makefile | 1 - Documentation/pbuilder-doc.xml | 10 +++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/Makefile b/Documentation/Makefile index 190edca..d0bd5ad 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -11,7 +11,6 @@ all: pbuilder-doc.html xsltproc pbuilder-doc.xsl $< > $@.tmp mv $@.tmp $@ - install: pbuilder-doc.html install -d -m 755 -o root -g root $(DESTDIR)/usr/share/doc/pbuilder/ install -m 644 -o root -g root pbuilder-doc.html $(DESTDIR)/usr/share/doc/pbuilder/ diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 649eea5..197e0c3 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1117,6 +1117,10 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder Testsuites are available in tests/ directory, and changes are expected not to break the testsuites. + ./run-test.sh is a basic testsuite, which puts a summary in + run-test.log, and run-test-cdebootstrap.log. + ./run-test-regression.sh is a regression testsuite, + which puts the result in run-test-regression.log When making changes, a description of the @@ -1138,9 +1142,13 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder when people start using it. emacs todoo-mode is used in editing the file. + + When releasing a new version of pbuilder, + the version is tagged with + (shell-command "cd ../ ; cvs tag $(dpkg-parsechangelog | sed -n 's/\./_/;s/^Version: /release/p' )") + - Other uses of pbuilder -- cgit v1.2.3