Skip Menu |

This queue is for tickets about the RT-Extension-CommandByMail CPAN distribution.

Report information
The Basics
Id: 118525
Status: resolved
Priority: 0/
Queue: RT-Extension-CommandByMail

People
Owner: Nobody in particular
Requestors: Brian.Dunbar [...] von.ca
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Patch missing from tar file
Date: Thu, 27 Oct 2016 20:12:51 +0000
To: "bug-RT-Extension-CommandByMail [...] rt.cpan.org" <bug-RT-Extension-CommandByMail [...] rt.cpan.org>
From: "Dunbar, Brian" <Brian.Dunbar [...] von.ca>
http://search.cpan.org/dist/RT-Extension-CommandByMail/lib/RT/Extension/CommandByMail.pm Hello I downloaded this from CPAN and it does not have the .patch file included. I tar -zxvf the file twice one with sudo and once with su still not creating patch. I searched my entire system for .patch and no luck. I am using Debian and I am relatively new to Linux in general. Maybe I missed something but I do not know what. Regards Brian
Subject: Re: [rt.cpan.org #118525] Patch missing from tar file
Date: Thu, 27 Oct 2016 23:10:23 -0700
To: bug-RT-Extension-CommandByMail [...] rt.cpan.org
From: Alex Vandiver <alex [...] chmrr.net>
On Thu, 27 Oct 2016 16:17:37 -0400 "Dunbar, Brian via RT" <bug-RT-Extension-CommandByMail@rt.cpan.org> wrote: Show quoted text
> http://search.cpan.org/dist/RT-Extension-CommandByMail/lib/RT/Extension/CommandByMail.pm > > Hello I downloaded this from CPAN and it does not have the .patch > file included. I tar -zxvf the file twice one with sudo and once with > su still not creating patch. I searched my entire system for .patch > and no luck. I am using Debian and I am relatively new to Linux in > general. Maybe I missed something but I do not know what.
The patchfile is found under the "etc/" directory inside the "RT-Extension-CommandByMail-3.00/" directory that the tarball contains. Here is a transcript of me untar'ing and looking at the file: thraddash ~ $ tar xzf RT-Extension-CommandByMail-3.00.tar.gz thraddash ~ $ cd RT-Extension-CommandByMail-3.00/etc thraddash ~/RT-Extension-CommandByMail-3.00/etc $ ls -l total 12 -rw-r--r-- 1 chmrr chmrr 475 Sep 9 10:37 handle_action_pass_currentuser.patch thraddash ~/RT-Extension-CommandByMail-3.00/etc $ cat handle_action_pass_currentuser.patch diff --git a/lib/RT/Interface/Email.pm b/lib/RT/Interface/Email.pm index 175805d..7ffba8e 100644 --- a/lib/RT/Interface/Email.pm +++ b/lib/RT/Interface/Email.pm @@ -248,6 +248,7 @@ sub Gateway { Action => $action, Subject => $Subject, Message => $Message, + CurrentUser => $CurrentUser, Ticket => $Ticket, TicketId => $args{ticket}, Queue => $SystemQueueObj, ------------------ Alternately, you can download the patch file directly, from http://cpansearch.perl.org/src/BPS/RT-Extension-CommandByMail-3.00/etc/handle_action_pass_currentuser.patch Best, - Alex