Thread overview
[phobos] How do I grant phobos pull privileges to someone?
Sep 11, 2011
Vladimir Panteleev
Sep 11, 2011
Walter Bright
Sep 11, 2011
kenji hara
Sep 11, 2011
kenji hara
Sep 11, 2011
Brad Roberts
Sep 11, 2011
kenji hara
September 10, 2011
Couldn't find the option at all!

Andrei
September 11, 2011
On Sun, 11 Sep 2011 03:34:35 +0300, Andrei Alexandrescu <andrei at erdani.com> wrote:

> Couldn't find the option at all!

What are pull privileges? Did you mean push privileges?

If so, go to https://github.com/D-Programming-Language/phobos/admin , and add them on the Collabolators tab. Only the repository admin might be able to do it, though.

-- 
Best regards,
  Vladimir                            mailto:vladimir at thecybershadow.net
September 10, 2011
Alright, I get a 404. That means I'm not an admin.

Thanks much,

Andrei

On 9/10/11 7:44 PM, Vladimir Panteleev wrote:
> On Sun, 11 Sep 2011 03:34:35 +0300, Andrei Alexandrescu <andrei at erdani.com> wrote:
>
>> Couldn't find the option at all!
>
> What are pull privileges? Did you mean push privileges?
>
> If so, go to https://github.com/D-Programming-Language/phobos/admin , and add them on the Collabolators tab. Only the repository admin might be able to do it, though.
>
September 10, 2011
I did it.

On 9/10/2011 7:00 PM, Andrei Alexandrescu wrote:
> Alright, I get a 404. That means I'm not an admin.
>
> Thanks much,
>
> Andrei
>
> On 9/10/11 7:44 PM, Vladimir Panteleev wrote:
>> On Sun, 11 Sep 2011 03:34:35 +0300, Andrei Alexandrescu <andrei at erdani.com> wrote:
>>
>>> Couldn't find the option at all!
>>
>> What are pull privileges? Did you mean push privileges?
>>
>> If so, go to https://github.com/D-Programming-Language/phobos/admin , and add them on the Collabolators tab. Only the repository admin might be able to do it, though.
>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
>
September 11, 2011
Thank you, I'll try to direct pushing.

Kenji Hara

2011/9/11 Walter Bright <walter at digitalmars.com>:
> I did it.
>
> On 9/10/2011 7:00 PM, Andrei Alexandrescu wrote:
>>
>> Alright, I get a 404. That means I'm not an admin.
>>
>> Thanks much,
>>
>> Andrei
>>
>> On 9/10/11 7:44 PM, Vladimir Panteleev wrote:
>>>
>>> On Sun, 11 Sep 2011 03:34:35 +0300, Andrei Alexandrescu <andrei at erdani.com> wrote:
>>>
>>>> Couldn't find the option at all!
>>>
>>> What are pull privileges? Did you mean push privileges?
>>>
>>> If so, go to https://github.com/D-Programming-Language/phobos/admin , and add them on the Collabolators tab. Only the repository admin might be able to do it, though.
>>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
September 11, 2011
OK, now I can push commits into D-Programming-Language/phobos directly. Good!

Kenji Hara

2011/9/11 kenji hara <k.hara.pg at gmail.com>:
> Thank you, I'll try to direct pushing.
>
> Kenji Hara
>
> 2011/9/11 Walter Bright <walter at digitalmars.com>:
>> I did it.
>>
>> On 9/10/2011 7:00 PM, Andrei Alexandrescu wrote:
>>>
>>> Alright, I get a 404. That means I'm not an admin.
>>>
>>> Thanks much,
>>>
>>> Andrei
>>>
>>> On 9/10/11 7:44 PM, Vladimir Panteleev wrote:
>>>>
>>>> On Sun, 11 Sep 2011 03:34:35 +0300, Andrei Alexandrescu <andrei at erdani.com> wrote:
>>>>
>>>>> Couldn't find the option at all!
>>>>
>>>> What are pull privileges? Did you mean push privileges?
>>>>
>>>> If so, go to https://github.com/D-Programming-Language/phobos/admin , and add them on the Collabolators tab. Only the repository admin might be able to do it, though.
>>>>
>>> _______________________________________________
>>> phobos mailing list
>>> phobos at puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/phobos
>>>
>>>
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
>
September 10, 2011
You should still use pull requests and allow changes to go through a review cycle.  Pushing directly and bypassing that step should be reserved for only trivial changes, like changelogs.

On 9/10/2011 7:46 PM, kenji hara wrote:
> Thank you, I'll try to direct pushing.
> 
> Kenji Hara
> 
> 2011/9/11 Walter Bright <walter at digitalmars.com>:
>> I did it.
>>
>> On 9/10/2011 7:00 PM, Andrei Alexandrescu wrote:
>>>
>>> Alright, I get a 404. That means I'm not an admin.
>>>
>>> Thanks much,
>>>
>>> Andrei
>>>
>>> On 9/10/11 7:44 PM, Vladimir Panteleev wrote:
>>>>
>>>> On Sun, 11 Sep 2011 03:34:35 +0300, Andrei Alexandrescu <andrei at erdani.com> wrote:
>>>>
>>>>> Couldn't find the option at all!
>>>>
>>>> What are pull privileges? Did you mean push privileges?
>>>>
>>>> If so, go to https://github.com/D-Programming-Language/phobos/admin , and add them on the Collabolators tab. Only the repository admin might be able to do it, though.
September 11, 2011
2011/9/11 Brad Roberts <braddr at puremagic.com>:
> You should still use pull requests and allow changes to go through a review cycle. ?Pushing directly and bypassing that step should be reserved for only trivial changes, like changelogs.

OK. I understand.

Kenji Hara