Your message dated Sun, 24 Sep 2006 11:08:21 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Link to experimental added
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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)
--- End Message ---
--- Begin Message ---
Hi,
I just added the link to the experimental buildd logs.
--
Raphaël Hertzog -+- http://www.ouaza.com
Freexian : des développeurs Debian au service des entreprises
http://www.freexian.com
--- End Message ---