[Debian-l10n-commits] dl10n branch master updated. 426385a75c729559033c684c2a101c723645f0ee

Christian Perrier bubulle at alioth.debian.org
Sun Jul 15 22:18:24 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  426385a75c729559033c684c2a101c723645f0ee (commit)
      from  473bda87ab7fc047313e0e553e1cbcea25d60038 (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=426385a75c729559033c684c2a101c723645f0ee

commit 426385a75c729559033c684c2a101c723645f0ee
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sun Jul 15 16:18:15 2012 -0600

    Add cron entry for compendia

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

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

diff --git a/cron/compendia b/cron/compendia
new file mode 100644
index 0000000..0e15d19
--- /dev/null
+++ b/cron/compendia
@@ -0,0 +1,18 @@
+churro:/srv/i18n.debian.net/cron/cron.d# cat /srv/dl10n-stuff/svn/dl10n/compendia/gen_compendia 
+#!/bin/bash
+set -e
+
+PROGNAME=$(basename $0)
+
+# Get global config and checks
+. $(dirname $(readlink -f $0))/../etc/dl10n.conf
+
+cd "$OUTDIR"
+
+for LL in $COMPENDIUM_LANGS ; do
+        "$GENCOMPENDIUMPATH"/createcompendium $LL || {
+                # This should not happen
+                echo "createcompendium failed for language $LL"
+        }
+done
+
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list