Re: Migrate to gitlab.gnome.org?

2018-05-25 Thread Xavi de Blas
thanks, Andrea already helped me by IRC. Have a nice weekend! El dv., 25 maig 2018 , 19:58, Rafael Fontenelle va escriure: > Hello, Xavi. > > In order to have push permission in gitlab.gnome.org, one must sign in > as LDAP account. No Standard account should be registered or used in > this cas

Re: Migrate to gitlab.gnome.org?

2018-05-25 Thread Rafael Fontenelle
Hello, Xavi. In order to have push permission in gitlab.gnome.org, one must sign in as LDAP account. No Standard account should be registered or used in this case. If you get "invalid credentials" when trying to sign in as LDAP account, take a look at the instructions in the link next to the Sign

Re: Migrate to gitlab.gnome.org?

2018-05-25 Thread Xavi de Blas
Hello all, Hello, I'm Xavier de Blas, main Chronojump developer I tried to login to gitlab website with no success. so I created new account using the website because my account name: "xaviblas" was available. I uploaded my public ssh key I made a clone of my repo with: git clone g...@gitlab.g

Re: Migrate to gitlab.gnome.org?

2018-05-23 Thread Enrico
Thank you Andrea and Rafael, the command to reset password worked :) 2018-05-23 4:02 GMT-03:00 Rafael Fontenelle : > Hello Enrico > > 2018-05-21 20:15 GMT-03:00 Enrico : > > Hi Andrea and everyone > > > > I tried invoke ssh without sudo but I received the same error message: > > "Permission deni

Re: Migrate to gitlab.gnome.org?

2018-05-23 Thread Rafael Fontenelle
Hello Enrico 2018-05-21 20:15 GMT-03:00 Enrico : > Hi Andrea and everyone > > I tried invoke ssh without sudo but I received the same error message: > "Permission denied (publickey,gssapi-keyex,gssapi-with-mic).", so I still > couldn't recover my password. > > Please, any additional suggestions or

Re: Migrate to gitlab.gnome.org?

2018-05-21 Thread Enrico
Hi Andrea and everyone I tried invoke ssh without sudo but I received the same error message: "Permission denied (publickey,gssapi-keyex,gssapi-with-mic).", so I still couldn't recover my password. Please, any additional suggestions or someone can reset it for me? Thanks, Enrico 2018-05-18 10:0

Re: Migrate to gitlab.gnome.org?

2018-05-18 Thread Andrea Veri
Looks to me you're invoking ssh via sudo (to root) which attempts to load your SSH keys from root's home directory instead of yours and that fails. Can you please try using your username instead and invoke ssh from there? Additionally if you have multiple SSH keys you might want to tweak your .ssh/

Re: Migrate to gitlab.gnome.org?

2018-05-16 Thread Enrico
Hi everyone! I still can't login in gitlab, as I have a GNOME Git account I clicked the LDAP option and provided my credentials - as they worked in the git in the past - but Gitlab says "invalid credentials for enriconltto" I tried to recover that password following the instructions from Gnome Wi

Re: Migrate to gitlab.gnome.org?

