The run below is mostly typical. It is slightly unusual because I released 0.0.32 twice on this run. So the output on some of the cvs related tagging commands are not what you would typically see. /trees/rero/src$ ./rero -dv rero Configuration found at: /home/mike/.rerorc Loaded profiles: rero wsmake Releasing rero... Step 0: Load Cache Last Version: 0.0.31 Step 1: Detecting Changes Checking MD5 sums... Checking `/tmp/release-rero'...changed. Total Changes Detected: 1 Passed threshold, will attempt release. (100% / 100%) Step 2: Finding New Version New Version: 0.0.32 Step 3: Apply Control Tag Applying control tag: rero-0-0-32 Running command: cd /tmp && cvs -d mike@ns1.wsmake.org:/modules rtag -F test-0-0-32 rero mike@ns1.wsmake.org's password: cvs rtag: Tagging rero cvs rtag: Tagging rero/docs cvs rtag: Tagging rero/src Step 4: Checkout on Tag Using tag: test-0-0-32 Running command: cd /tmp && cvs -d mike@ns1.wsmake.org:/modules co -r test-0-0-32 rero mike@ns1.wsmake.org's password: cvs server: Updating rero U rero/.cvsignore U rero/AUTHORS U rero/COPYING U rero/ChangeLog U rero/INSTALL U rero/Makefile.am U rero/NEWS U rero/README U rero/TODO U rero/bootstrap U rero/configure.ac cvs server: Updating rero/docs U rero/docs/.cvsignore U rero/docs/Makefile.am U rero/docs/example.rerorc U rero/docs/fdl.texi U rero/docs/rero.texi cvs server: Updating rero/src U rero/src/.cvsignore U rero/src/Makefile.am U rero/src/rero.in Step 5: Update Version Step 6: Bootstrap Running command: cd /tmp && cd rero && ./bootstrap + aclocal + automake --add-missing --copy configure.ac: installing `./install-sh' configure.ac: installing `./mkinstalldirs' configure.ac: installing `./missing' docs/Makefile.am:7: installing `docs/mdate-sh' docs/Makefile.am:7: installing `docs/texinfo.tex' + autoconf Step 7: Prebuild Running command: cd /tmp && cd rero && ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets ${MAKE}... yes configure: creating ./config.status config.status: creating docs/Makefile config.status: creating src/Makefile config.status: creating Makefile config.status: creating src/rero Step 8: Build Running command: cd /tmp && cd rero && make Making all in docs make[1]: Entering directory `/tmp/rero/docs' Updating vers-rero.texi /bin/bash /tmp/rero/missing --run makeinfo -I . \ -o rero.info `test -f 'rero.texi' || echo './'`rero.texi texi2html -split section -number \ -subdir rero \ -top_file index.html rero.texi make[1]: Leaving directory `/tmp/rero/docs' Making all in src make[1]: Entering directory `/tmp/rero/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/rero/src' make[1]: Entering directory `/tmp/rero' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/tmp/rero' Step 9: Postbuild Running command: cd /tmp && scp rero/ChangeLog ns1.wsmake.org:/web/org/wsmake/rero/docs/ChangeLog && scp /home/mike/.rerorc ns1.wsmake.org:/web/org/wsmake/rero/docs/example.rerorc && scp rero/README ns1.wsmake.org:/web/org/wsmake/rero/docs/README && scp rero/TODO ns1.wsmake.org:/web/org/wsmake/rero/docs/TODO && scp /home/mike/.rerocache-rero ns1.wsmake.org:/web/org/wsmake/rero/docs/example.rerocache-rero mike@ns1.wsmake.org's password: ChangeLog 100% |*********************************************| 3516 00:00 mike@ns1.wsmake.org's password: .rerorc 100% |*********************************************| 1827 00:00 mike@ns1.wsmake.org's password: README 100% |*********************************************| 3382 00:00 mike@ns1.wsmake.org's password: TODO 100% |*********************************************| 911 00:00 mike@ns1.wsmake.org's password: .rerocache-rero 100% |*********************************************| 105 00:00 Step 10: Check Running command: cd /tmp && cd rero && make check Making check in docs make[1]: Entering directory `/tmp/rero/docs' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/tmp/rero/docs' Making check in src make[1]: Entering directory `/tmp/rero/src' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/tmp/rero/src' make[1]: Entering directory `/tmp/rero' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/tmp/rero' Step 11: Distribute Running command: cd /tmp && cd rero && make dist { test ! -d rero-0.0.32 || { find rero-0.0.32 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr rero-0.0.32; }; } mkdir rero-0.0.32 /bin/bash ./mkinstalldirs rero-0.0.32/src mkdir -p -- rero-0.0.32/src list='docs src'; for subdir in $list; do \ if test "$subdir" = .; then :; else \ test -d rero-0.0.32/$subdir \ || mkdir rero-0.0.32/$subdir \ || exit 1; \ (cd $subdir && \ make \ top_distdir="." \ distdir=../rero-0.0.32/$subdir \ distdir) \ || exit 1; \ fi; \ done make[1]: Entering directory `/tmp/rero/docs' make \ top_distdir="." distdir="../rero-0.0.32/docs" \ dist-info make[2]: Entering directory `/tmp/rero/docs' list='rero.info'; \ for base in $list; do \ if test -f $base; then d=.; else d=.; fi; \ for file in $d/$base*; do \ relfile=`expr "$file" : "$d/\(.*\)"`; \ test -f ../rero-0.0.32/docs/$relfile || \ cp -p $file ../rero-0.0.32/docs/$relfile; \ done; \ done make[2]: Leaving directory `/tmp/rero/docs' make[1]: Leaving directory `/tmp/rero/docs' make[1]: Entering directory `/tmp/rero/src' make[1]: Leaving directory `/tmp/rero/src' find rero-0.0.32 -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /tmp/rero/install-sh -c -m a+r {} {} \; \ || chmod -R a+r rero-0.0.32 /bin/bash /tmp/rero/missing --run tar chof - rero-0.0.32 | GZIP=--best gzip -c >rero-0.0.32.tar.gz { test ! -d rero-0.0.32 || { find rero-0.0.32 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr rero-0.0.32; }; } Running command: cd /tmp && scp rero/rero-*.tar.gz mike@ns1.wsmake.org:/home/ftp/pub/rero mike@ns1.wsmake.org's password: rero-0.0.32.tar.gz 100% |*********************************************| 144 KB 00:00 Step 12: Apply Release Tag Renaming control tag to: rero-0-0-32 Running command: cd /tmp && cvs -d mike@ns1.wsmake.org:/modules rtag -r test-0-0-32 rero-0-0-32 rero mike@ns1.wsmake.org's password: W rero/ChangeLog : rero-0-0-32 already exists on version 1.24 : NOT MOVING tag to version 1.25 W rero/TODO : rero-0-0-32 already exists on version 1.7 : NOT MOVING tag to version 1.8 W rero/docs/rero.texi : rero-0-0-32 already exists on version 1.13 : NOT MOVING tag to version 1.15 W rero/src/rero.in : rero-0-0-32 already exists on version 1.31 : NOT MOVING tag to version 1.33 cvs rtag: Tagging rero cvs rtag: Tagging rero/docs cvs rtag: Tagging rero/src Running command: cd /tmp && cvs -d mike@ns1.wsmake.org:/modules rtag -d test-0-0-32 rero mike@ns1.wsmake.org's password: cvs rtag: Untagging rero cvs rtag: Untagging rero/docs cvs rtag: Untagging rero/src Step 13: Clean Up Running command: cd /tmp && echo y | cvs -d mike@ns1.wsmake.org:/modules release -d rero mike@ns1.wsmake.org's password: mike@ns1.wsmake.org's password: cvs server: .cvsignore is no longer in the repository cvs server: AUTHORS is no longer in the repository cvs server: COPYING is no longer in the repository cvs server: ChangeLog is no longer in the repository cvs server: INSTALL is no longer in the repository cvs server: Makefile.am is no longer in the repository cvs server: NEWS is no longer in the repository cvs server: README is no longer in the repository cvs server: TODO is no longer in the repository cvs server: bootstrap is no longer in the repository cvs server: conflict: configure.ac is modified but no longer in the repository cvs server: docs/.cvsignore is no longer in the repositoryC configure.ac cvs server: docs/Makefile.am is no longer in the repository cvs server: docs/example.rerorc is no longer in the repository cvs server: docs/fdl.texi is no longer in the repository cvs server: docs/rero.texi is no longer in the repository cvs server: src/.cvsignore is no longer in the repository cvs server: src/Makefile.am is no longer in the repository cvs server: src/rero.in is no longer in the repository cvs release: unable to release `rero' Step 14: Announce Skipping announce step. (use -a to disable) Step 15: Update Cache Success. /trees/rero/src$