[Debian-l10n-commits] dl10n branch master updated. 63cb6ac2a7d48ac42f165fcca4f745d4c594a361

Christian Perrier bubulle at alioth.debian.org
Sun Jul 15 16:46:59 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  63cb6ac2a7d48ac42f165fcca4f745d4c594a361 (commit)
      from  7e37e74737c46105df7b53771824d3b7851ac5c3 (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=63cb6ac2a7d48ac42f165fcca4f745d4c594a361

commit 63cb6ac2a7d48ac42f165fcca4f745d4c594a361
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sun Jul 15 10:46:52 2012 -0600

    Add podebconf-testing cron script

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

Summary of changes:
 cron/podebconf-testing |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 cron/podebconf-testing

diff --git a/cron/podebconf-testing b/cron/podebconf-testing
new file mode 100644
index 0000000..645d582
--- /dev/null
+++ b/cron/podebconf-testing
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# dl10n-txt-testing - Check the status of podebconf translations in testing
+# for languages that target 100%
+
+set -e
+
+PROGNAME=$(basename $0)
+
+# Get global config and checks
+. $(dirname $(readlink -f $0))/../etc/dl10n.conf
+
+LANGUAGES="fr ru de pt sv cs es"
+
+cd $DL10NDIR
+
+./dl10n-txt --todo --empty --db /srv/i18n.debian.net/www/debian-l10n-material/data/testing.gz --show podebconf $LANGUAGES > $OUTDIR/l10n-testing.txt
+
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list