[Collab-qa-commits] r2119 - udd/web/cgi-bin

Luca Falavigna dktrkranz at alioth.debian.org
Wed Dec 28 14:09:19 UTC 2011


Author: dktrkranz
Date: 2011-12-28 14:09:19 +0000 (Wed, 28 Dec 2011)
New Revision: 2119

Modified:
   udd/web/cgi-bin/ubuntu_orphaned.cgi
Log:
ubuntu_orphaned.cgi: add link to ubuntudiff


Modified: udd/web/cgi-bin/ubuntu_orphaned.cgi
===================================================================
--- udd/web/cgi-bin/ubuntu_orphaned.cgi	2011-12-28 10:32:38 UTC (rev 2118)
+++ udd/web/cgi-bin/ubuntu_orphaned.cgi	2011-12-28 14:09:19 UTC (rev 2119)
@@ -58,6 +58,7 @@
 <th>Package</th>
 <th>Debian version</th>
 <th>Ubuntu version</th>
+<th>Ubuntu patches</th>
 </tr>
 '''
 
@@ -67,7 +68,9 @@
            (row[0], row[1]))
     print ('<td><a href="http://launchpad.net/ubuntu/+source/%s">%s</a></td>' %
            (row[0], row[2]))
-    print '</tr>'
+    print ('''<td><a href="http://ubuntudiff.debian.net/?query=%s">
+              Show patch</a>''' % row[0])
+    print '</td></tr>'
 
 print '''</table>
 <hr/>




More information about the Collab-qa-commits mailing list