2018-05-16 Thread Daniel Mustieles García
Hey Ask! It looks great :-). Yo migth want to take a look into my gttk.sh script ( https://github.com/dmustieles/gnome_scripts/blob/master/gttk.sh) to handle both author and documentation files (author basically relies in local git's config). Currently it is not able to change to gitlab if push f

Re: Migrate to gitlab.gnome.org?

2018-05-15 Thread Ask Hjorth Larsen
Hi, 2018-05-15 21:23 GMT+02:00 Matej Urban : > Guys, > > how do I check whether gnome project is currently still on git or already on > gitlab? Is there a git command or can I find this info on the DL page? > > M! What I do is to assume it is not on gitlab, then update the git info whenever it co

Re: Migrate to gitlab.gnome.org?

2018-05-15 Thread Matej Urban
Guys, how do I check whether gnome project is currently still on git or already on gitlab? Is there a git command or can I find this info on the DL page? M! ___ gnome-i18n mailing list gnome-i18n@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-i

Re: Migrate to gitlab.gnome.org?

2018-05-14 Thread Andrea Veri
Enrico, you should first make sure you authenticate using your GNOME Account credentials at [1]. Once logged in please give cron an hour for it to sync your GNOME group access and SSH keys as found in LDAP. cheers, [1] https://gitlab.gnome.org 2018-05-15 1:40 GMT+02:00 Enrico : > Hi Andrea and

Re: Migrate to gitlab.gnome.org?

2018-05-14 Thread Enrico
Hi Andrea and everyone! I tried to push a pt_BR translation for gnome-maps which lives in gitlab but I received the following error message: "Warning: Permanently added 'gitlab.gnome.org,209.132.180.181' (ECDSA) to the list of known hosts. Permission denied (publickey,gssapi-keyex,gssapi-with-mi

Re: Migrate to gitlab.gnome.org?

2018-05-12 Thread Andrea Veri
Matej, GNOME will fully transition to GitLab in June, until then some of the projects are still living within git.gnome.org while certain others have migrated to GitLab already. Please make sure the project you are trying to clone is listed at [1], if it's not there it means it hasn't been migrate

Re: Migrate to gitlab.gnome.org?

2018-05-11 Thread Matej Urban
Hello, I really am sorry, but I need help. For me gitlab has been nothing but problems from the first minute ... I triplechecked all the settings, ssh works correctly, gitlab confirms that connections thru ldap was successfull, I readded the keys ... I even deleted the folders and tried to clone

Re: Migrate to gitlab.gnome.org?

2018-05-10 Thread Matej Urban
Yes, thanks for confirming, I will check the settings again. M! On Thu, May 10, 2018 at 10:07 AM, Andrea Veri wrote: > Matej, > > nothing changed on our side nor your access was removed. Can you > please double check your local settings? > > cheers, > > 2018-05-09 18:14 GMT+02:00 Matej Urban :

Re: Migrate to gitlab.gnome.org?

2018-05-10 Thread Andrea Veri
Matej, nothing changed on our side nor your access was removed. Can you please double check your local settings? cheers, 2018-05-09 18:14 GMT+02:00 Matej Urban : > Hello, > > I'm reopening this thread. Did anything change in last two weeks? I thought > I figured all things, but now I again canno

Re: Migrate to gitlab.gnome.org?

2018-05-09 Thread Matej Urban
Hello, I'm reopening this thread. Did anything change in last two weeks? I thought I figured all things, but now I again cannot commit translations. The error is *Permission denied (publickey,gssapi-keyex,gssapi-with-mic).fatal: Could not read from remote repository.* Two weeks ago I did it wit

Re: Migrate to gitlab.gnome.org?

2018-03-20 Thread Matej Urban
Hello, just to update you all, and add a question. I am now able to commit, all works well if I add a new clone ... but If I try to update an old git it obviously does not work. I tried *git remote set-url origin g...@gitlab.gnome.org:GNOME/project-name.git* but I still get an error. How do I ch

Re: Migrate to gitlab.gnome.org?

2018-03-20 Thread Petr Kovar
Thanks, Andrea! It would be great if we could rename LDAP to something more obvious, like GNOME Account, or something, so people understand they should primarily use that and not the Standard option (which is not really standard from the GNOME POV). My 2 ¢, pk On Tue, 20 Mar 2018 11:11:30 +010

Re: Migrate to gitlab.gnome.org?

2018-03-20 Thread Andrea Veri
All done. cheers, 2018-03-20 10:38 GMT+01:00 Matej Urban : > Andrea, YES please. ;) > I guess mateju was created when I logged in the standard. > > I got confirmation that access to the group was granted. I'll try to commit > something this evening. > > Thank you, > > Matej > > On Tue, Mar 20, 20

Re: Migrate to gitlab.gnome.org?

2018-03-20 Thread Matej Urban
Andrea, YES please. ;) I guess mateju was created when I logged in the standard. I got confirmation that access to the group was granted. I'll try to commit something this evening. Thank you, Matej On Tue, Mar 20, 2018 at 9:50 AM, Andrea Veri wrote: > Matej, > > I see you logged in using your

Re: Migrate to gitlab.gnome.org?

2018-03-20 Thread Andrea Veri
Matej, I see you logged in using your GNOME account already (mateju1), that means permissions have landed already. Let me know if you want me to remove your former account (mateju) and rename mateju1 to mateju. cheers, 2018-03-19 21:31 GMT+01:00 Matej Urban : > Petr, Andrea, > > It seems I'm stu

Re: Migrate to gitlab.gnome.org?

2018-03-19 Thread Matej Urban
Aurimas, thank you for your help. I may have just figured it out ... after resetting the freaking world. Best, Matej On Mon, Mar 19, 2018 at 9:52 PM, Aurimas Cernius wrote: > Hi, > > > It seems I'm stuck on login. I can not do anything since some projects > > migrated to gitlab. I obviously do

Re: Migrate to gitlab.gnome.org?

2018-03-19 Thread Aurimas Cernius
Hi, > It seems I'm stuck on login. I can not do anything since some projects > migrated to gitlab. I obviously do not have permissions. Please, provide > some help or at least some concrete documentation I can look at. > I did hope this would be resolved without problems, but as usually the > prob

Re: Migrate to gitlab.gnome.org?

2018-03-19 Thread Matej Urban
Petr, Andrea, It seems I'm stuck on login. I can not do anything since some projects migrated to gitlab. I obviously do not have permissions. Please, provide some help or at least some concrete documentation I can look at. I did hope this would be resolved without problems, but as usually the prob

Re: Migrate to gitlab.gnome.org?

2018-03-16 Thread Matej Urban
Hello, i tried to register myself through LDAP and all went well, until I try to log in. I get "Could not authenticate you from Ldapmain because "Invalid credentials for mateju". GitLab: https://gitlab.gnome.org/mateju Thanks for your help and looking into it. On Thu, Mar 15, 2018 at 7:01 PM, P

Re: Migrate to gitlab.gnome.org?

