All of lore.kernel.org
 help / color / mirror / Atom feed
* Can someone pls prune a few obsolete branches in openembedded?
@ 2011-10-12  7:10 Ulf Samuelsson
  2011-10-12  8:29 ` Paul Menzel
  2011-10-12 15:07 ` Cliff Brake
  0 siblings, 2 replies; 5+ messages in thread
From: Ulf Samuelsson @ 2011-10-12  7:10 UTC (permalink / raw)
  To: openembedded-devel

All the branches:

ulf/linux-2.6.30*
and
ulf/test

are no longer in use.
All the stuff is already in mainline.

Can someone please remove them?

-- 
Best Regards
Ulf Samuelsson




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

* Re: Can someone pls prune a few obsolete branches in openembedded?
  2011-10-12  7:10 Can someone pls prune a few obsolete branches in openembedded? Ulf Samuelsson
@ 2011-10-12  8:29 ` Paul Menzel
  2011-10-12  8:37   ` Ulf Samuelsson
  2011-10-12 15:29   ` Khem Raj
  2011-10-12 15:07 ` Cliff Brake
  1 sibling, 2 replies; 5+ messages in thread
From: Paul Menzel @ 2011-10-12  8:29 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 335 bytes --]

Dear Ulf,


Am Mittwoch, den 12.10.2011, 09:10 +0200 schrieb Ulf Samuelsson:
> All the branches:
> 
> ulf/linux-2.6.30*
> and
> ulf/test
> 
> are no longer in use.
> All the stuff is already in mainline.
> 
> Can someone please remove them?

Is for example `git push origin :ulf/test` not working?


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: Can someone pls prune a few obsolete branches in openembedded?
  2011-10-12  8:29 ` Paul Menzel
@ 2011-10-12  8:37   ` Ulf Samuelsson
  2011-10-12 15:29   ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Ulf Samuelsson @ 2011-10-12  8:37 UTC (permalink / raw)
  To: openembedded-devel

On 2011-10-12 10:29, Paul Menzel wrote:
> Dear Ulf,
>
>
> Am Mittwoch, den 12.10.2011, 09:10 +0200 schrieb Ulf Samuelsson:
>> All the branches:
>>
>> ulf/linux-2.6.30*
>> and
>> ulf/test
>>
>> are no longer in use.
>> All the stuff is already in mainline.
>>
>> Can someone please remove them?
> Is for example `git push origin :ulf/test` not working?
>
>
> Thanks,
>
> Paul
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

There are only a few people that can delete branches in openembedded.

$ git push origin :ulf/test

<LOCALE messages, skipped>

remote: + refs/heads/ulf/test openembedded ulf_samuelsson DENIED by fallthru
remote: error: hook declined to update refs/heads/ulf/test
To git@git.openembedded.org:openembedded
  ! [remote rejected] ulf/test (hook declined)
error: failed to push some refs to 'git@git.openembedded.org:openembedded'

-- 
Best Regards
Ulf Samuelsson



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

* Re: Can someone pls prune a few obsolete branches in openembedded?
  2011-10-12  7:10 Can someone pls prune a few obsolete branches in openembedded? Ulf Samuelsson
  2011-10-12  8:29 ` Paul Menzel
@ 2011-10-12 15:07 ` Cliff Brake
  1 sibling, 0 replies; 5+ messages in thread
From: Cliff Brake @ 2011-10-12 15:07 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Oct 12, 2011 at 3:10 AM, Ulf Samuelsson
<ulf_samuelsson@telia.com> wrote:
> All the branches:
>
> ulf/linux-2.6.30*
> and
> ulf/test
>
> are no longer in use.
> All the stuff is already in mainline.
>
> Can someone please remove them?

Done, thanks.

Cliff

-- 
=================
http://bec-systems.com



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

* Re: Can someone pls prune a few obsolete branches in openembedded?
  2011-10-12  8:29 ` Paul Menzel
  2011-10-12  8:37   ` Ulf Samuelsson
@ 2011-10-12 15:29   ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2011-10-12 15:29 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Oct 12, 2011 at 1:29 AM, Paul Menzel
<paulepanter@users.sourceforge.net> wrote:
> Dear Ulf,
>
>
> Am Mittwoch, den 12.10.2011, 09:10 +0200 schrieb Ulf Samuelsson:
>> All the branches:
>>
>> ulf/linux-2.6.30*
>> and
>> ulf/test
>>
>> are no longer in use.
>> All the stuff is already in mainline.
>>
>> Can someone please remove them?
>
> Is for example `git push origin :ulf/test` not working?

thats not allowed since it can result in accidental deletion of wrong branches
>
>
> Thanks,
>
> Paul
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>



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

end of thread, other threads:[~2011-10-12 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12  7:10 Can someone pls prune a few obsolete branches in openembedded? Ulf Samuelsson
2011-10-12  8:29 ` Paul Menzel
2011-10-12  8:37   ` Ulf Samuelsson
2011-10-12 15:29   ` Khem Raj
2011-10-12 15:07 ` Cliff Brake

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.