[Debian-l10n-commits] ddtp branch master updated. 20080812.0-122-g05a36bd

Martijn van Oosterhout kleptog-guest at alioth.debian.org
Fri Sep 6 21:41:33 UTC 2013


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 "ddtp".

The branch, master has been updated
       via  05a36bd8aa626fcf97c14dada23c94f9bbaf7ca8 (commit)
       via  0297b7959092f9c19fd43f21edf6eb77a39111ad (commit)
       via  81b44e29bd9bbb26ed94420edc65d5d6fe1403cc (commit)
       via  9f671bff7611ea2cb5d4b06d24385523d86dfbab (commit)
      from  4939ed5bfa6277c5fcab1244e5fb4bfe11340a26 (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/ddtp.git;a=commitdiff;h=05a36bd8aa626fcf97c14dada23c94f9bbaf7ca8

commit 05a36bd8aa626fcf97c14dada23c94f9bbaf7ca8
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Fri Sep 6 22:48:42 2013 +0200

    Add language 'el'


http://anonscm.debian.org/gitweb/?p=debian-l10n/ddtp.git;a=commitdiff;h=0297b7959092f9c19fd43f21edf6eb77a39111ad

commit 0297b7959092f9c19fd43f21edf6eb77a39111ad
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Fri Sep 6 22:48:18 2013 +0200

    Ignore old SVN repo.


http://anonscm.debian.org/gitweb/?p=debian-l10n/ddtp.git;a=commitdiff;h=81b44e29bd9bbb26ed94420edc65d5d6fe1403cc

commit 81b44e29bd9bbb26ed94420edc65d5d6fe1403cc
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Fri Sep 6 22:46:24 2013 +0200

    Save news by Christian.


http://anonscm.debian.org/gitweb/?p=debian-l10n/ddtp.git;a=commitdiff;h=9f671bff7611ea2cb5d4b06d24385523d86dfbab

commit 9f671bff7611ea2cb5d4b06d24385523d86dfbab
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Fri Sep 6 22:44:51 2013 +0200

    Changes for jessie.

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

Summary of changes:
 .gitignore                              |    1 +
 Packages2db.sh                          |    1 +
 Packages2packages_tb.sh                 |    2 +-
 db2web.sh                               |    2 +-
 ddtp-dinstall/checks/ddtp_i18n_check.sh |    4 ++--
 ddts/ddts-text/news/HOT-NEWs.txt        |   25 ++++++++++---------------
 ddtss/ddtss-setup                       |    2 +-
 file2Translation.sh                     |    3 ++-
 file2Translation_udd.sh                 |    2 +-
 update.sh                               |    1 +
 10 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8363caf..3b530c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 ddtss2.db
 ddtss2.db.lock
+.svn
diff --git a/Packages2db.sh b/Packages2db.sh
index 1fe574c..cc7e3ea 100755
--- a/Packages2db.sh
+++ b/Packages2db.sh
@@ -36,6 +36,7 @@ load_distribution ()
 PARTS="main contrib"
 load_distribution squeeze $PARTS
 load_distribution wheezy $PARTS
+load_distribution jessie $PARTS
 
 # Clear active before loading sid (which is what counts as active)
 psql ddtp -c "TRUNCATE active_tb"
diff --git a/Packages2packages_tb.sh b/Packages2packages_tb.sh
index bd8d3c6..298324c 100755
--- a/Packages2packages_tb.sh
+++ b/Packages2packages_tb.sh
@@ -7,7 +7,7 @@ cd ~ddtp
 
 DISTS="amd64 armel i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc"
 PART="main contrib"
-DISTRIBUTION="squeeze wheezy sid"
+DISTRIBUTION="squeeze wheezy jessie sid"
 
 for distribution  in $DISTRIBUTION
 do
diff --git a/db2web.sh b/db2web.sh
index 73fc9ff..b44c64b 100755
--- a/db2web.sh
+++ b/db2web.sh
@@ -21,7 +21,7 @@ done
 
 echo "<hr>" >> www/index.html.new
 echo "<a href=\"http://ddtp.debian.net/ddtss/index.cgi/\">to the ddtss (a web interface for the ddtp)<a/><br>" >> www/index.html.new
-echo "Daily description translation stats for <a href='stats/stats-etch.html'>Etch</a>, <a href='stats/stats-lenny.html'>Lenny</a> , <a href='stats/stats-squeeze.html'>Squeeze</a>, <a href='stats/stats-wheezy.html'>Wheezy</a>  and <a href='stats/stats-sid.html'>Sid</a>" >> www/index.html.new
+echo "Daily description translation stats for <a href='stats/stats-etch.html'>Etch</a>, <a href='stats/stats-lenny.html'>Lenny</a> , <a href='stats/stats-squeeze.html'>Squeeze</a>, <a href='stats/stats-wheezy.html'>Wheezy</a>, <a href='stats/stats-jessie.html'>Jessie</a>  and <a href='stats/stats-sid.html'>Sid</a>" >> www/index.html.new
 echo "<hr>" >> www/index.html.new
 echo "<a href=\"http://www.debian.org/international/l10n/ddtp\">Documentation about DDTP and DDTSS<a/>" >> www/index.html.new
 echo "<hr>" >> www/index.html.new
diff --git a/ddtp-dinstall/checks/ddtp_i18n_check.sh b/ddtp-dinstall/checks/ddtp_i18n_check.sh
index d7aed6a..7183e3c 100755
--- a/ddtp-dinstall/checks/ddtp_i18n_check.sh
+++ b/ddtp-dinstall/checks/ddtp_i18n_check.sh
@@ -80,8 +80,8 @@ elif [ ! -d "$PACKAGES_LISTS_DIR" ]; then
 	usage
 fi
 
-#STABLE="squeeze"
-TESTING="wheezy"
+#STABLE="wheezy"
+TESTING="jessie"
 UNSTABLE="sid"
 
 # Original SHA256SUMS, generated by i18n.debian.net
diff --git a/ddts/ddts-text/news/HOT-NEWs.txt b/ddts/ddts-text/news/HOT-NEWs.txt
index 14901a6..da499b0 100644
--- a/ddts/ddts-text/news/HOT-NEWs.txt
+++ b/ddts/ddts-text/news/HOT-NEWs.txt
@@ -1,15 +1,10 @@
-Thu Aug 14 05:10:44 CEST 2008
-  Today (and now daily) the new Translation-Files are on 
-  ftp-master.debian.org and it's mirrors.
-
-  The apt-source on ddtp.debian.net will be deleted! Change your
-  apt/sources.list !
-
-Mon Aug 11 21:36:47 CEST 2008
-  I changed the server today, to fighting with the spam problem.
-
-  The server will _not_ send mails out, if the server don't send 
-    - any new description or
-    - find any nice attachment
-
-  If you have any problems, write a mail to grisu at debian.org
+Sat Apr 16 17:17:44 CEST 2011
+  Now I know how to give news to all teams. I also know
+  a little bit about how to configure language-dependent settings
+  such as number of reviews and authorization for
+  anonymous work.
+  
+  If you want to change something to your language settings, please
+  ask.
+  
+  Christian Perrier <bubulle at debian.org>
diff --git a/ddtss/ddtss-setup b/ddtss/ddtss-setup
index 7ce131c..a8d11dd 100755
--- a/ddtss/ddtss-setup
+++ b/ddtss/ddtss-setup
@@ -6,7 +6,7 @@
 use strict;
 use Pg_BDB;
 
-my @langs = qw(da de es fi fr gl hu id it ja km_KH kn ko nb nl pl sv zh_CN pt pt_BR eo zh_TW ca cs uk vi ml ru sk sr bg);
+my @langs = qw(da de el es fi fr gl hu id it ja km_KH kn ko nb nl pl sv zh_CN pt pt_BR eo zh_TW ca cs uk vi ml ru sk sr bg);
 my @disabled_langs = qw(go);
 
 my $db = Pg_BDB->open_write();
diff --git a/file2Translation.sh b/file2Translation.sh
index 8580e97..f903ac0 100755
--- a/file2Translation.sh
+++ b/file2Translation.sh
@@ -7,7 +7,8 @@ LANGS=`psql ddtp -q -A -t -c "select distinct language from translation_tb where
 
 #DISTS="lenny sid"
 #DISTS="squeeze sid"
-DISTS="wheezy sid"
+#DISTS="wheezy sid"
+DISTS="jessie sid"
 
 mkdir -p packagelist
 cd packagelist
diff --git a/file2Translation_udd.sh b/file2Translation_udd.sh
index 13d634a..c8f656b 100755
--- a/file2Translation_udd.sh
+++ b/file2Translation_udd.sh
@@ -6,7 +6,7 @@ cd ~ddtp
 LANGS=`psql ddtp -q -A -t -c "select distinct language from translation_tb where description_id>1"`
 
 #DISTS="lenny squeeze wheezy sid"
-DISTS="squeeze wheezy sid"
+DISTS="squeeze wheezy jessie sid"
 
 rm -rf Translation_udd
 
diff --git a/update.sh b/update.sh
index 32cb285..de9665a 100755
--- a/update.sh
+++ b/update.sh
@@ -18,6 +18,7 @@ date                                      >> $LOGPREFIX.log
 ./ddts-stats sid                          >> $LOGPREFIX.log 2>> $LOGPREFIX.err
 ./ddts-stats wheezy                       >> $LOGPREFIX.log 2>> $LOGPREFIX.err
 ./ddts-stats squeeze                      >> $LOGPREFIX.log 2>> $LOGPREFIX.err
+./ddts-stats jessie                      >> $LOGPREFIX.log 2>> $LOGPREFIX.err
 
 ./popcon2db.pl                            >> $LOGPREFIX.log 2>> $LOGPREFIX.err
 ./fill_statistic.pl                       >> $LOGPREFIX.log 2>> $LOGPREFIX.err
-----------------------------------------------------------------------


hooks/post-receive
-- 
ddtp



More information about the Debian-l10n-commits mailing list