[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r10402 - /man-cgi/extractor/README



Author: jfs
Date: Wed May 21 21:02:50 2014
New Revision: 10402

URL: http://svn.debian.org/wsvn/?sc=1&rev=10402
Log:
Update the cron example, to add listing the manpages in the archive and generating a final report. Also update the stats with the current values from glinka

Modified:
    man-cgi/extractor/README

Modified: man-cgi/extractor/README
URL: http://svn.debian.org/wsvn/man-cgi/extractor/README?rev=10402&op=diff
==============================================================================
--- man-cgi/extractor/README	(original)
+++ man-cgi/extractor/README	Wed May 21 21:02:50 2014
@@ -41,33 +41,38 @@
 (adjust the location of the script to where you installed it)
 
 -------------------------------------------------------------------------
-0 3 1 * * /srv/manpages.debian.org/extractor/generate-manpages-archive.sh
+0 3 1 * * /srv/manpages.debian.org/extractor/generate-manpages-archive.sh; \
+          /srv/manpages.debian.org/extractor/count-manpages-archive.sh ;
+          /srv/manpages.debian.org/extractor/compare-manpages-stats.pl
 ---------------------------------------------------------------------------
 
-In addition, you can run the 'count-manpages-archive.sh' script to count the
-number of manpages available (to make sure that the name increases and not
-decreases).
+The above crontab entry will run the extraction scripts and, in addition, you
+it will run the 'count-manpages-archive.sh' script to count the number of
+manpages available and the 'compare-manpages-stats.pl' script (to make sure that the
+name increases and not decreases).
+
+The final report will be sent through e-mail to the user running the cron entry.
 
 A sample output for the count-manpages-archive.sh is shown below 
-(generated in paganini.debian.org in October 2013)
+(generated in glinka.debian.org in May 2014)
 
 -------------------------------------------------------------------------
-experimental 31362
-jessie 123847
+experimental 9597
+jessie 116884
 jessie-backports 0
-jessie-proposed-updates 875
+jessie-proposed-updates 0
 jessie-updates 0
-lenny 76657
-lenny-proposed-updates 4986
-sid 138581
-squeeze 102343
-squeeze-proposed-updates 9711
+sid 117755
+squeeze 102277
+squeeze-lts 0
+squeeze-proposed-updates 198
 squeeze-updates 14
-wheezy 124672
-wheezy-backports 7816
-wheezy-proposed-updates 6447
+wheezy 112693
+wheezy-backports 7887
+wheezy-proposed-updates 332
 wheezy-updates 14
 -------------------------------------------------------------------------
+
 
 
 KNOWN BUGS
@@ -91,11 +96,12 @@
   or /usr/X11R6/man (e.g. packages with manpages managed through alternatives)
   they will not get extracted.
 
-- The script look for the manpages by 'brute-force'. They could determine which
+- The scripts look for the manpages by 'brute-force'. They could determine which
   packages have useful manpages by first going through the Contents.gz file
   for a given distrbution.
 
 --- 
 Javier Fernandez-Sanguino <jfs@debian.org>
-Tue, 05 Nov 2013 01:16:56 +0100
+Wed, 21 May 2014 23:00:19 +0200
 
+


Reply to: