All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] connman: enable connman client
@ 2013-02-25  8:49 Cristian Iorga
  2013-02-25  8:51 ` Iorga, Cristian
  0 siblings, 1 reply; 8+ messages in thread
From: Cristian Iorga @ 2013-02-25  8:49 UTC (permalink / raw)
  To: openembedded-core

connmanctl is now included when connman is installed

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/connman/connman.inc |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index b61e2af..b0ede60 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
             ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
             "
 
-INC_PR = "r17"
+INC_PR = "r18"
 
 TIST = "--enable-tist"
 TIST_powerpc = ""
@@ -38,7 +38,7 @@ EXTRA_OECONF += "\
     --enable-tools \
     --enable-test \
     --disable-polkit \
-    --disable-client \
+    --enable-client \
     --enable-fake \
     ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \
 "
@@ -73,6 +73,7 @@ do_install_append() {
 	install -d ${D}${bindir}
 	install -m 0755 ${S}/tools/*-test ${D}${bindir}
 	install -m 0755 ${S}/tools/wispr ${D}${bindir}
+	install -m 0755 ${B}/client/connmanctl ${D}${bindir}
 
 	# We don't need to package an empty directory
 	rmdir ${D}${libdir}/connman/scripts
-- 
1.7.10.4




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

* Re: [PATCH V2] connman: enable connman client
  2013-02-25  8:49 [PATCH V2] connman: enable connman client Cristian Iorga
@ 2013-02-25  8:51 ` Iorga, Cristian
  2013-02-25 23:53   ` Saul Wold
  0 siblings, 1 reply; 8+ messages in thread
From: Iorga, Cristian @ 2013-02-25  8:51 UTC (permalink / raw)
  To: openembedded-core

Changes from V1:
	- connman client is explicitly enabled
	- ${B} is used instead of ${S} (in this specific case are the same, it will be changed later on)

-----Original Message-----
From: Iorga, Cristian 
Sent: Monday, February 25, 2013 10:49 AM
To: openembedded-core@lists.openembedded.org
Cc: Iorga, Cristian
Subject: [PATCH V2] connman: enable connman client

connmanctl is now included when connman is installed

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/connman/connman.inc |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index b61e2af..b0ede60 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
             ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
             "
 
-INC_PR = "r17"
+INC_PR = "r18"
 
 TIST = "--enable-tist"
 TIST_powerpc = ""
@@ -38,7 +38,7 @@ EXTRA_OECONF += "\
     --enable-tools \
     --enable-test \
     --disable-polkit \
-    --disable-client \
+    --enable-client \
     --enable-fake \
     ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \  "
@@ -73,6 +73,7 @@ do_install_append() {
 	install -d ${D}${bindir}
 	install -m 0755 ${S}/tools/*-test ${D}${bindir}
 	install -m 0755 ${S}/tools/wispr ${D}${bindir}
+	install -m 0755 ${B}/client/connmanctl ${D}${bindir}
 
 	# We don't need to package an empty directory
 	rmdir ${D}${libdir}/connman/scripts
--
1.7.10.4




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

* Re: [PATCH V2] connman: enable connman client
  2013-02-25  8:51 ` Iorga, Cristian
@ 2013-02-25 23:53   ` Saul Wold
  2013-02-26  9:25     ` Jack Mitchell
  0 siblings, 1 reply; 8+ messages in thread
From: Saul Wold @ 2013-02-25 23:53 UTC (permalink / raw)
  To: Iorga, Cristian; +Cc: openembedded-core

On 02/25/2013 12:51 AM, Iorga, Cristian wrote:
> Changes from V1:
> 	- connman client is explicitly enabled
> 	- ${B} is used instead of ${S} (in this specific case are the same, it will be changed later on)
>
Please add these to a proper commit message.

Also, there was some discussion prior about putting the connmanctl in a 
separate package, that does not seem to have happened here.

It could go into the -tools packages that already exists or it's own 
package connman-ctl?

I know Jack M. mentioned looking into this also, so let's be sure to 
coordinate this.

Thanks
	Sau!

