diff options
-rw-r--r-- | Documentation/pbuilder-doc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index c9ac0c5..34bea20 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -1144,8 +1144,9 @@ cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/pbuilder co pbuilder </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> + the version is tagged with the cvs tag + releaseX_XXX. + <!-- (shell-command "cd ../ && cvs tag $(dpkg-parsechangelog | sed -n 's/\\./_/;s/^Version: /release/p' )") --> </para> </sect1> </chapter> |