* [Buildroot] [pull request] Pull request for branch for-2012.02/irc-change
@ 2011-12-29 16:48 Thomas Petazzoni
2011-12-29 16:48 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2011-12-29 16:48 UTC (permalink / raw)
To: buildroot
The following changes since commit ef3fe1bef6581c66af3858d540343e011cb9fdd6:
cdrkit: bump to version 1.1.11 and adjust style (2011-12-21 23:02:31 +0100)
are available in the git repository at:
http://free-electrons.com/~thomas/buildroot.git for-2012.02/irc-change
Thomas Petazzoni (1):
docs: change official IRC channel to #buildroot
docs/docs.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-12-29 16:48 [Buildroot] [pull request] Pull request for branch for-2012.02/irc-change Thomas Petazzoni
@ 2011-12-29 16:48 ` Thomas Petazzoni
2012-01-02 13:16 ` Thomas De Schampheleire
2012-01-02 19:13 ` Peter Korsgaard
0 siblings, 2 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2011-12-29 16:48 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
docs/docs.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs.html b/docs/docs.html
index 57f4bf6..851d1d2 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -20,8 +20,8 @@ help:</p>
<li>On the <a href="lists.html">buildroot mailing list</a>
at <code>buildroot at uclibc.org</code></li>
- <li>On the <a href="irc://freenode.net/#uclibc">Buildroot IRC
- channel</a>, <code>#uclibc</code> on Freenode</li>
+ <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
+ channel</a>, <code>#buildroot</code> on Freenode</li>
<li>On our <a href="https://bugs.uclibc.org">bugtracker</a>.</li>
--
1.7.4.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-12-29 16:48 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
@ 2012-01-02 13:16 ` Thomas De Schampheleire
2012-01-02 19:13 ` Peter Korsgaard
1 sibling, 0 replies; 8+ messages in thread
From: Thomas De Schampheleire @ 2012-01-02 13:16 UTC (permalink / raw)
To: buildroot
On Thu, Dec 29, 2011 at 5:48 PM, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> docs/docs.html | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/docs.html b/docs/docs.html
> index 57f4bf6..851d1d2 100644
> --- a/docs/docs.html
> +++ b/docs/docs.html
> @@ -20,8 +20,8 @@ help:</p>
> <li>On the <a href="lists.html">buildroot mailing list</a>
> at <code>buildroot at uclibc.org</code></li>
>
> - <li>On the <a href="irc://freenode.net/#uclibc">Buildroot IRC
> - channel</a>, <code>#uclibc</code> on Freenode</li>
> + <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
> + channel</a>, <code>#buildroot</code> on Freenode</li>
>
> <li>On our <a href="https://bugs.uclibc.org">bugtracker</a>.</li>
>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120102/8e73f733/attachment.html>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-12-29 16:48 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
2012-01-02 13:16 ` Thomas De Schampheleire
@ 2012-01-02 19:13 ` Peter Korsgaard
1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2012-01-02 19:13 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [RFC] Making clear that Buildroot is no longer uClibc specific
@ 2011-10-11 14:38 Thomas Petazzoni
2011-10-11 14:38 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2011-10-11 14:38 UTC (permalink / raw)
To: buildroot
Hello,
Historically, the Buildroot project was started by uClibc
developers. Nowadays, Buildroot can be used regardless of the choice
of C library, but many people still think it's an uClibc-only
solution.
Therefore, the following patch proposed to switch to a dedicated
#buildroot IRC channel instead of #uclibc.
In addition to that, it'd be great if the mailing-list had
buildroot at buildroot.org as its official address, and if the bug
tracker had http://bugs.buildroot.org as its official address.
What do you think?
Regards,
Thomas
The following changes since commit bde4564fa74cc25a088aa4173709894d2acf5844:
radvd: show it in config menu when toolchain lacks ipv6 (2011-10-11 16:10:30 +0200)
are available in the git repository at:
http://free-electrons.com/~thomas/buildroot.git for-2011.11/irc-change
Thomas Petazzoni (1):
docs: change official IRC channel to #buildroot
docs/docs.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 8+ messages in thread* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-10-11 14:38 [Buildroot] [RFC] Making clear that Buildroot is no longer uClibc specific Thomas Petazzoni
@ 2011-10-11 14:38 ` Thomas Petazzoni
2011-10-11 17:06 ` Yann E. MORIN
2011-10-13 15:41 ` Thomas De Schampheleire
0 siblings, 2 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2011-10-11 14:38 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
docs/docs.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs.html b/docs/docs.html
index 57f4bf6..851d1d2 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -20,8 +20,8 @@ help:</p>
<li>On the <a href="lists.html">buildroot mailing list</a>
at <code>buildroot at uclibc.org</code></li>
- <li>On the <a href="irc://freenode.net/#uclibc">Buildroot IRC
- channel</a>, <code>#uclibc</code> on Freenode</li>
+ <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
+ channel</a>, <code>#buildroot</code> on Freenode</li>
<li>On our <a href="https://bugs.uclibc.org">bugtracker</a>.</li>
--
1.7.4.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-10-11 14:38 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
@ 2011-10-11 17:06 ` Yann E. MORIN
2011-10-11 18:07 ` Thomas Petazzoni
2011-10-13 15:41 ` Thomas De Schampheleire
1 sibling, 1 reply; 8+ messages in thread
From: Yann E. MORIN @ 2011-10-11 17:06 UTC (permalink / raw)
To: buildroot
Thomas, All,
On Tuesday 11 October 2011 16:38:56 Thomas Petazzoni wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> docs/docs.html | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/docs.html b/docs/docs.html
> index 57f4bf6..851d1d2 100644
> --- a/docs/docs.html
> +++ b/docs/docs.html
> @@ -20,8 +20,8 @@ help:</p>
> <li>On the <a href="lists.html">buildroot mailing list</a>
> at <code>buildroot at uclibc.org</code></li>
>
> - <li>On the <a href="irc://freenode.net/#uclibc">Buildroot IRC
> - channel</a>, <code>#uclibc</code> on Freenode</li>
> + <li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
> + channel</a>, <code>#buildroot</code> on Freenode</li>
Please, register the channel first. Then:
Acked-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-10-11 17:06 ` Yann E. MORIN
@ 2011-10-11 18:07 ` Thomas Petazzoni
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2011-10-11 18:07 UTC (permalink / raw)
To: buildroot
Le Tue, 11 Oct 2011 19:06:41 +0200,
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> a ?crit :
> Please, register the channel first. Then:
Done, thanks.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot
2011-10-11 14:38 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
2011-10-11 17:06 ` Yann E. MORIN
@ 2011-10-13 15:41 ` Thomas De Schampheleire
1 sibling, 0 replies; 8+ messages in thread
From: Thomas De Schampheleire @ 2011-10-13 15:41 UTC (permalink / raw)
To: buildroot
On Tue, Oct 11, 2011 at 4:38 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> ?docs/docs.html | ? ?4 ++--
> ?1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/docs/docs.html b/docs/docs.html
> index 57f4bf6..851d1d2 100644
> --- a/docs/docs.html
> +++ b/docs/docs.html
> @@ -20,8 +20,8 @@ help:</p>
> ? <li>On the <a href="lists.html">buildroot mailing list</a>
> ? at <code>buildroot at uclibc.org</code></li>
>
> - ?<li>On the <a href="irc://freenode.net/#uclibc">Buildroot IRC
> - ?channel</a>, <code>#uclibc</code> on Freenode</li>
> + ?<li>On the <a href="irc://freenode.net/#buildroot">Buildroot IRC
> + ?channel</a>, <code>#buildroot</code> on Freenode</li>
>
> ? <li>On our <a href="https://bugs.uclibc.org">bugtracker</a>.</li>
>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
> --
> 1.7.4.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-01-02 19:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 16:48 [Buildroot] [pull request] Pull request for branch for-2012.02/irc-change Thomas Petazzoni
2011-12-29 16:48 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
2012-01-02 13:16 ` Thomas De Schampheleire
2012-01-02 19:13 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2011-10-11 14:38 [Buildroot] [RFC] Making clear that Buildroot is no longer uClibc specific Thomas Petazzoni
2011-10-11 14:38 ` [Buildroot] [PATCH 1/1] docs: change official IRC channel to #buildroot Thomas Petazzoni
2011-10-11 17:06 ` Yann E. MORIN
2011-10-11 18:07 ` Thomas Petazzoni
2011-10-13 15:41 ` Thomas De Schampheleire
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox