[Debian-l10n-commits] dl10n branch master updated. 6dcce970fa1317bbcd3455abc8ff5fa9ef332a1e

Christian Perrier bubulle at alioth.debian.org
Mon Jul 16 23:51:07 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  6dcce970fa1317bbcd3455abc8ff5fa9ef332a1e (commit)
      from  25f8ce7972218f4a9619dc32201b8fd986b9223a (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=6dcce970fa1317bbcd3455abc8ff5fa9ef332a1e

commit 6dcce970fa1317bbcd3455abc8ff5fa9ef332a1e
Author: Christian PERRIER <bubulle at debian.org>
Date:   Mon Jul 16 17:50:53 2012 -0600

    Add l10n-pkg-status (was genpts on churro)

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

Summary of changes:
 cron/l10n-pkg-status |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 cron/l10n-pkg-status

diff --git a/cron/l10n-pkg-status b/cron/l10n-pkg-status
new file mode 100644
index 0000000..1fa8517
--- /dev/null
+++ b/cron/l10n-pkg-status
@@ -0,0 +1,22 @@
+#!/bin/bash
+# genpts - Generate the data for the PTS links
+
+set -e
+
+PROGNAME=$(basename $0)
+
+# Get global config and checks
+. $(dirname $(readlink -f $0))/../etc/dl10n.conf
+
+cd $DL10NDIR
+
+rm -rf "$OUTDIR"/*
+
+mkdir "$OUTDIR/img"
+cp html/translated.png html/fuzzy.png html/untranslated.png "$OUTDIR/img"
+
+PERLLIB=lib ./dl10n-pts                      \
+        --db "$STAT_DATABASE_SID"                \
+        --gendir "$OUTDIR"
+
+
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list