Package: qa.debian.org Severity: wishlist Tags: patch Hi, it would be useful to have also the experimental link to buildd logs, the following trivial patch to pts.xsl should be ok (not tested):
diff -u -r1.58 pts.xsl --- pts.xsl 30 Nov 2005 20:49:17 -0000 1.58 +++ pts.xsl 31 Dec 2005 13:31:49 -0000 @@ -579,7 +579,23 @@ <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param> </xsl:call-template> </xsl:attribute> - <xsl:text>Buildd logs</xsl:text> + <xsl:text> + Buildd logs ( + </xsl:text> + <xsl:element name="a"> + <xsl:attribute name="href"> + <xsl:text>http://experimental.debian.net/build.php?pkg=</xsl:text> + <xsl:call-template name="escape-name"> + <xsl:with-param name="text"><xsl:value-of select="$package"/></xsl:with-param> + </xsl:call-template> + </xsl:attribute> + <xsl:text> + experimental + </xsl:text> + </xsl:element> + <xsl:text> + ) + </xsl:text> </xsl:element> </li> </xsl:if> thanks, filippo -- System Information: Debian Release: testing/unstable APT prefers experimental APT policy: (650, 'experimental'), (600, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc5 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]