Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2013 23:23:48 +0100
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        Garrett Cooper <yanegomi@gmail.com>
Cc:        freebsd-bugbusters@freebsd.org, Garrett Cooper <yaneurabeya@gmail.com>
Subject:   Re: Please change submitter email to yaneurabeya@gmail.com for open bugs
Message-ID:  <20130203222346.GC94247@kobe>
In-Reply-To: <CAGH67wQ4wxTqiBDAG5-R6=nXYANz9vpMaM%2B%2BPLDJX21O6dTcww@mail.gmail.com>
References:  <CAGH67wRLDAexKhC%2Bm3%2BCSuDC2tCh9WNs-yUBx04WT2%2BAqTZKDQ@mail.gmail.com> <20130126000212.GA27725@saturn> <CAGH67wQ4wxTqiBDAG5-R6=nXYANz9vpMaM%2B%2BPLDJX21O6dTcww@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-01-25 16:53, Garrett Cooper <yanegomi@gmail.com> wrote:
>On Fri, Jan 25, 2013 at 4:02 PM, Giorgos Keramidas <keramida@freebsd.org> wrote:
>> On 2013-01-25 15:39, Garrett Cooper <yanegomi@gmail.com> wrote:
>>> Hi Bugbusters,
>>>     I'm going to be consolidating my email addresses to one address
>>> (yaneurabeya@gmail.com) eventually and it would be nice if the
>>> following submitter fields were converted over to the new address to
>>> avoid bounced emails and potential confusion if someone tries to get a
>>> hold of me. All of the possible email addresses for open bugs I can
>>> think of are listed below:
>>>
>>> garrcoop@cisco.com
>>> gcooper@ixsystems.com
>>> gcooper@isilon.com
>>> garrett.cooper@isilon.com
>>> yanefbsd@gmail.com
>>> yanegomi@gmail.com
>>>
>>>     I should have been consistent when filing bugs, but I'm not
>>> positive as send-pr isn't turning up anything particularly helpful
>>> when I search via email address.
>>
>> Hi Garrett,
>>
>> Do you want the closed PRs to be pointed to these addresses too (just in
>> case they're reopened later on, and you miss some emails)?  I think it
>> makes sense to retro-actively point replies to you even for closed PRs.
>>
>> BTW, I just ran a query that saved all your PRs to:
>>   http://people.freebsd.org/~keramida/gcooper-prs.txt
>> This output includes all closed PRs too.
>>
>> I have to hop on a plane and cross the Atlantic tomorrow morning, but if
>> someone else doesn't jump and edit these, I will do it after I reach San
>> Francisco on Saturday.
> 
>     It would probably be a good idea to do it retroactively as well. I
> just wasn't sure whether or not that would mess up anything (hence
> that's why I didn't ask earlier)...

An automated way of doing this on a PR-by-PR basis would be to use a
custom script as EDITOR for edit-pr(1).  I wrote one such script and
uploaded it at:

  http://people.freebsd.org/~keramida/gcooper-pr-edit.py

Trying this with a few PRs now, and I'll then batch the rest of the
changes.  Sample output looks ok so far, e.g...

freefall:/home/keramida$ EDITOR=/home/keramida/bin/gcooper-pr-edit.py edit-pr 117315
2013-02-03 22:21:32,301 Preparing match/replace patterns
2013-02-03 22:21:32,302 Match pattern    = "^.*\b(Garrett Cooper)\s*<(\S+)>.*$"
2013-02-03 22:21:32,302 Replace pattern  = "Garrett Cooper\s*<\S+>"
2013-02-03 22:21:32,302 Replacement text = "Garrett Cooper <yaneurabeya@gmail.com>"
2013-02-03 22:21:32,304 Input file copied at /tmp/tmpzW_E7Y
2013-02-03 22:21:32,310 Changes applied:
2013-02-03 22:21:32,315   --- /tmp/ep62255	2013-02-03 22:21:32.207628637 +0000
2013-02-03 22:21:32,315   +++ /tmp/tmpzW_E7Y	2013-02-03 22:21:32.303633269 +0000
2013-02-03 22:21:32,315   @@ -18,7 +18,7 @@
2013-02-03 22:21:32,315    	(envelope-from nobody)
2013-02-03 22:21:32,315    Message-Id: <200710182212.l9IMCMCc029382@www.freebsd.org>
2013-02-03 22:21:32,315    Date: Thu, 18 Oct 2007 22:12:22 GMT
2013-02-03 22:21:32,315   -From: Garrett Cooper <gcooper@FreeBSD.org>
2013-02-03 22:21:32,316   +From: Garrett Cooper <yaneurabeya@gmail.com>
2013-02-03 22:21:32,316    To: freebsd-gnats-submit@FreeBSD.org
2013-02-03 22:21:32,316    Subject: mount_smbfs and related options can't mount administration mounts (c$, d$, etc) on Windows PCs
2013-02-03 22:21:32,316    X-Send-Pr-Version: www-3.1
2013-02-03 22:21:32,316   @@ -63,7 +63,7 @@
2013-02-03 22:21:32,316    >Audit-Trail:
2013-02-03 22:21:32,316   
2013-02-03 22:21:32,316    From: Yuri Pankov <yuri.pankov@gmail.com>
2013-02-03 22:21:32,316   -To: Garrett Cooper <gcooper@FreeBSD.org>, bug-followup@FreeBSD.org
2013-02-03 22:21:32,316   +To: Garrett Cooper <yaneurabeya@gmail.com>, bug-followup@FreeBSD.org
2013-02-03 22:21:32,316    Cc:
2013-02-03 22:21:32,316    Subject: Re: misc/117315: mount_smbfs and related options can't mount
2013-02-03 22:21:32,316    	administration mounts (c$, d$, etc) on Windows PCs
2013-02-03 22:21:32,316   @@ -86,7 +86,7 @@
2013-02-03 22:21:32,316     Yuri
2013-02-03 22:21:32,316   
2013-02-03 22:21:32,316    From: "Andrey V. Elsukov" <bu7cher@yandex.ru>
2013-02-03 22:21:32,317   -To: Garrett Cooper <gcooper@FreeBSD.org>
2013-02-03 22:21:32,317   +To: Garrett Cooper <yaneurabeya@gmail.com>
2013-02-03 22:21:32,317    Cc: freebsd-gnats-submit@FreeBSD.org
2013-02-03 22:21:32,317    Subject: Re: misc/117315: mount_smbfs and related options can't mount
2013-02-03 22:21:32,317        administration mounts (c$, d$, etc) on Windows PCs
2013-02-03 22:21:32,317   @@ -168,7 +168,7 @@
2013-02-03 22:21:32,317     Content-Transfer-Encoding: 7bit
2013-02-03 22:21:32,317     Content-Disposition: inline
2013-02-03 22:21:32,317   
2013-02-03 22:21:32,317   - On Tue, Jun 10, 2008 at 9:35 AM, Garrett Cooper <yanefbsd@gmail.com> wrote:
2013-02-03 22:21:32,317   + On Tue, Jun 10, 2008 at 9:35 AM, Garrett Cooper <yaneurabeya@gmail.com> wrote:
2013-02-03 22:21:32,317   
2013-02-03 22:21:32,317     > Reproducible using an 8-CURRENT VM on my Macbook compiled with the
2013-02-03 22:21:32,317     > same options as my desktop (and with less cruft / zero ports).
2013-02-03 22:21:32,317 Replacing file /tmp/ep62255 with /tmp/tmpzW_E7Y
edit-pr: filing PR bin/117315 back into the database...
freefall:/home/keramida$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130203222346.GC94247>