--
--
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' gerrit2ssh -p 29418 name@dev-gerrit.xxx.local gerrit replication startssh -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 GroupHi,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 executessh -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 = 1ssh -p 29418 name@dev-gerrit.xxx.local replication start repoTESTssh -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