aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authordancer <dancer>2006-10-26 22:29:38 +0000
committerdancer <dancer>2006-10-26 22:29:38 +0000
commite337b001d3195636551bd7ef2f58c17f924bb48e (patch)
tree99b6f30e005f32b28995150f222b36437c201ea1 /Documentation
parentb200fe8e23998496730e92db3681866fd2c72c70 (diff)
downloadpbuilder-e337b001d3195636551bd7ef2f58c17f924bb48e.tar
pbuilder-e337b001d3195636551bd7ef2f58c17f924bb48e.tar.gz
update developer documentation
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pbuilder-doc.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index ac78e61..4addab6 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -1181,7 +1181,8 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder
<filename>./run-test.sh</filename> is a basic test-suite, 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 test-suite,
- which puts the result in <filename>run-test-regression.log</filename>
+ which puts the result in <filename>run-test-regression.log</filename>.
+ Currently, run-test.sh is ran automatically daily to ensure that pbuilder is working.
</para>
<para>
When making changes, a description of the change targeted at
@@ -1205,7 +1206,10 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder
When releasing a new version of <command>pbuilder</command>,
the version is tagged with the cvs tag
releaseX_XXX.
- <!-- (shell-command "cd ../ && cvs tag $(dpkg-parsechangelog | sed -n 's/\\./_/;s/^Version: /release/p' )") -->
+ <!--
+ If you are emacs user, eval (C-c C-e) this:
+ (shell-command "cd ../ && cvs tag $(dpkg-parsechangelog | sed -n 's/\\./_/;s/^Version: /release/p' )")
+ -->
</para>
</sect1>
</chapter>