[Pkg-haskell-commits] darcs: tools: More useful buildd link

Joachim Breitner mail at joachim-breitner.de
Thu Jun 24 09:56:15 UTC 2010


Thu Jun 24 09:55:12 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * More useful buildd link
  Ignore-this: f0131867b287e32a4a5d0b2bdabe2c60

    M ./haskell-pkg-links.py -2 +2

Thu Jun 24 09:55:12 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * More useful buildd link
  Ignore-this: f0131867b287e32a4a5d0b2bdabe2c60
diff -rN -u old-tools/haskell-pkg-links.py new-tools/haskell-pkg-links.py
--- old-tools/haskell-pkg-links.py	2010-06-24 09:56:15.065242438 +0000
+++ new-tools/haskell-pkg-links.py	2010-06-24 09:56:15.073242872 +0000
@@ -25,7 +25,7 @@
 #from genshi.template import TemplateLoader
 
 #arches = ['i386','amd64','powerpc']
-arches = 'alpha amd64 armel hppa i386 ia64 mips mipsel powerpc s390 sparc'.split()
+arches = 'alpha amd64 armel hppa i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc'.split()
 
 def patch_pkg_dict(entry):
     if not isinstance(entry, dict): # backward compatibility for debian_support
@@ -74,7 +74,7 @@
         print "qa.debian.org:"
         print "http://qa.debian.org/developer.php?packages=" + "+".join(self.sources.keys())
         print "qa.debian.org:"
-        print "https://buildd.debian.org/status/package.php?suite=unstable&p=" + "+".join(self.sources.keys())
+        print "https://buildd.debian.org/status/package.php?suite=unstable&compact=compact&p=" + "+".join(self.sources.keys())+"&a=" + ",".join(arches)
         
 
 if __name__ == '__main__':





More information about the Pkg-haskell-commits mailing list