* [PATCH] email address fix
@ 2005-05-19 15:42 aq
2005-05-25 5:57 ` aq
0 siblings, 1 reply; 5+ messages in thread
From: aq @ 2005-05-19 15:42 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 290 bytes --]
hello,
i never know that Jeremy is from a xxx related company :-)
so here is a trivial patch to fix it.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
$ diffstat email_fix.patch
__init__.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--
regards,
aq
[-- Attachment #2: email_fix.patch --]
[-- Type: application/octet-stream, Size: 422 bytes --]
===== tools/pygrub/src/fsys/__init__.py 1.2 vs edited =====
--- 1.2/tools/pygrub/src/fsys/__init__.py 2005-04-27 15:20:37 +09:00
+++ edited/tools/pygrub/src/fsys/__init__.py 2005-05-18 02:14:44 +09:00
@@ -1,6 +1,6 @@
#
# Copyright 2005 Red Hat, Inc.
-# Jeremy Katz <katzj@xxxxxxxxxx>
+# Jeremy Katz <katzj@redhat.com>
#
# This software may be freely redistributed under the terms of the GNU
# general public license.
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] email address fix
2005-05-19 15:42 [PATCH] email address fix aq
@ 2005-05-25 5:57 ` aq
2005-05-25 8:09 ` Keir Fraser
0 siblings, 1 reply; 5+ messages in thread
From: aq @ 2005-05-25 5:57 UTC (permalink / raw)
To: xen-devel
here is the follow up message (got no comment so far). please consider
applying this patch.
regards,
aq
On 5/20/05, aq <aquynh@gmail.com> wrote:
> hello,
>
> i never know that Jeremy is from a xxx related company :-)
>
> so here is a trivial patch to fix it.
>
> Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
>
> $ diffstat email_fix.patch
> __init__.py | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> --
> regards,
> aq
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [PATCH] email address fix
2005-05-25 5:57 ` aq
@ 2005-05-25 8:09 ` Keir Fraser
2005-05-25 9:02 ` aq
2005-05-25 15:57 ` Jeremy Katz
0 siblings, 2 replies; 5+ messages in thread
From: Keir Fraser @ 2005-05-25 8:09 UTC (permalink / raw)
To: aq, katzj; +Cc: xen-devel
I'll leave it to Jeremy to decide whether he wants to obfuscate his
email address or not.
Two thoughts:
1. In multiple places his email address appears in the clear; in
multiple places it appears obfuscated. A patch should clean up so
that all are either one or the other.
2. If the latter, use a sensible scheme like foo at bar dot
com. foo@xxxxx does not give enough information to reconstruct the
email address unless you knew it already!
Either way, it's for Jeremy to decide how to clean it up and to send
the patch.
-- Keir
> here is the follow up message (got no comment so far). please consider
> applying this patch.
>
> regards,
> aq
>
> On 5/20/05, aq <aquynh@gmail.com> wrote:
> > hello,
> >
> > i never know that Jeremy is from a xxx related company :-)
> >
> > so here is a trivial patch to fix it.
> >
> > Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
> >
> > $ diffstat email_fix.patch
> > __init__.py | 2 +-
> > 1 files changed, 1 insertion(+), 1 deletion(-)
> >
> > --
> > regards,
> > aq
> >
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
\x1f -=- MIME -=- \x1f\f
here is the follow up message (got no comment so far). please consider
applying this patch.
regards,
aq
On 5/20/05, aq <aquynh@gmail.com> wrote:
> hello,
>=20
> i never know that Jeremy is from a xxx related company :-)
>=20
> so here is a trivial patch to fix it.
>=20
> Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
>=20
> $ diffstat email_fix.patch
> __init__.py | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>=20
> --
> regards,
> aq
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Re: [PATCH] email address fix
2005-05-25 8:09 ` Keir Fraser
@ 2005-05-25 9:02 ` aq
2005-05-25 15:57 ` Jeremy Katz
1 sibling, 0 replies; 5+ messages in thread
From: aq @ 2005-05-25 9:02 UTC (permalink / raw)
To: Keir Fraser; +Cc: katzj, xen-devel
On 5/25/05, Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote:
>
> I'll leave it to Jeremy to decide whether he wants to obfuscate his
> email address or not.
yes, that is better.
actually i got this patch by accident: the file was sent to the list
twice by Jeremy himself: the first time the email address has xxxx
inside, but in the next one (as a patch) that problem was fixed. i got
the last patch, and keep in my repository. but then when -unstable
merging, the second one is ignored, and the first one was merged
instead. when i tried to make patch in the repo against the latest
-unstable, i found the problem. hence this patch, and that is why i am
sure that the address is correct :-)
regards,
aq
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: [PATCH] email address fix
2005-05-25 8:09 ` Keir Fraser
2005-05-25 9:02 ` aq
@ 2005-05-25 15:57 ` Jeremy Katz
1 sibling, 0 replies; 5+ messages in thread
From: Jeremy Katz @ 2005-05-25 15:57 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]
On Wed, 2005-05-25 at 09:09 +0100, Keir Fraser wrote:
> I'll leave it to Jeremy to decide whether he wants to obfuscate his
> email address or not.
I think the obfuscation happened due to a patch being pulled from a
mailing list archive at some point or something along those lines. I
know I didn't ever intentionally do so.
With current unstable, there's only one case left. Here's the patch for
it
Jeremy
[-- Attachment #2: xen-email.patch --]
[-- Type: text/x-patch, Size: 422 bytes --]
===== tools/pygrub/src/fsys/__init__.py 1.2 vs edited =====
--- 1.2/tools/pygrub/src/fsys/__init__.py 2005-04-27 02:20:37 -04:00
+++ edited/tools/pygrub/src/fsys/__init__.py 2005-05-25 11:56:12 -04:00
@@ -1,6 +1,6 @@
#
# Copyright 2005 Red Hat, Inc.
-# Jeremy Katz <katzj@xxxxxxxxxx>
+# Jeremy Katz <katzj@redhat.com>
#
# This software may be freely redistributed under the terms of the GNU
# general public license.
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-05-25 15:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 15:42 [PATCH] email address fix aq
2005-05-25 5:57 ` aq
2005-05-25 8:09 ` Keir Fraser
2005-05-25 9:02 ` aq
2005-05-25 15:57 ` Jeremy Katz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.