[Debian-l10n-commits] dl10n branch master updated. 3ade55eac7e1a362a8e90fce252c77f43ee5e753

Christian Perrier bubulle at alioth.debian.org
Thu Aug 9 11:58:14 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  3ade55eac7e1a362a8e90fce252c77f43ee5e753 (commit)
      from  bd50ce2cac34a1c99576b4842e4f6ceb7f185aea (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=3ade55eac7e1a362a8e90fce252c77f43ee5e753

commit 3ade55eac7e1a362a8e90fce252c77f43ee5e753
Author: Christian PERRIER <bubulle at debian.org>
Date:   Thu Aug 9 13:58:07 2012 +0200

    Don't calculate things for manpages when there is a second argument

-----------------------------------------------------------------------

Summary of changes:
 cron/l10n-rrd |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/cron/l10n-rrd b/cron/l10n-rrd
index d1616f4..68089d9 100755
--- a/cron/l10n-rrd
+++ b/cron/l10n-rrd
@@ -95,11 +95,13 @@ rm -f $dist
 #
 # man pages
 #
-$DL10NDIR/dl10n-rrd/manpages-rrd.pl $dist
-
-$DL10NDIR/dl10n-rrd/manpages_graph_ranks.sh \
-    ${RRD_LANGS_MANPAGES} \
-    -- \
-    --zoom 1.5 \
-    --start end-1month --end 00:00+1d
+if [ -z "$2" ]
+then
+	$DL10NDIR/dl10n-rrd/manpages-rrd.pl $dist
 
+	$DL10NDIR/dl10n-rrd/manpages_graph_ranks.sh \
+	    ${RRD_LANGS_MANPAGES} \
+	    -- \
+	    --zoom 1.5 \
+	    --start end-1month --end 00:00+1d
+fi
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list