[Debian-l10n-commits] dl10n branch master updated.	62c5c0e39308b49d2ea8fedc45b617cd93150953
    Christian Perrier 
    bubulle at alioth.debian.org
       
    Tue Jul 31 19:54:40 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  62c5c0e39308b49d2ea8fedc45b617cd93150953 (commit)
       via  ef9e80502972e50eab0dbb01db24eecc56aa7255 (commit)
      from  6966a7ddb9dfc23d2e527942f9839c70d8bd7648 (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=62c5c0e39308b49d2ea8fedc45b617cd93150953
commit 62c5c0e39308b49d2ea8fedc45b617cd93150953
Author: Christian PERRIER <bubulle at debian.org>
Date:   Tue Jul 31 15:54:24 2012 -0400
    Add status for native packages
http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=ef9e80502972e50eab0dbb01db24eecc56aa7255
commit ef9e80502972e50eab0dbb01db24eecc56aa7255
Author: Christian PERRIER <bubulle at debian.org>
Date:   Tue Jul 31 15:52:10 2012 -0400
    Rename script to a name that better fits its purpose
-----------------------------------------------------------------------
Summary of changes:
 cron/{podebconf-testing => testing-status} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename cron/{podebconf-testing => testing-status} (54%)
diff --git a/cron/podebconf-testing b/cron/testing-status
similarity index 54%
rename from cron/podebconf-testing
rename to cron/testing-status
index dd8f71a..7c86f85 100755
--- a/cron/podebconf-testing
+++ b/cron/testing-status
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# dl10n-txt-testing - Check the status of podebconf translations in testing
+# dl10n-txt-testing - Check the status of translations in testing
 # for languages that target 100%
 
 set -e
@@ -14,5 +14,5 @@ LANGUAGES="fr ru de pt sv cs es"
 
 cd $DL10NDIR
 
-./dl10n-txt --todo --empty --db ${STAT_DATABASE_TESTING} --show podebconf $LANGUAGES > $OUTDIR/l10n-testing.txt
-
+./dl10n-txt --todo --empty --db ${STAT_DATABASE_TESTING} --show podebconf $LANGUAGES > $OUTDIR/podebconf-l10n-testing.txt
+./dl10n-txt --debian --show=po --db ${STAT_DATABASE_TESTING} $LANGUAGES >$OUTDIR/native-l10n-testing.txt
-----------------------------------------------------------------------
hooks/post-receive
-- 
dl10n
    
    
More information about the Debian-l10n-commits
mailing list