Git Fusion is shutting down. Please contact your admin.

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
taf
Posts: 11
Joined: Sat Sep 13, 2014 3:56 am

Git Fusion is shutting down. Please contact your admin.

Post by taf »

Have a nice day!

From October to git there was no change. But according to information from bugzilla that the changes made in Perforce very active. On December 1, access to git all stopped working:

$ git fetch -f -v origin
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.


$ git remote -v
origin  git@zimbra-git:zimbra-foss (fetch)
origin  git@zimbra-git:zimbra-foss (push)
$ cat ~/.ssh/config
Host zimbra-git
  User public
  Hostname git.zimbra.com
  IdentityFile ~/.ssh/id_rsa_git
  IdentitiesOnly yes
  Port 1067
Will work to recover git-repository, and if so, when this expected? If not, it is supposed to provide access to the source code ZCS Open Source Edition?
User avatar
quanah
Zimbra Alumni
Zimbra Alumni
Posts: 1668
Joined: Fri Sep 12, 2014 10:33 pm
Contact:

Git Fusion is shutting down. Please contact your admin.

Post by quanah »

Please read the wiki and try now. We've made some changes to the git repository to make it more robust and easy to access. There have been some modifications to the clone command, and we've added support for https clones.
--
Quanah Gibson-Mount
Product Architect, Symas http://www.symas.com/
OpenLDAP Core team http://www.openldap.org/project/
taf
Posts: 11
Joined: Sat Sep 13, 2014 3:56 am

Git Fusion is shutting down. Please contact your admin.

Post by taf »

git repo is now available, but it stopped again updated (the latest update of 17 December).
User avatar
quanah
Zimbra Alumni
Zimbra Alumni
Posts: 1668
Joined: Fri Sep 12, 2014 10:33 pm
Contact:

Git Fusion is shutting down. Please contact your admin.

Post by quanah »

I don't see that at all:



commit 8e6d8641756cc095159a34a315d14fd4bb53ac20

Author: Nightly Build User <release-engineering@zimbra.com>

Date: Thu Jan 7 21:01:31 2016 -0600



bug: none Auto update ZCS BUILD to 1490



Copied from Perforce

Change: 562685
--
Quanah Gibson-Mount
Product Architect, Symas http://www.symas.com/
OpenLDAP Core team http://www.openldap.org/project/
taf
Posts: 11
Joined: Sat Sep 13, 2014 3:56 am

Git Fusion is shutting down. Please contact your admin.

Post by taf »

$ date

Mon Jan 11 10:43:04 IRKT 2016



$ git remote -v show

origin https://git.zimbra.com/repos/zimbra-foss/.git (fetch)

origin https://git.zimbra.com/repos/zimbra-foss/.git (push)



$ git pull

Already up-to-date.



$ git log

commit e7db19af2399996781d8f486fbec3a8d855f69de

Author: Nightly Build User <release-engineering@zimbra.com>

Date: Wed Dec 16 22:22:09 2015 -0600



bug: none Auto update ZCS BUILD to 1970



Copied from Perforce

Change: 561425
taf
Posts: 11
Joined: Sat Sep 13, 2014 3:56 am

Git Fusion is shutting down. Please contact your admin.

Post by taf »

After changing the remote from "https://git.zimbra.com/repos/zimbra-foss/.git" to "git@zimbra-git:~/ repos/zimbra-foss", all worked fine.
Post Reply