Re: Gitlab access for translators

2019-03-26 Thread Matej Urban via gnome-i18n
Hello, guys,
I'd like to reopen this thread with a perfect Subject.

Lately it seems that more and more project are put in special groups to
which translators (and coordinators) do not get git access anymore.

As I see now, I have 3 different workflows:
- some projects I can commit directly to git (for now)
- some projects I need to fork first on gitlab to then commit (which can
not necessarily be done neither completely through webUI nor in command
line)
- some projects, like release-notes, I can as it seems push only through
the translation bot, which Slovenian team doesn't use.

I guess that us coordinators really did some nasty hacks in past years ...

Can someone please elaborate, what are the plans for
translators/coordinators ...

Thank you,

Matej

On Sun, Mar 11, 2018 at 9:55 AM Alexandre Franke  wrote:

> On Sat, Mar 10, 2018 at 11:34 PM, Mario Blättermann
>  wrote:
> > Thanks for the hint. Indeed, it works again. But it should be
> > considered to update the wiki pages...
>
> A note was just added by Ernestas Kulik.
>
> --
> Alexandre Franke
> GNOME Hacker & Foundation Director
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-11 Thread Alexandre Franke
On Sat, Mar 10, 2018 at 11:34 PM, Mario Blättermann
 wrote:
> Thanks for the hint. Indeed, it works again. But it should be
> considered to update the wiki pages...

A note was just added by Ernestas Kulik.

-- 
Alexandre Franke
GNOME Hacker & Foundation Director
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Mario Blättermann
2018-03-10 14:25 GMT+01:00 Alexandre Franke :
> On Sat, Mar 10, 2018 at 12:40 PM, Mario Blättermann
>  wrote:
>>
>> Hi all,
>
>
> Hi,
>
>>
>> recently GNOMe has switched to Gitlab. Don't know the reasons, but
>> don't matter at all... Now I have a problem. I have write access in
>> the original GNOME Git for ages, and I can still checkout a module
>> using my user name and SSH key. But when I like to write changes back,
>> I get an error message that I have to use Gitlab from now on. The wiki
>> page [1] doesn't give me any instructions how to do so and lists the
>> old commands only.
>
>
> People who used to have access to git still have access to git repos on
> gitlab. You may have to login once through the web interface, and wait for
> the next puppet run (once every hour), to activate something. Then you
> should be good. The warning may also indicate that you need to use a
> different URL for cloning, but push access won’t be removed with the
> migration.
>
Thanks for the hint. Indeed, it works again. But it should be
considered to update the wiki pages...

Best Regards,
Mario
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Matej Urban
I have an accout on gitlab and I did add a ssh key. I do not understand
this. If I change global data, wouldn't that effect the projects that are
not yet on gitlab?

On Sat, Mar 10, 2018 at 10:01 PM, Ask Hjorth Larsen 
wrote:

> Hi,
>
> 2018-03-10 21:38 GMT+01:00 Matej Urban :
> > Hello,
> >
> > yes, I did, the error is:
> >
> > Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
> > fatal: Could not read from remote repository.
> >
> > I first changed the url by hand in config and I was asked if I want to
> add
> > new address and accept all the keys. I of course confirmed.
>
> Probably you need to add your public ssh key (e.g. ~/.ssh/id_rsa.pub)
> to the gitlab configuration (via the browser).
>
> Best regards
> Ask
>
> >
> > Matej
> >
> > On Sat, Mar 10, 2018 at 9:35 PM, Piotr Drąg  wrote:
> >>
> >> 2018-03-10 21:11 GMT+01:00 Matej Urban :
> >> > Hello,
> >> >
> >> > I tried to update translations today and found, that some I can update
> >> > the
> >> > same way as I always did, some I can not. The error states, that the
> >> > repository has moved to GitLab and I should update the Git remote to
> the
> >> > new
> >> > address.
> >> > I am trying "stuff", but I can not get it working. I have no idea,
> what
> >> > could be wrong. Can you please tell me what do I need to change and
> how?
> >> > I
> >> > changed the address and confirmed it.
> >> >
> >>
> >> Have you tried
> >>
> >> git remote set-url origin g...@gitlab.gnome.org:GNOME/project-name.git
> >>
> >> ?
> >>
> >> Best regards,
> >>
> >> --
> >> Piotr Drąg
> >> https://piotrdrag.fedorapeople.org
> >
> >
> >
> > ___
> > gnome-i18n mailing list
> > gnome-i18n@gnome.org
> > https://mail.gnome.org/mailman/listinfo/gnome-i18n
> >
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Ask Hjorth Larsen
Hi,

2018-03-10 21:38 GMT+01:00 Matej Urban :
> Hello,
>
> yes, I did, the error is:
>
> Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
> fatal: Could not read from remote repository.
>
> I first changed the url by hand in config and I was asked if I want to add
> new address and accept all the keys. I of course confirmed.

Probably you need to add your public ssh key (e.g. ~/.ssh/id_rsa.pub)
to the gitlab configuration (via the browser).

Best regards
Ask

