[med-svn] r2394 - trunk/community/talks/200808_debconf8

tille at alioth.debian.org tille at alioth.debian.org
Wed Aug 6 20:07:21 UTC 2008


Author: tille
Date: 2008-08-06 20:07:21 +0000 (Wed, 06 Aug 2008)
New Revision: 2394

Modified:
   trunk/community/talks/200808_debconf8/author_stats
   trunk/community/talks/200808_debconf8/get-archive-pages
Log:
Some more lists just for the sake of interest


Modified: trunk/community/talks/200808_debconf8/author_stats
===================================================================
--- trunk/community/talks/200808_debconf8/author_stats	2008-08-06 10:37:31 UTC (rev 2393)
+++ trunk/community/talks/200808_debconf8/author_stats	2008-08-06 20:07:21 UTC (rev 2394)
@@ -18,6 +18,7 @@
        -e 's/[[:space:]]*|[[:space:]]*/\t/g'           \
        -e 's/è/è/g' -e 's/ö/ö/g' \
        -e 's/®//g'  -e 's/é/e/' \
+       -e 's/á/á/g' -e 's/ñ/ñ/' \
        "$DATFILE"
 
 R --no-save <<EOT

Modified: trunk/community/talks/200808_debconf8/get-archive-pages
===================================================================
--- trunk/community/talks/200808_debconf8/get-archive-pages	2008-08-06 10:37:31 UTC (rev 2393)
+++ trunk/community/talks/200808_debconf8/get-archive-pages	2008-08-06 20:07:21 UTC (rev 2394)
@@ -7,7 +7,9 @@
 use DBI;
 
 my $BASEURL  = "http://lists.debian.org/debian" ;
-my @PROJECTS = ('med', 'edu', 'jr', 'accessibility', 'desktop', 'enterprise', 'lex', 'nonprofit', 'science', 'custom') ;
+my @PROJECTS = ('med', 'edu', 'jr', 'accessibility', 'desktop', 'enterprise', 'lex',
+                'nonprofit', 'science', 'custom',
+                'i18n', 'devel', 'project') ; # ... just for the sake of interest
 my @MONTHES  = ('01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12');
 my @ROBOTS   = ('Debian Installer', 'bugzilla-skolelinux', 'Archive Administrator', 'hostmaster',
                 'Debian-med-request', 'Debian testing watch', 'Debian Bug Tracking System',
@@ -187,3 +189,7 @@
 }
 
 $datain->finish;
+
+# Database has shown that Ralf Gsellenstetter is posting with several names
+# in Debian Edu.  This script cleans up this
+system("./0fix_ralf_edu");




More information about the debian-med-commit mailing list