New Git repo zimbra-foss

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
User avatar
quanah
Zimbra Alumni
Zimbra Alumni
Posts: 1668
Joined: Fri Sep 12, 2014 10:33 pm
Contact:

New Git repo zimbra-foss

Post by quanah »

The GIT repo system has been restructured to have all branches contained together inside a single repo. This allows correct change tracking and the ability to cherry pick between branches, among other pluses. The current per-branch GIT repositories will be deleted around July 20th. All git users should switch to the zimbra-foss repo before that time. The GIT wiki has been updated for the new repository:

Note">https://wiki.zimbra.com/wiki/Building_Zimbra_using_Git
Note: It is approximately 14GB in size, so it may take some time to do the initial clone.
--
Quanah Gibson-Mount
Product Architect, Symas http://www.symas.com/
OpenLDAP Core team http://www.openldap.org/project/
a1ex
Posts: 41
Joined: Sat Sep 13, 2014 3:11 am

New Git repo zimbra-foss

Post by a1ex »

Hello quanah!



I've cloned the repo by following that Wiki page about year ago.



Now I'm trying to pull updates and receives this error:



"

$ git pull

Git Fusion is shutting down. Please contact your admin.

fatal: Could not read from remote repository.



Please make sure you have the correct access rights

and the repository exists.

"



I've tried to clone the repo from the start (by repeating the Wiki page instructions) on different machine but got this error:



"

$ git clone git@zimbra-git:zimbra-foss

Initialized empty Git repository in /tmp/zimbra-git/zimbra-foss/.git/

The authenticity of host '[git.zimbra.com]:1067 ([162.209.122.183]:1067)' can't be established.

RSA key fingerprint is a0:91:a0:2a:14:4b:34:f7:d3:79:e9:1a:85:ee:36:b0.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added '[git.zimbra.com]:1067,[162.209.122.183]:1067' (RSA) to the list of known hosts.

Git Fusion is shutting down. Please contact your admin.

fatal: The remote end hung up unexpectedly

"



I also tried to authnticate to the server over SSH and here is a result:



"

$ ssh -T -p 1067 -i ~/.ssh/id_rsa_git public@git.zimbra.com

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

"



So can you please help to solve this?
User avatar
quanah
Zimbra Alumni
Zimbra Alumni
Posts: 1668
Joined: Fri Sep 12, 2014 10:33 pm
Contact:

New Git repo zimbra-foss

Post by quanah »

Please try now. The path for the clone has changed slightly, see the wiki for updated instructions.
--
Quanah Gibson-Mount
Product Architect, Symas http://www.symas.com/
OpenLDAP Core team http://www.openldap.org/project/
a1ex
Posts: 41
Joined: Sat Sep 13, 2014 3:11 am

New Git repo zimbra-foss

Post by a1ex »

I've already re-downloaded it yesterday. Thank you!
Post Reply