[Debian-l10n-commits] ddtp branch master updated. 20080812.0-127-g356d35c

Martijn van Oosterhout kleptog-guest at alioth.debian.org
Mon Sep 30 21:20:54 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  356d35cd4ad0d4bea83f30a1299186c062e2ffa9 (commit)
       via  4a8f2fd6bfc3669cbfa9822bb71db632bc77499a (commit)
      from  68da8dd45c112231ac5cda8898ac39eb974b3ab2 (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=356d35cd4ad0d4bea83f30a1299186c062e2ffa9

commit 356d35cd4ad0d4bea83f30a1299186c062e2ffa9
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Mon Sep 30 23:17:29 2013 +0200

    Base stats on amd64 rather than i386, since amd64 is used more now (#725042)


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

commit 4a8f2fd6bfc3669cbfa9822bb71db632bc77499a
Author: Martijn van Oosterhout <kleptog at svana.org>
Date:   Mon Sep 30 23:16:39 2013 +0200

    Remove Etch and Lenny links, they haven't been updated in years (#725045)

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

Summary of changes:
 db2web.sh  |    2 +-
 ddts-stats |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/db2web.sh b/db2web.sh
index d28d848..a532a9e 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>, <a href='stats/stats-jessie.html'>Jessie</a>  and <a href='stats/stats-sid.html'>Sid</a>" >> www/index.html.new
+echo "Daily description translation stats for <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/ddts-stats b/ddts-stats
index 604857c..e32828f 100755
--- a/ddts-stats
+++ b/ddts-stats
@@ -45,7 +45,7 @@ my %longnames = (
 my $data = "/srv/ddtp.debian.net/Packages/";
 
 my $DIST = shift || "etch";
-my $ARCH = "i386";
+my $ARCH = "amd64";
 my $SECTION = "main";
 
 my $POPCON = "http://popcon.debian.org/by_vote";
-----------------------------------------------------------------------


hooks/post-receive
-- 
ddtp



More information about the Debian-l10n-commits mailing list