r11104 - /scripts/qa/qareport-chlog.cgi

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Dec 10 17:03:53 UTC 2007


Author: tincho-guest
Date: Mon Dec 10 17:03:53 2007
New Revision: 11104

URL: http://svn.debian.org/wsvn/?sc=1&rev=11104
Log:
s/RT#/CPAN#/ as to make it more general (we could add more bug trackers this way

Modified:
    scripts/qa/qareport-chlog.cgi

Modified: scripts/qa/qareport-chlog.cgi
URL: http://svn.debian.org/wsvn/scripts/qa/qareport-chlog.cgi?rev=11104&op=diff
==============================================================================
--- scripts/qa/qareport-chlog.cgi (original)
+++ scripts/qa/qareport-chlog.cgi Mon Dec 10 17:03:53 2007
@@ -59,8 +59,8 @@
 {$1<a href="http://bugs.debian.org/$2">#$2</a>}xgm;
 # treat text as multi-line
 # Same for CPAN's RT
-$text =~ s{\bRT#(\d+)\b}
-{<a href="http://rt.cpan.org/Ticket/Display.html?id=$1">RT#$1</a>}gm;
+$text =~ s{\bCPAN#(\d+)\b}
+{<a href="http://rt.cpan.org/Ticket/Display.html?id=$1">CPAN#$1</a>}gm;
 
 print qq(<a style="float: right; margin: 0 0 1pt 1pt; clear: none;" href="javascript:more_chlog('$pkg', '$rel')">reload</a>\n);
 print qq(<code style="white-space: pre">$text</code>);




More information about the Pkg-perl-cvs-commits mailing list