--
--
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.
For more options, visit https://groups.google.com/d/optout.
sudo su -c 'ssh mirror1.us.some.org echo' gerrit2
ssh -p 29418 name@dev-gerrit.xxx.local gerrit replication start
ssh -p 29418 name@dev-gerrit.xxx.local gerrit plugin replication load
[remote "stash"]
url = stash.cloud-band.com:/opt/stash_data/data/repositories/101/
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
threads = 3
authGroup = Public Mirror Group
authGroup = Second Public Mirror Group
Hi,I managed to create ssh connection between both servers (gerrit and Stash).What I am unable to do now is to activate the replication plugin.When i execute
ssh -p 29418 name@dev-gerrit.xxx.local gerrit replication startI get the error:gerrit: replication: not found
[remote "stash"]
url = stash:/opt/stash_data/data/repositories/${name}/
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
threads = 1
ssh -p 29418 name@dev-gerrit.xxx.local replication start repoTEST
ssh -p 29418 name@dev-gerrit.xxx.local replication start
[remote "stash"]
url = ssh://stash:7999/cip/${name}.git
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
authGroup = ToBeReplicatedToStash