diff options
author | dancer <dancer> | 2006-01-13 12:01:52 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-01-13 12:01:52 +0000 |
commit | 46a799d5e3376eb4973ff3b42c19316f8dd9cb5b (patch) | |
tree | e9420a9ab6c2443839d65df6540151cf229d85a2 /Documentation | |
parent | 07fae94ede918c74194d350919ede7b7f8d7268a (diff) | |
download | pbuilder-46a799d5e3376eb4973ff3b42c19316f8dd9cb5b.tar pbuilder-46a799d5e3376eb4973ff3b42c19316f8dd9cb5b.tar.gz |
+
+ * debian/TODO: update notes on cowdancer.
+
+ * Documentation/pbuilder-doc.xml (BINDMOUNTS): add note on regression testing.
+
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 1 | ||||
-rw-r--r-- | Documentation/pbuilder-doc.xml | 10 |
2 files changed, 9 insertions, 2 deletions
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 <para> Testsuites are available in tests/ directory, and changes are expected not to break the testsuites. + <filename>./run-test.sh</filename> is a basic testsuite, which puts a summary in + <filename>run-test.log</filename>, and <filename>run-test-cdebootstrap.log</filename>. + <filename>./run-test-regression.sh</filename> is a regression testsuite, + which puts the result in <filename>run-test-regression.log</filename> </para> <para> 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. </para> + <para> + When releasing a new version of pbuilder, + the version is tagged with + <command>(shell-command "cd ../ ; cvs tag $(dpkg-parsechangelog | sed -n 's/\./_/;s/^Version: /release/p' )")</command> + </para> </sect1> </chapter> - <chapter id="otheruse"> <title>Other uses of pbuilder</title> <sect1 id="chroot"> |