[Debian-l10n-commits] [ddtp] branch master updated (68da8dd -> 356d35c)

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.

kleptog-guest pushed a change to branch master
in repository ddtp.

      from  68da8dd   Publish stats as well.
       new  4a8f2fd   Remove Etch and Lenny links, they haven't been updated in years (#725045)
       new  356d35c   Base stats on amd64 rather than i386, since amd64 is used more now (#725042)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-l10n/ddtp.git



More information about the Debian-l10n-commits mailing list