Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-17 Thread Wolfgang Denk
Dear Andy,

In message  
you wrote:
>
> Might I humbly suggest that the custodians just push changes to a
> separate branch in their own trees? It should be effectively the same,

I'd prefer to have it in one central location.  This also makes it
easier for others to check what's already present there.

> but without everyone possibly hitting the same repository at the same
> time...

On the day where you see performance problems because too many
custodians try to push too many patches to u-boot-staging
simultaneously I will rent a faster server.  Promised :-)

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
As a general rule, the freedom of any people can  be  judged  by  the
volume of their laughter.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-17 Thread Andy Fleming
On Thu, Nov 17, 2011 at 12:19 PM, Detlev Zundel  wrote:
> Hi Stefano,
>
>> On 11/16/2011 07:51 PM, Wolfgang Denk wrote:
>>
>> Wolfgang,
>>

 Please let's try if this works.  If you have any suggestions how to
 help better, please don't hesitate to tell us.
>>
>> I have tried with a couple of patches (network related), and then I
>> wanted to test if push works. As u-boot-staging should be open for all
>> custodians, I was expecting I should use the same mechanism, and then I
>> tried with:
>>
>>
>> git push ssh://gu-...@git.denx.de/u-boot-staging sba...@denx.de
>>
>> ...but the new branch sba...@denx.de is now part of u-boot-imx, not
>> u-boot-staging ! Where is the mistake ?
>
> Indeed - this is because of the setup of the custodian trees.  The git
> action is directly coupled to the user account so the account gu-imx
> will _only_ be able to work inside that tree.  Effectively, the
> directory part of the URL is discarded...
>
> The correct usage is of course as Wolfgang points out through the
> gu-staging user.
>

Might I humbly suggest that the custodians just push changes to a
separate branch in their own trees? It should be effectively the same,
but without everyone possibly hitting the same repository at the same
time...

Andy
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-17 Thread Detlev Zundel
Hi Stefano,

> On 11/16/2011 07:51 PM, Wolfgang Denk wrote:
>
> Wolfgang,
>
>>>
>>> Please let's try if this works.  If you have any suggestions how to
>>> help better, please don't hesitate to tell us.
>
> I have tried with a couple of patches (network related), and then I 
> wanted to test if push works. As u-boot-staging should be open for all 
> custodians, I was expecting I should use the same mechanism, and then I 
> tried with:
>
>
> git push ssh://gu-...@git.denx.de/u-boot-staging sba...@denx.de
>
> ...but the new branch sba...@denx.de is now part of u-boot-imx, not 
> u-boot-staging ! Where is the mistake ?

Indeed - this is because of the setup of the custodian trees.  The git
action is directly coupled to the user account so the account gu-imx
will _only_ be able to work inside that tree.  Effectively, the
directory part of the URL is discarded...

The correct usage is of course as Wolfgang points out through the
gu-staging user.

Best wishes
  Detlev

-- 
Due to the change in scope, STUN has also been renamed from "Simple Traversal
of UDP through NAT" to  "Session  Traversal Utilities for NAT".   The acronym
remains STUN, which is all anyone ever remembers anyway.-- rfc5389
--
DENX Software Engineering GmbH,  MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: d...@denx.de
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-16 Thread Wolfgang Denk
Dear Stefano Babic,

In message <4ec4102d.2020...@denx.de> you wrote:
>
> I have tried with a couple of patches (network related), and then I 
> wanted to test if push works. As u-boot-staging should be open for all 
> custodians, I was expecting I should use the same mechanism, and then I 
> tried with:
> 
> 
> git push ssh://gu-...@git.denx.de/u-boot-staging sba...@denx.de
> 
> ...but the new branch sba...@denx.de is now part of u-boot-imx, not 
> u-boot-staging ! Where is the mistake ?

The command did actually work?  Hm...

Please try instead pushign as user "gu-staging", i. e.

git push ssh://gu-stag...@git.denx.de/u-boot-staging 
:sba...@denx.de


And _thanks_ !!!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Disc space - the final frontier!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-16 Thread Stefano Babic
On 11/16/2011 07:51 PM, Wolfgang Denk wrote:

Wolfgang,

>>
>> Please let's try if this works.  If you have any suggestions how to
>> help better, please don't hesitate to tell us.

I have tried with a couple of patches (network related), and then I 
wanted to test if push works. As u-boot-staging should be open for all 
custodians, I was expecting I should use the same mechanism, and then I 
tried with:


git push ssh://gu-...@git.denx.de/u-boot-staging sba...@denx.de

...but the new branch sba...@denx.de is now part of u-boot-imx, not 
u-boot-staging ! Where is the mistake ?

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot