[Collab-qa-commits] r1593 - ddpo-by-mail/dato-ood

Raphael Geissert geissert at alioth.debian.org
Sun Sep 27 00:36:04 UTC 2009


Author: geissert
Date: 2009-09-27 00:36:03 +0000 (Sun, 27 Sep 2009)
New Revision: 1593

Modified:
   ddpo-by-mail/dato-ood/common.py
Log:
Add kfreebsd-{i386,amd} to the excuses parser


Modified: ddpo-by-mail/dato-ood/common.py
===================================================================
--- ddpo-by-mail/dato-ood/common.py	2009-09-26 22:38:22 UTC (rev 1592)
+++ ddpo-by-mail/dato-ood/common.py	2009-09-27 00:36:03 UTC (rev 1593)
@@ -20,7 +20,8 @@
 
 fuckedarches = [ ]
 all_arches = [ 'alpha', 'amd64', 'armel', 'hppa', 'i386', 'ia64',
-               'mips', 'mipsel', 'powerpc', 's390', 'sparc', ]
+               'mips', 'mipsel', 'powerpc', 's390', 'sparc',
+               'kfreebsd-i386', 'kfreebsd-amd64' ]
 
 buildd_stats_dir = os.path.expanduser(path_prefix + 'buildd-stats')
 




More information about the Collab-qa-commits mailing list