>
> Matej
>
> On Sat, Mar 10, 2018 at 9:35 PM, Piotr Drąg  wrote:
>>
>> 2018-03-10 21:11 GMT+01:00 Matej Urban :
>> > Hello,
>> >
>> > I tried to update translations today and found, that some I can update
>> > the
>> > same way as I always did, some I can not. The error states, that the
>> > repository has moved to GitLab and I should update the Git remote to the
>> > new
>> > address.
>> > I am trying "stuff", but I can not get it working. I have no idea, what
>> > could be wrong. Can you please tell me what do I need to change and how?
>> > I
>> > changed the address and confirmed it.
>> >
>>
>> Have you tried
>>
>> git remote set-url origin g...@gitlab.gnome.org:GNOME/project-name.git
>>
>> ?
>>
>> Best regards,
>>
>> --
>> Piotr Drąg
>> https://piotrdrag.fedorapeople.org
>
>
>
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Matej Urban
Hello,

yes, I did, the error is:

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.

I first changed the url by hand in config and I was asked if I want to add
new address and accept all the keys. I of course confirmed.

Matej

On Sat, Mar 10, 2018 at 9:35 PM, Piotr Drąg  wrote:

> 2018-03-10 21:11 GMT+01:00 Matej Urban :
> > Hello,
> >
> > I tried to update translations today and found, that some I can update
> the
> > same way as I always did, some I can not. The error states, that the
> > repository has moved to GitLab and I should update the Git remote to the
> new
> > address.
> > I am trying "stuff", but I can not get it working. I have no idea, what
> > could be wrong. Can you please tell me what do I need to change and how?
> I
> > changed the address and confirmed it.
> >
>
> Have you tried
>
> git remote set-url origin g...@gitlab.gnome.org:GNOME/project-name.git
>
> ?
>
> Best regards,
>
> --
> Piotr Drąg
> https://piotrdrag.fedorapeople.org
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Piotr Drąg
2018-03-10 21:11 GMT+01:00 Matej Urban :
> Hello,
>
> I tried to update translations today and found, that some I can update the
> same way as I always did, some I can not. The error states, that the
> repository has moved to GitLab and I should update the Git remote to the new
> address.
> I am trying "stuff", but I can not get it working. I have no idea, what
> could be wrong. Can you please tell me what do I need to change and how? I
> changed the address and confirmed it.
>

Have you tried

git remote set-url origin g...@gitlab.gnome.org:GNOME/project-name.git

?

Best regards,

-- 
Piotr Drąg
https://piotrdrag.fedorapeople.org
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Matej Urban
Hello,

I tried to update translations today and found, that some I can update the
same way as I always did, some I can not. The error states, that the
repository has moved to GitLab and I should update the Git remote to the
new address.
I am trying "stuff", but I can not get it working. I have no idea, what
could be wrong. Can you please tell me what do I need to change and how? I
changed the address and confirmed it.

Thanks,

Matej

On Sat, Mar 10, 2018 at 2:25 PM, Alexandre Franke  wrote:

> On Sat, Mar 10, 2018 at 12:40 PM, Mario Blättermann <
> mario.blaetterm...@gmail.com> wrote:
>
>> Hi all,
>>
>
> Hi,
>
>
>> recently GNOMe has switched to Gitlab. Don't know the reasons, but
>> don't matter at all... Now I have a problem. I have write access in
>> the original GNOME Git for ages, and I can still checkout a module
>> using my user name and SSH key. But when I like to write changes back,
>> I get an error message that I have to use Gitlab from now on. The wiki
>> page [1] doesn't give me any instructions how to do so and lists the
>> old commands only.
>>
>
> People who used to have access to git still have access to git repos on
> gitlab. You may have to login once through the web interface, and wait for
> the next puppet run (once every hour), to activate something. Then you
> should be good. The warning may also indicate that you need to use a
> different URL for cloning, but push access won’t be removed with the
> migration.
>
> --
> Alexandre Franke
> GNOME Hacker & Foundation Director
>
> ___
> gnome-i18n mailing list
> gnome-i18n@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnome-i18n
>
>
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Re: Gitlab access for translators

2018-03-10 Thread Alexandre Franke
On Sat, Mar 10, 2018 at 12:40 PM, Mario Blättermann <
mario.blaetterm...@gmail.com> wrote:

> Hi all,
>

Hi,


> recently GNOMe has switched to Gitlab. Don't know the reasons, but
> don't matter at all... Now I have a problem. I have write access in
> the original GNOME Git for ages, and I can still checkout a module
> using my user name and SSH key. But when I like to write changes back,
> I get an error message that I have to use Gitlab from now on. The wiki
> page [1] doesn't give me any instructions how to do so and lists the
> old commands only.
>

People who used to have access to git still have access to git repos on
gitlab. You may have to login once through the web interface, and wait for
the next puppet run (once every hour), to activate something. Then you
should be good. The warning may also indicate that you need to use a
different URL for cloning, but push access won’t be removed with the
migration.

-- 
Alexandre Franke
GNOME Hacker & Foundation Director
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n


Gitlab access for translators

2018-03-10 Thread Mario Blättermann
Hi all,

recently GNOMe has switched to Gitlab. Don't know the reasons, but
don't matter at all... Now I have a problem. I have write access in
the original GNOME Git for ages, and I can still checkout a module
using my user name and SSH key. But when I like to write changes back,
I get an error message that I have to use Gitlab from now on. The wiki
page [1] doesn't give me any instructions how to do so and lists the
old commands only.

Usually translators don't need real write acess anymore, because the
Damned lies pages allow to commit translations directly. But in a few
cases, this doesn't work: Creating new po files which don't exist yet,
images for manual translations, changes in help/Makefile.am... So it
is still needed to keep the git access alive also for translators.

[1] https://wiki.gnome.org/Git/Developers#Developer_Access

Best Regards,
Mario
___
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n