2018-03-15 Thread Petr Kovar
Matej, By LDAP, I mean the LDAP tab you can see on the login page https://gitlab.gnome.org/users/sign_in. You are supposed to use that one when signing up. Is mateju your Git account name? Looks like that user doesn't exist on GitLab: https://gitlab.gnome.org/mateju Adding Andrea who might be ab

Re: Migrate to gitlab.gnome.org?

2018-03-13 Thread Matej Urban
Oh, i forgot, what is LDAP option? M! On Tue, Mar 13, 2018 at 8:45 PM, Matej Urban wrote: > > Hello, > > the error states, that the repository has moved to GitLab and I should > update the *Git remote* to the new address g...@gitlab.gnome.org. > > - If I delete the whole folder and clone it ag

Re: Migrate to gitlab.gnome.org?

2018-03-13 Thread Matej Urban
Hello, the error states, that the repository has moved to GitLab and I should update the *Git remote* to the new address g...@gitlab.gnome.org. - If I delete the whole folder and clone it again from the old git address, it works, but I can not commit. - If I clone using gitlab address it says tha

Re: Migrate to gitlab.gnome.org?

2018-03-13 Thread Petr Kovar
On Tue, 13 Mar 2018 18:10:36 +0100 Matej Urban wrote: > Hello, all, Peter, > > I accidentally hijacked Mario's "Gitlab access for translators" email, > sorry. > > I'm struggling to get git working! I can push some projects, obviously > those, that have not yet been migrated to gitlab, most I ca

Re: Migrate to gitlab.gnome.org?

2018-03-13 Thread Matej Urban
Hello, all, Peter, I accidentally hijacked Mario's "Gitlab access for translators" email, sorry. I'm struggling to get git working! I can push some projects, obviously those, that have not yet been migrated to gitlab, most I can't, with an error, that I do not have suitable rights. I did make an

Re: Migrate to gitlab.gnome.org?

2018-01-16 Thread Matej Urban
Petr, that sounds perfect. Thank you for looking into it! Matej On Tue, Jan 16, 2018 at 12:23 PM, Petr Kovar wrote: > On Sat, 13 Jan 2018 20:47:59 +0100 > Matej Urban wrote: > > > Hello, > > please, also provide some instructions, how to deal with old git and new > > gitlab simultaneously. As

Re: Migrate to gitlab.gnome.org?

2018-01-16 Thread Petr Kovar
On Sat, 13 Jan 2018 20:47:59 +0100 Matej Urban wrote: > Hello, > please, also provide some instructions, how to deal with old git and new > gitlab simultaneously. As I see, changing this in config, changes this > setting for all projects. > > Matej Hi Matej, The process for interacting with gi

Re: Migrate to gitlab.gnome.org?

2018-01-13 Thread Matej Urban
Hello, please, also provide some instructions, how to deal with old git and new gitlab simultaneously. As I see, changing this in config, changes this setting for all projects. Matej On Fri, Jan 12, 2018 at 9:51 PM, Ask Hjorth Larsen wrote: > As a humble translator/coordinator and gitlab user f

Re: Migrate to gitlab.gnome.org?

2018-01-12 Thread Ask Hjorth Larsen
As a humble translator/coordinator and gitlab user for several projects (which are not otherwise related to GNOME), +1. Best regards Ask 2018-01-12 21:42 GMT+01:00 Shaun McCance : > +100 on the migration. > > I think the team might want to have a conversation about to what extent > we want to do

Re: Migrate to gitlab.gnome.org?

2018-01-12 Thread Shaun McCance
+100 on the migration. I think the team might want to have a conversation about to what extent we want to do merge requests versus committing directly. I also think our opinion on that will evolve over time. So, you know, don't get too hung up on it. -- Shaun On Thu, 2018-01-11 at 19:51 +0100, P

Re: Migrate to gitlab.gnome.org?

2018-01-11 Thread Jim Campbell
Hi Petr, Thanks I would be in favor of this transition. Jim On Jan 11, 2018 12:51 PM, "Petr Kovar" wrote: > Hi all, > > More and more GNOME projects seem to be migrating from old git > infrastructure and Bugzilla to https://gitlab.gnome.org/. > > Would there be any objections to moving our doc

Re: Migrate to gitlab.gnome.org?

2018-01-11 Thread Michael Hill
Hi Petr, I'm in favour too. I think by this point people are even ready for the 2018 process feel. Mike On Thu, Jan 11, 2018 at 2:00 PM, Jim Campbell wrote: > Hi Petr, > > Thanks I would be in favor of this transition. > > Jim > > On Jan 11, 2018 12:51 PM, "Petr Kovar" wrote: > >> Hi all, >>

Migrate to gitlab.gnome.org?

2018-01-11 Thread Petr Kovar
Hi all, More and more GNOME projects seem to be migrating from old git infrastructure and Bugzilla to https://gitlab.gnome.org/. Would there be any objections to moving our docs repos (gnome-user-docs etc.) to gitlab.gnome.org after the upcoming stable release? This would affect the documentati