Hi guys
I have created a repo on gitlab, cloned it to local system, then pushed it to gerrit. Now again cloned it from gerrit to my local system in separate folder.
Now i have made some changes amd push it to gerrit. Then replication does not reflect in gitlab.Procedure i followed:
Procedure i followed
git clone --mirror git@gitdomain:thesecretgroup/test2.git
git push --mirror "ssh://zohaibs@gerritdomain:29418/Test2"
git clone "ssh://zohaibs@gerritdomain:29418/Test2"
cd Test2/
touch readme2.md
git add -A
git status
git commit -m 'test2'
git push origin main
Above works perfect, now replication to gitlab is not working. replication.config
[remote "gitlab"]
url = git@gitdomain:thesecretgroup/test2.git
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
push = +refs/changes/*:refs/heads/review/*
replicationDelay = 0
createMissingRepositories = true
No any replication_logs there