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

popcon-commits@lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Sat, 07 Feb 2004 11:23:04 +0100


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

Modified Files:
	popanal.py 
Log Message:
Map i386-gnu to hurd.

Index: popanal.py
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/popanal.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- popanal.py	1 Feb 2004 22:44:42 -0000	1.4
+++ popanal.py	7 Feb 2004 10:23:01 -0000	1.5
@@ -195,6 +195,8 @@
             if header.has_key('ARCH'):
 	    	if header['ARCH']=='x86_64':
                     e.host_arch = 'amd64'
+		elif header['ARCH']=='i386-gnu':
+                    e.host_arch = 'hurd'
 		else:
                     e.host_arch = header['ARCH']