[Debian-l10n-commits] dl10n branch master updated. 0a0b763636c0b1f22ecd49fdd6ee0b2e7a7a2daf

Christian Perrier bubulle at alioth.debian.org
Thu Aug 9 08:03:32 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  0a0b763636c0b1f22ecd49fdd6ee0b2e7a7a2daf (commit)
      from  7ad52a797904d0c92b7a9e5c8a345c5ac484a3b2 (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=0a0b763636c0b1f22ecd49fdd6ee0b2e7a7a2daf

commit 0a0b763636c0b1f22ecd49fdd6ee0b2e7a7a2daf
Author: Christian PERRIER <bubulle at debian.org>
Date:   Thu Aug 9 10:03:18 2012 +0200

    Rank scripts moved

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

Summary of changes:
 cron/l10n-rrd |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cron/l10n-rrd b/cron/l10n-rrd
index aad19b7..2242c85 100755
--- a/cron/l10n-rrd
+++ b/cron/l10n-rrd
@@ -65,7 +65,7 @@ do
             po4a)
                 languages=${RRD_LANGS_PO4A} ;;
         esac
-        $GRAPH_SCRIPTS_DIR/graph_ranks.sh \
+        $DL10NDIR/dl10n-rrd/graph_ranks.sh \
             -o "$period/$fmt.png" \
             "$fmt" \
             $languages \
@@ -81,7 +81,7 @@ do
         do
             lang=$(basename $lang)
             lang=${lang%.rrd}
-            $GRAPH_SCRIPTS_DIR/graph_lang.sh \
+            $DL10NDIR/dl10n-rrd/graph_lang.sh \
                 -o "$period/$fmt-$lang.png" \
                 "$fmt" \
                 "$lang" \
@@ -98,7 +98,7 @@ rm -f $dist
 #
 $DL10NDIR/dl10n-rrd/manpages-rrd.pl $dist
 
-$GRAPH_SCRIPTS_DIR/manpages_graph_ranks.sh \
+$DL10NDIR/dl10n-rrd/manpages_graph_ranks.sh \
     ${RRD_LANGS_MANPAGES} \
     -- \
     --zoom 1.5 \
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list