* Final call for updating the name mapping script
@ 2008-10-11 12:47 Holger Freyther
2008-10-12 23:01 ` cyril Romain
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Holger Freyther @ 2008-10-11 12:47 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 710 bytes --]
Hey,
thanks to the work of Jan we have a fixed conversion script. Thanks to
Laibsch, Richard and others we have a rather complete mapping from keyname
and --author to realname and mail address.
However many of the OE and NSLu2 keynames have no proper mapping to any mail
address. For OE I have mapped that keyname@unknown.openembedded.org and for
nslu2 to keyname@nslu2-linux.org.
There are also some author names without realname or mail address, and some
real names without mail address, they got mapped to
name.unknown@unknown.openembedded.org.
Patches welcome. Please send the output as diff -U 0... Otherwise this will be
the list of mappings we use for the conversion.
z.
[-- Attachment #2: email.py --]
[-- Type: application/x-python, Size: 17920 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Final call for updating the name mapping script
2008-10-11 12:47 Final call for updating the name mapping script Holger Freyther
@ 2008-10-12 23:01 ` cyril Romain
2008-10-12 23:37 ` Leon Woestenberg
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: cyril Romain @ 2008-10-12 23:01 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1689 bytes --]
Hey,
Holger Freyther wrote:
> Patches welcome. Please send the output as diff -U 0... Otherwise this will be
> the list of mappings we use for the conversion.
>
Here is a patch with my correct email address.
Hope git will draw new OE hackers,
Best regards,
Cyril
From 48570489c16db23ca63d97842bd1b5524443c34a Mon Sep 17 00:00:00 2001
From: Cyril Romain <cyril.romain@gmail.com>
Date: Mon, 13 Oct 2008 00:05:20 +0200
Subject: [PATCH] cyrilRomain
---
email.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/email.py b/email.py
index ab8a58b..4075a74 100644
--- a/email.py
+++ b/email.py
@@ -28,7 +28,7 @@ all_names = {
"Clement Hermann" : (["clement.hermann@free.fr"], "clement.hermann@free.fr"),
"Cliff Brake" : (["cbrake@openembedded.org"], "cbrake@bec-systems.com"),
"Craig Hughes" : (["craig@gumstix.com"], "craig@gumstix.com"),
- "Cyril Romain" : (["c.romain@laposte.net", "CyrilRomain", "Cyril Romain", "cyril Romain <c.romain@laposte.net>", "Cyril Romain <c.romain@laposte.net>", "cyril.romain@gmail.com", "cyril.romain@laposte.net"], "cyril.romain@laposte.net"),
+ "Cyril Romain" : (["c.romain@laposte.net", "CyrilRomain", "Cyril Romain", "cyril Romain <c.romain@laposte.net>", "Cyril Romain <c.romain@laposte.net>", "cyril.romain@gmail.com"], "cyril.romain@gmail.com"),
"Dan Williams" : (["Dan Williams <dan.j.williams@gmail.com>"], "dan.j.williams@gmail.com"),
"David Karlstrom" : (["daka@nslu2-linux.org", "daka@thg.se"], "daka@thg.se"),
"Derek Young" : (["dyoung@nslu2-linux.org"], "dyoung@nslu2-linux.org"),
--
1.6.0.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: Final call for updating the name mapping script
2008-10-11 12:47 Final call for updating the name mapping script Holger Freyther
2008-10-12 23:01 ` cyril Romain
@ 2008-10-12 23:37 ` Leon Woestenberg
2008-10-13 3:20 ` Rod Whitby
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Leon Woestenberg @ 2008-10-12 23:37 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
Hello Holger,
merely changing my email address, which if I understand correctly is
OK, as its MTN key/author to GIT real-name/email address.
(the old email address is still valid in case this is not allowed).
Regards,
--
Leon
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: likewise.patch --]
[-- Type: text/x-diff; name=likewise.patch, Size: 338 bytes --]
--- orig/email.py 2008-10-13 01:31:03.000000000 +0200
+++ modified/email.py 2008-10-13 01:33:25.000000000 +0200
@@ -70 +70 @@
- "Leon Woestenberg" : (["likewise@gmx.net", "likewise@openembedded.org"], "likewise@gmx.net"),
+ "Leon Woestenberg" : (["likewise@gmx.net", "likewise@openembedded.org"], "leon.woestenberg@gmail.com"),
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Final call for updating the name mapping script
2008-10-11 12:47 Final call for updating the name mapping script Holger Freyther
2008-10-12 23:01 ` cyril Romain
2008-10-12 23:37 ` Leon Woestenberg
@ 2008-10-13 3:20 ` Rod Whitby
2008-10-13 16:57 ` Denys Dmytriyenko
2008-10-13 19:57 ` Philip Balister
4 siblings, 0 replies; 6+ messages in thread
From: Rod Whitby @ 2008-10-13 3:20 UTC (permalink / raw)
To: Holger Freyther; +Cc: openembedded-devel
Holger Freyther wrote:
> However many of the OE and NSLu2 keynames have no proper mapping to any mail
> address. For OE I have mapped that keyname@unknown.openembedded.org and for
> nslu2 to keyname@nslu2-linux.org.
All the @nslu2-linux.org ones will work as real addresses.
> There are also some author names without realname or mail address, and some
> real names without mail address, they got mapped to
> name.unknown@unknown.openembedded.org.
>
> Patches welcome. Please send the output as diff -U 0... Otherwise this will be
> the list of mappings we use for the conversion.
Do you want a patch with *all* the @unknown email addresses I know
(without necessarily contacting those people to find out if they want
that email address listed), or do you want each person to contact you
with their own email address, or do you want me to send you the email
addresses so that you can contact them?
-- Rod
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Final call for updating the name mapping script
2008-10-11 12:47 Final call for updating the name mapping script Holger Freyther
` (2 preceding siblings ...)
2008-10-13 3:20 ` Rod Whitby
@ 2008-10-13 16:57 ` Denys Dmytriyenko
2008-10-13 19:57 ` Philip Balister
4 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2008-10-13 16:57 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 519 bytes --]
On Sat, Oct 11, 2008 at 02:47:56PM +0200, Holger Freyther wrote:
> There are also some author names without realname or mail address, and some
> real names without mail address, they got mapped to
> name.unknown@unknown.openembedded.org.
>
> Patches welcome. Please send the output as diff -U 0... Otherwise this will be
> the list of mappings we use for the conversion.
Thanks for taking care of this. I got into the category of lost realname, so
here is a patch to fix it. Thanks again.
--
Denys
[-- Attachment #2: denix-email.patch --]
[-- Type: text/plain, Size: 273 bytes --]
--- email.py-orig 2008-10-13 12:49:40.000000000 -0400
+++ email.py 2008-10-13 12:52:12.000000000 -0400
@@ -175 +175 @@
- "denis" : (["denis@denix.org"], "denis@denix.org"),
+ "Denys Dmytriyenko" : (["denix", "denis@denix.org"], "denis@denix.org"),
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Final call for updating the name mapping script
2008-10-11 12:47 Final call for updating the name mapping script Holger Freyther
` (3 preceding siblings ...)
2008-10-13 16:57 ` Denys Dmytriyenko
@ 2008-10-13 19:57 ` Philip Balister
4 siblings, 0 replies; 6+ messages in thread
From: Philip Balister @ 2008-10-13 19:57 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1.1: Type: text/plain, Size: 797 bytes --]
Holger Freyther wrote:
> Hey,
>
> thanks to the work of Jan we have a fixed conversion script. Thanks to
> Laibsch, Richard and others we have a rather complete mapping from keyname
> and --author to realname and mail address.
>
> However many of the OE and NSLu2 keynames have no proper mapping to any mail
> address. For OE I have mapped that keyname@unknown.openembedded.org and for
> nslu2 to keyname@nslu2-linux.org.
>
> There are also some author names without realname or mail address, and some
> real names without mail address, they got mapped to
> name.unknown@unknown.openembedded.org.
>
> Patches welcome. Please send the output as diff -U 0... Otherwise this will be
> the list of mappings we use for the conversion.
Here is my real email ...
Philip
[-- Attachment #1.2: email.diff --]
[-- Type: text/x-patch, Size: 303 bytes --]
--- email.py.orig 2008-10-13 15:55:07.000000000 -0400
+++ email.py 2008-10-13 15:55:36.000000000 -0400
@@ -101 +101 @@
- "Philip Balister" : (["crofton@openembedded.org"], "crofton@unknown.openembedded.org"),
+ "Philip Balister" : (["crofton@openembedded.org"], "philip@balister.org"),
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-10-13 20:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-11 12:47 Final call for updating the name mapping script Holger Freyther
2008-10-12 23:01 ` cyril Romain
2008-10-12 23:37 ` Leon Woestenberg
2008-10-13 3:20 ` Rod Whitby
2008-10-13 16:57 ` Denys Dmytriyenko
2008-10-13 19:57 ` Philip Balister
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.