> -----Original Message-----
> From: Iorga, Cristian
> Sent: Monday, February 25, 2013 10:49 AM
> To: openembedded-core@lists.openembedded.org
> Cc: Iorga, Cristian
> Subject: [PATCH V2] connman: enable connman client
>
> connmanctl is now included when connman is installed
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
>   meta/recipes-connectivity/connman/connman.inc |    5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
> index b61e2af..b0ede60 100644
> --- a/meta/recipes-connectivity/connman/connman.inc
> +++ b/meta/recipes-connectivity/connman/connman.inc
> @@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
>               ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
>               "
>
> -INC_PR = "r17"
> +INC_PR = "r18"
>
>   TIST = "--enable-tist"
>   TIST_powerpc = ""
> @@ -38,7 +38,7 @@ EXTRA_OECONF += "\
>       --enable-tools \
>       --enable-test \
>       --disable-polkit \
> -    --disable-client \
> +    --enable-client \
>       --enable-fake \
>       ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \  "
> @@ -73,6 +73,7 @@ do_install_append() {
>   	install -d ${D}${bindir}
>   	install -m 0755 ${S}/tools/*-test ${D}${bindir}
>   	install -m 0755 ${S}/tools/wispr ${D}${bindir}
> +	install -m 0755 ${B}/client/connmanctl ${D}${bindir}
>
>   	# We don't need to package an empty directory
>   	rmdir ${D}${libdir}/connman/scripts
> --
> 1.7.10.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



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

* Re: [PATCH V2] connman: enable connman client
  2013-02-25 23:53   ` Saul Wold
@ 2013-02-26  9:25     ` Jack Mitchell
  2013-02-26 10:38       ` Iorga, Cristian
  0 siblings, 1 reply; 8+ messages in thread
From: Jack Mitchell @ 2013-02-26  9:25 UTC (permalink / raw)
  To: openembedded-core

On 25/02/13 23:53, Saul Wold wrote:
> On 02/25/2013 12:51 AM, Iorga, Cristian wrote:
>> Changes from V1:
>>     - connman client is explicitly enabled
>>     - ${B} is used instead of ${S} (in this specific case are the 
>> same, it will be changed later on)
>>
> Please add these to a proper commit message.
>
> Also, there was some discussion prior about putting the connmanctl in 
> a separate package, that does not seem to have happened here.
>
> It could go into the -tools packages that already exists or it's own 
> package connman-ctl?
>
> I know Jack M. mentioned looking into this also, so let's be sure to 
> coordinate this.

Yes, that was my suggestion. I'm blocked at the moment by a binutils 
failure I can't shift, so currently unable to contribute. I would 
suggest putting it in a new connman-client package which is a 2 minute 
change and test.

>
> Thanks
>     Sau!
>
>> I know Jack M. mentioned looking into this also, so let's be sure to 
>> coordinate this. -----Original Message-----
>> From: Iorga, Cristian
>> Sent: Monday, February 25, 2013 10:49 AM
>> To: openembedded-core@lists.openembedded.org
>> Cc: Iorga, Cristian
>> Subject: [PATCH V2] connman: enable connman client
>>
>> connmanctl is now included when connman is installed
>>
>> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
>> ---
>>   meta/recipes-connectivity/connman/connman.inc |    5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-connectivity/connman/connman.inc 
>> b/meta/recipes-connectivity/connman/connman.inc
>> index b61e2af..b0ede60 100644
>> --- a/meta/recipes-connectivity/connman/connman.inc
>> +++ b/meta/recipes-connectivity/connman/connman.inc
>> @@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
>>               ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', 
>> d)} \
>>               "
>>
>> -INC_PR = "r17"
>> +INC_PR = "r18"
>>
>>   TIST = "--enable-tist"
>>   TIST_powerpc = ""
>> @@ -38,7 +38,7 @@ EXTRA_OECONF += "\
>>       --enable-tools \
>>       --enable-test \
>>       --disable-polkit \
>> -    --disable-client \
>> +    --enable-client \
>>       --enable-fake \
>>       ${@base_contains('DISTRO_FEATURES', 'systemd', 
>> '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \  "
>> @@ -73,6 +73,7 @@ do_install_append() {
>>       install -d ${D}${bindir}
>>       install -m 0755 ${S}/tools/*-test ${D}${bindir}
>>       install -m 0755 ${S}/tools/wispr ${D}${bindir}
>> +    install -m 0755 ${B}/client/connmanctl ${D}${bindir}
>>
>>       # We don't need to package an empty directory
>>       rmdir ${D}${libdir}/connman/scripts
>> -- 
>> 1.7.10.4
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




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

* Re: [PATCH V2] connman: enable connman client
  2013-02-26  9:25     ` Jack Mitchell
@ 2013-02-26 10:38       ` Iorga, Cristian
  2013-02-26 11:10         ` Jack Mitchell
  0 siblings, 1 reply; 8+ messages in thread
From: Iorga, Cristian @ 2013-02-26 10:38 UTC (permalink / raw)
  To: ml, openembedded-core

Hello all,

So, what is the general agreement here?

I placed connmanctl in the same package as connman because it is a very valuable tool, which should go in by default if connman is present also.
It should not belong to connman-test, because it is used to control connman, not test it.
If you want it to be in a connman-ctl package, just let me know and I will do the changes, re-test, and re-send the patch.

Regards,
Cristian

-----Original Message-----
From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Jack Mitchell
Sent: Tuesday, February 26, 2013 11:25 AM
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH V2] connman: enable connman client

On 25/02/13 23:53, Saul Wold wrote:
> On 02/25/2013 12:51 AM, Iorga, Cristian wrote:
>> Changes from V1:
>>     - connman client is explicitly enabled
>>     - ${B} is used instead of ${S} (in this specific case are the 
>> same, it will be changed later on)
>>
> Please add these to a proper commit message.
>
> Also, there was some discussion prior about putting the connmanctl in 
> a separate package, that does not seem to have happened here.
>
> It could go into the -tools packages that already exists or it's own 
> package connman-ctl?
>
> I know Jack M. mentioned looking into this also, so let's be sure to 
> coordinate this.

Yes, that was my suggestion. I'm blocked at the moment by a binutils failure I can't shift, so currently unable to contribute. I would suggest putting it in a new connman-client package which is a 2 minute change and test.

>
> Thanks
>     Sau!
>
>> I know Jack M. mentioned looking into this also, so let's be sure to 
>> coordinate this. -----Original Message-----
>> From: Iorga, Cristian
>> Sent: Monday, February 25, 2013 10:49 AM
>> To: openembedded-core@lists.openembedded.org
>> Cc: Iorga, Cristian
>> Subject: [PATCH V2] connman: enable connman client
>>
>> connmanctl is now included when connman is installed
>>
>> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
>> ---
>>   meta/recipes-connectivity/connman/connman.inc |    5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-connectivity/connman/connman.inc
>> b/meta/recipes-connectivity/connman/connman.inc
>> index b61e2af..b0ede60 100644
>> --- a/meta/recipes-connectivity/connman/connman.inc
>> +++ b/meta/recipes-connectivity/connman/connman.inc
>> @@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
>>               ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', 
>> d)} \
>>               "
>>
>> -INC_PR = "r17"
>> +INC_PR = "r18"
>>
>>   TIST = "--enable-tist"
>>   TIST_powerpc = ""
>> @@ -38,7 +38,7 @@ EXTRA_OECONF += "\
>>       --enable-tools \
>>       --enable-test \
>>       --disable-polkit \
>> -    --disable-client \
>> +    --enable-client \
>>       --enable-fake \
>>       ${@base_contains('DISTRO_FEATURES', 'systemd', 
>> '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \  "
>> @@ -73,6 +73,7 @@ do_install_append() {
>>       install -d ${D}${bindir}
>>       install -m 0755 ${S}/tools/*-test ${D}${bindir}
>>       install -m 0755 ${S}/tools/wispr ${D}${bindir}
>> +    install -m 0755 ${B}/client/connmanctl ${D}${bindir}
>>
>>       # We don't need to package an empty directory
>>       rmdir ${D}${libdir}/connman/scripts
>> --
>> 1.7.10.4
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--


_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH V2] connman: enable connman client
  2013-02-26 10:38       ` Iorga, Cristian
@ 2013-02-26 11:10         ` Jack Mitchell
  2013-02-26 11:16           ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Jack Mitchell @ 2013-02-26 11:10 UTC (permalink / raw)
  To: Iorga, Cristian, Patches and discussions about the oe-core layer

On 26/02/13 10:38, Iorga, Cristian wrote:
> Hello all,
>
> So, what is the general agreement here?
>
> I placed connmanctl in the same package as connman because it is a very valuable tool, which should go in by default if connman is present also.
> It should not belong to connman-test, because it is used to control connman, not test it.
> If you want it to be in a connman-ctl package, just let me know and I will do the changes, re-test, and re-send the patch.

I think it is best to be defined as a separate package connman-client 
within the current connman recipe. My reasoning for this is that connman 
is widely used as an embedded network manager and its main interface is 
dbus rather than the 'helper' program connmanctl.

>
> Regards,
> Cristian
>
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Jack Mitchell
> Sent: Tuesday, February 26, 2013 11:25 AM
> To: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH V2] connman: enable connman client
>
> On 25/02/13 23:53, Saul Wold wrote:
>> On 02/25/2013 12:51 AM, Iorga, Cristian wrote:
>>> Changes from V1:
>>>      - connman client is explicitly enabled
>>>      - ${B} is used instead of ${S} (in this specific case are the
>>> same, it will be changed later on)
>>>
>> Please add these to a proper commit message.
>>
>> Also, there was some discussion prior about putting the connmanctl in
>> a separate package, that does not seem to have happened here.
>>
>> It could go into the -tools packages that already exists or it's own
>> package connman-ctl?
>>
>> I know Jack M. mentioned looking into this also, so let's be sure to
>> coordinate this.
> Yes, that was my suggestion. I'm blocked at the moment by a binutils failure I can't shift, so currently unable to contribute. I would suggest putting it in a new connman-client package which is a 2 minute change and test.
>
>> Thanks
>>      Sau!
>>
>>> I know Jack M. mentioned looking into this also, so let's be sure to
>>> coordinate this. -----Original Message-----
>>> From: Iorga, Cristian
>>> Sent: Monday, February 25, 2013 10:49 AM
>>> To: openembedded-core@lists.openembedded.org
>>> Cc: Iorga, Cristian
>>> Subject: [PATCH V2] connman: enable connman client
>>>
>>> connmanctl is now included when connman is installed
>>>
>>> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
>>> ---
>>>    meta/recipes-connectivity/connman/connman.inc |    5 +++--
>>>    1 file changed, 3 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/meta/recipes-connectivity/connman/connman.inc
>>> b/meta/recipes-connectivity/connman/connman.inc
>>> index b61e2af..b0ede60 100644
>>> --- a/meta/recipes-connectivity/connman/connman.inc
>>> +++ b/meta/recipes-connectivity/connman/connman.inc
>>> @@ -20,7 +20,7 @@ DEPENDS  = "dbus glib-2.0 ppp iptables gnutls \
>>>                ${@base_contains('DISTRO_FEATURES', '3g','ofono', '',
>>> d)} \
>>>                "
>>>
>>> -INC_PR = "r17"
>>> +INC_PR = "r18"
>>>
>>>    TIST = "--enable-tist"
>>>    TIST_powerpc = ""
>>> @@ -38,7 +38,7 @@ EXTRA_OECONF += "\
>>>        --enable-tools \
>>>        --enable-test \
>>>        --disable-polkit \
>>> -    --disable-client \
>>> +    --enable-client \
>>>        --enable-fake \
>>>        ${@base_contains('DISTRO_FEATURES', 'systemd',
>>> '--with-systemdunitdir=${systemd_unitdir}/system/', '', d)} \  "
>>> @@ -73,6 +73,7 @@ do_install_append() {
>>>        install -d ${D}${bindir}
>>>        install -m 0755 ${S}/tools/*-test ${D}${bindir}
>>>        install -m 0755 ${S}/tools/wispr ${D}${bindir}
>>> +    install -m 0755 ${B}/client/connmanctl ${D}${bindir}
>>>
>>>        # We don't need to package an empty directory
>>>        rmdir ${D}${libdir}/connman/scripts
>>> --
>>> 1.7.10.4
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>


-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




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

* Re: [PATCH V2] connman: enable connman client
  2013-02-26 11:10         ` Jack Mitchell
@ 2013-02-26 11:16           ` Burton, Ross
  2013-02-26 15:14             ` Saul Wold
  0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2013-02-26 11:16 UTC (permalink / raw)
  To: Cristian Iorga; +Cc: Patches and discussions about the oe-core layer

On 26 February 2013 11:10, Jack Mitchell <ml@communistcode.co.uk> wrote:
> I think it is best to be defined as a separate package connman-client within
> the current connman recipe. My reasoning for this is that connman is widely
> used as an embedded network manager and its main interface is dbus rather
> than the 'helper' program connmanctl.

Cristian - in another commit can you also add connman-client to the
tools-testapps image feature?

Ross



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

* Re: [PATCH V2] connman: enable connman client
  2013-02-26 11:16           ` Burton, Ross
@ 2013-02-26 15:14             ` Saul Wold
  0 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2013-02-26 15:14 UTC (permalink / raw)
  To: Burton, Ross, Cristian Iorga
  Cc: Patches and discussions about the oe-core layer

On 02/26/2013 03:16 AM, Burton, Ross wrote:
> On 26 February 2013 11:10, Jack Mitchell <ml@communistcode.co.uk> wrote:
>> I think it is best to be defined as a separate package connman-client within
>> the current connman recipe. My reasoning for this is that connman is widely
>> used as an embedded network manager and its main interface is dbus rather
>> than the 'helper' program connmanctl.
>
+1 to connman-client

> Cristian - in another commit can you also add connman-client to the
> tools-testapps image feature?
>
+1 here also!

Sau!

> Ross
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



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

end of thread, other threads:[~2013-02-26 15:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-25  8:49 [PATCH V2] connman: enable connman client Cristian Iorga
2013-02-25  8:51 ` Iorga, Cristian
2013-02-25 23:53   ` Saul Wold
2013-02-26  9:25     ` Jack Mitchell
2013-02-26 10:38       ` Iorga, Cristian
2013-02-26 11:10         ` Jack Mitchell
2013-02-26 11:16           ` Burton, Ross
2013-02-26 15:14             ` Saul Wold

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.