[Popcon-commits] cvs commit to popularity-contest by ballombe

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sun, 08 Feb 2004 12:19:16 +0100


Update of /cvsroot/popcon/popularity-contest
In directory quantz:/tmp/cvs-serv32090

Modified Files:
	popanal.py 
Log Message:
Translate i386-gnu to hurd-i386 until the new popcon is used.


Index: popanal.py
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popanal.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- popanal.py	8 Feb 2004 09:45:20 -0000	1.6
+++ popanal.py	8 Feb 2004 11:19:13 -0000	1.7
@@ -205,6 +205,8 @@
             if header.has_key('ARCH'):
 	    	if header['ARCH']=='x86_64':
                     e.arch = 'amd64'
+	    	elif header['ARCH']=='i386-gnu':
+                    e.arch = 'hurd-i386'
 		else:
                     e.arch = header['ARCH']