r77665 - /scripts/forward-patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jul 21 10:06:15 UTC 2011


Author: gregoa
Date: Thu Jul 21 10:06:13 2011
New Revision: 77665

URL: http://svn.debian.org/wsvn/?sc=1&rev=77665
Log:
print URL of CPAN RT at the end (and add TODO about automating the last step)

Modified:
    scripts/forward-patch

Modified: scripts/forward-patch
URL: http://svn.debian.org/wsvn/scripts/forward-patch?rev=77665&op=diff
==============================================================================
--- scripts/forward-patch (original)
+++ scripts/forward-patch Thu Jul 21 10:06:13 2011
@@ -130,6 +130,14 @@
 MIME::Lite -> send('sendmail', '/usr/sbin/sendmail -t'); # change mailer to your needs
 $msg -> send;
 
+# TODO
+# find bug on https://rt.cpan.org/Public/Dist/Display.html?Name=$dist
+# or via RT::Client::REST and add the URL to the Forwarded header in the patch
+
+print "Find your ticket on\n" .
+      "https://rt.cpan.org/Public/Dist/Display.html?Name=$dist\n" .
+      "and add the ticket URL to $patch\n";
+
 =head1 AUTHOR
 
 Alessandro Ghedini <alexbio at cpan.org>




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