All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org
@ 2014-02-12 16:54 Thomas De Schampheleire
  2014-02-12 17:34 ` Mike Zick
  2014-02-12 19:43 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas De Schampheleire @ 2014-02-12 16:54 UTC (permalink / raw)
  To: buildroot

As the e-mail address buildroot at buildroot.org is now enabled, update the
e-mail addresses in the source tree from @uclibc.org and @busybox.net to our
own proper domain.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
v2: keep original address in Makefile

 Makefile                                                 |  1 +
 docs/README                                              |  2 +-
 docs/copyright.txt                                       |  2 +-
 docs/footer.html                                         |  2 +-
 docs/manual/contribute.txt                               |  2 +-
 package/x11r7/xserver_xorg-server/xserver_xorg-server.mk |  2 +-
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
 # Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>
+# Copyright (C) 2014 by the Buildroot developers <buildroot@buildroot.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff --git a/docs/README b/docs/README
--- a/docs/README
+++ b/docs/README
@@ -56,4 +56,4 @@ use menuconfig of certain packages. This
 $ make HOSTCC=gcc-4.3 busybox-menuconfig
 
 Please feed suggestions, bug reports, insults, and bribes back to the
-buildroot mailing list: buildroot at uclibc.org
+buildroot mailing list: buildroot at buildroot.org
diff --git a/docs/copyright.txt b/docs/copyright.txt
--- a/docs/copyright.txt
+++ b/docs/copyright.txt
@@ -25,6 +25,6 @@ HAS BEEN ADVISED OF THE POSSIBILITY OF S
 
 You have been warned.
 
-You can contact the webmaster at <buildroot@uclibc.org> if you have some sort
+You can contact the webmaster at <buildroot@buildroot.org> if you have some sort
 of problem with this.
 
diff --git a/docs/footer.html b/docs/footer.html
--- a/docs/footer.html
+++ b/docs/footer.html
@@ -14,7 +14,7 @@
 	<br>
 	Mail all comments, insults, suggestions and bribes to
 	<br>
-	The Buildroot developers <A HREF="mailto:buildroot@uclibc.org">buildroot at uclibc.org</A><BR>
+	The Buildroot developers <A HREF="mailto:buildroot@buildroot.org">buildroot at buildroot.org</A><BR>
     </font>
 
   </body>
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -48,7 +48,7 @@ before submitting them using your favori
 Lastly, send/submit your patch set to the Buildroot mailing list:
 
 ---------------------
-$ git send-email --to buildroot at busybox.net outgoing/*
+$ git send-email --to buildroot at buildroot.org outgoing/*
 ---------------------
 
 Note that +git+ should be configured to use your mail account.
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -57,7 +57,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = 	\
 
 XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
 		--disable-xnest --disable-xephyr --disable-dmx \
-		--with-builder-addr=buildroot at uclibc.org \
+		--with-builder-addr=buildroot at buildroot.org \
 		CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
 		--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var \
 		--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org
  2014-02-12 16:54 [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org Thomas De Schampheleire
@ 2014-02-12 17:34 ` Mike Zick
  2014-02-12 17:55   ` Thomas De Schampheleire
  2014-02-12 19:43 ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Mike Zick @ 2014-02-12 17:34 UTC (permalink / raw)
  To: buildroot

On Wed, 12 Feb 2014 17:54:57 +0100
Thomas De Schampheleire <patrickdepinguin@gmail.com> wrote:

> As the e-mail address buildroot at buildroot.org is now enabled, update
> the e-mail addresses in the source tree from @uclibc.org and
> @busybox.net to our own proper domain.
> 

To be consistent -
How about changing the mailing system e-mail references also?

Currently shown as: 
Sender: buildroot-bounces at busybox.net

Message Footer: buildroot at busybox.net

Mike

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org
  2014-02-12 17:34 ` Mike Zick
@ 2014-02-12 17:55   ` Thomas De Schampheleire
  2014-02-12 19:40     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas De Schampheleire @ 2014-02-12 17:55 UTC (permalink / raw)
  To: buildroot

Mike Zick <minimod@morethan.org> schreef:
>On Wed, 12 Feb 2014 17:54:57 +0100
>Thomas De Schampheleire <patrickdepinguin@gmail.com> wrote:
>
>> As the e-mail address buildroot at buildroot.org is now enabled, update
>> the e-mail addresses in the source tree from @uclibc.org and
>> @busybox.net to our own proper domain.
>> 
>
>To be consistent -
>How about changing the mailing system e-mail references also?
>
>Currently shown as: 
>Sender: buildroot-bounces at busybox.net
>
>Message Footer: buildroot at busybox.net

Good idea!
Peter, is this something you could do?

Thanks,
Thomas

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org
  2014-02-12 17:55   ` Thomas De Schampheleire
@ 2014-02-12 19:40     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-02-12 19:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 >> To be consistent -
 >> How about changing the mailing system e-mail references also?
 >> 
 >> Currently shown as: 
 >> Sender: buildroot-bounces at busybox.net
 >> 
 >> Message Footer: buildroot at busybox.net

 > Good idea!
 > Peter, is this something you could do?

Yes, I'll ask the osuosl.org guys.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org
  2014-02-12 16:54 [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org Thomas De Schampheleire
  2014-02-12 17:34 ` Mike Zick
@ 2014-02-12 19:43 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-02-12 19:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 > As the e-mail address buildroot at buildroot.org is now enabled, update the
 > e-mail addresses in the source tree from @uclibc.org and @busybox.net to our
 > own proper domain.

 > Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

 > ---
 > v2: keep original address in Makefile

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-12 19:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 16:54 [Buildroot] [PATCH v2] trivial: update buildroot e-mail address to buildroot@buildroot.org Thomas De Schampheleire
2014-02-12 17:34 ` Mike Zick
2014-02-12 17:55   ` Thomas De Schampheleire
2014-02-12 19:40     ` Peter Korsgaard
2014-02-12 19:43 ` Peter Korsgaard

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.