Author: jfs
Date: Tue Jan 11 22:58:36 2011
New Revision: 8107

URL: http://svn.debian.org/wsvn/?sc=1&rev=8107
Log:

 - Be more verbose of which step is being run.
 - Move the directory creation of 'manpages-dists' before per-release manpages 
links are created


Modified:
    man-cgi/extractor/generate-manpages-archive.sh

Modified: man-cgi/extractor/generate-manpages-archive.sh
URL: 
http://svn.debian.org/wsvn/man-cgi/extractor/generate-manpages-archive.sh?rev=8107&op=diff
==============================================================================
--- man-cgi/extractor/generate-manpages-archive.sh (original)
+++ man-cgi/extractor/generate-manpages-archive.sh Tue Jan 11 22:58:36 2011
@@ -32,10 +32,16 @@
     [ -e "logs/$log" ] && savelog -m 640 -c 7 "logs/$log"
 done
 
+echo -n "Extracting manpages from ${MIRRORDIR}/pool.."
 perl manpage-extractor.pl ${MIRRORDIR}/pool >$LOGDIR/extractor.log 
2>$LOGDIR/extractor.err
+echo ".done"
+echo -n "Extracting release-specific manpages in manpages-dists.."
+[ ! -d manpages-dists ] && mkdir manpages-dists
 perl files-release.pl -m ${MIRRORDIR} >$LOGDIR/files-release.log 
2>$LOGDIR/files-release.err
-[ ! -d manpages-dists ] && mkdir manpages-dists
+echo ".done"
+echo -n "Generating manpages indexes..."
 sh generate-indexes.sh >$LOGDIR/gen-index.log 2>$LOGDIR/gen-index.err
+echo ".done"
 
 # Add a timestamp to control when the archive has been updated
 touch manpages-files/timestamp


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to