The config under repository directory is:[core]repositoryformatversion = 0filemode = truebare = truelogallrefupdates = true[remote "origin"]fetch = +refs/tags/*:refs/tags/*fetch = +refs/*:refs/*mirror = trueurl = g...@github.com:nginx/nginx.gitThe git fetch command we are using is :cd /var/lib/gerrit/review_site/git/Samba.git && /usr/bin/git fetch -q --all
On Friday, May 21, 2021 at 12:58:26 AM UTC+8 shang...@gmail.com wrote:In our company, we have a requirement, that is we will do code sync from Github to Gerrit.Before I upgrade our Gerrit(2.13.5), the sync is synchronous, which means everything on upstream will be synced to our Gerrit, if there is one branch is deleted from upstream, then the same branch will be deleted to the repository.But recently, I found a weird phenomenon, the repositories on our Gerrit are not synchronous with upstream(Github), for example:On upstream there are 4 branches(a, b,c , d ), and after several days, the branch on upstream was changed to 1 branch(e),On our Gerrit, there will be 5 branches(a, b,c, d,e), does anybody encounter this kind of issue?Thanks.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/275a6be0-0c70-4e5d-8e48-1a214fc32e01n%40googlegroups.com.