[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Patch for PTS (#592405)



Hi folks.

I made a simple patch for bug #592405. It's attached. Some other patches
may follow, depending on how much time I find to work on this. I'd like
to get something more involved in QA and QA-related services, but I
don't know how much time I'll have past the DebConf.

BTW, which is your usual protocol to test PTS patches (although this is
quite simple)? You just have your local testing deployments or what?

Other question: while playing with PTS to install it locally, I had to
uncomment this line in update_incoming.sh:

nice_wget $DCROOT/oldstable/lists/ALL-pkglist debcheck-oldstable

Why isn't debcheck-oldstable kept updated on master.d.o?

Thank you.

Gio.
-- 
Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascellani@jabber.org / giovanni@elabor.homelinux.org
From b5a9e4997f90c5b7df65e04af4fbca7f0cd99fc3 Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Date: Wed, 27 Jul 2011 22:23:51 +0200
Subject: [PATCH] Fixing bug #592405, escaping the link to transition excuses.

---
 pts/www/xsl/pts.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pts/www/xsl/pts.xsl b/pts/www/xsl/pts.xsl
index cd2a816..5b6cf56 100644
--- a/pts/www/xsl/pts.xsl
+++ b/pts/www/xsl/pts.xsl
@@ -1070,7 +1070,7 @@ other-to-%xx, especially % to %25... Fortunately, that's rare -->
       </xsl:if>
       <xsl:if test="$hasexcuse">
         <a title="reasons why the package is not moving to testing"
-           href="http://qa.debian.org/excuses.php?package={$package}";>excuses</a>:
+           href="http://qa.debian.org/excuses.php?package={$escaped-package}";>excuses</a>:
 	<ul class="testing-excuses">
 	  <xsl:for-each select="document(concat('../base/', $dir, '/excuse.xml'))/excuse/item">
 	    <xsl:call-template name="outputitem"/>
-- 
1.7.5.4

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: