[Pbuilder-maint] pbuilder CVS update: pbuilder/Documentation
pbuilder-doc.xml Makefile
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Fri Jan 13 12:02:17 UTC 2006
User: dancer
Date: 06/01/13 12:02:17
Modified: Documentation pbuilder-doc.xml Makefile
Log:
+
+ * debian/TODO: update notes on cowdancer.
+
+ * Documentation/pbuilder-doc.xml (BINDMOUNTS): add note on regression testing.
+
Revision Changes Path
1.63 +10 -2 pbuilder/Documentation/pbuilder-doc.xml
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/pbuilder-doc.xml?annotate=1.63&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/pbuilder-doc.xml?rev=1.63&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/pbuilder-doc.xml.diff?r1=1.63&r2=1.62&cvsroot=
-----------------------------------
Index: pbuilder-doc.xml
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/Documentation/pbuilder-doc.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- pbuilder-doc.xml 19 Dec 2005 14:34:12 -0000 1.62
+++ pbuilder-doc.xml 13 Jan 2006 12:02:13 -0000 1.63
@@ -1117,6 +1117,10 @@
<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 @@
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">
1.6 +0 -1 pbuilder/Documentation/Makefile
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/Makefile?annotate=1.6&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/Makefile?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/Documentation/Makefile.diff?r1=1.6&r2=1.5&cvsroot=
-----------------------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/Documentation/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 4 Sep 2005 03:16:01 -0000 1.5
+++ Makefile 13 Jan 2006 12:02:14 -0000 1.6
@@ -11,7 +11,6 @@
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/
More information about the Pbuilder-maint
mailing list