Re: [rancid] Howto setup Rancid with Git on Debian?

2018-01-11 Thread Gauthier, Chris
In my environment, we did it slightly differently. My environment was this: /var/rancid/rancid is a working local git checkout /var/rancid/git/rancid is the local git 'master' /var/rancid/git/rancid/hooks/post-receive has what you're looking for: user@host# cat post-receive #!/bin/bash # --

Re: [rancid] Howto setup Rancid with Git on Debian?

2018-01-11 Thread heasley
Thu, Jan 11, 2018 at 03:20:20PM +, Gauthier, Chris: > As for the Git part, rancid uses a local git server that it creates the > folder structure for. Each rancid group is its gets own Git repo. The key > is really the rancid config file. Set RCSSYS=”git” and it will do the heavy > lifting

Re: [rancid] Howto setup Rancid with Git on Debian?

2018-01-11 Thread Gauthier, Chris
Whether its Debian or another distro, the basic setup is still the same. I did the same thing on CentOS. V3.6.2 has a bug when running the configure script. Check out: http://www.shrubbery.net/pipermail/rancid-discuss/2017-July/009735.html As for the Git part, rancid uses a local git server t

Re: [rancid] Howto setup Rancid with Git on Debian?

2018-01-11 Thread heasley
Thu, Jan 11, 2018 at 12:37:54PM +, shouldbe q931: > On Thu, Jan 11, 2018 at 11:02 AM, ACS Solutions Network > wrote: > > Hello folks, > > > > > > > > i’ve searched the web, this list, contents in the package etc. but didn’t > > find any up to date information on how to setup Rancid with Git on

Re: [rancid] Howto setup Rancid with Git on Debian?

2018-01-11 Thread shouldbe q931
On Thu, Jan 11, 2018 at 11:02 AM, ACS Solutions Network wrote: > Hello folks, > > > > i’ve searched the web, this list, contents in the package etc. but didn’t > find any up to date information on how to setup Rancid with Git on Debian. > > > > I’ve installed rancid via apt-get (rancid ver. 3.6.2-

[rancid] Howto setup Rancid with Git on Debian?

2018-01-11 Thread ACS Solutions Network
Hello folks, i've searched the web, this list, contents in the package etc. but didn't find any up to date information on how to setup Rancid with Git on Debian. I've installed rancid via apt-get (rancid ver. 3.6.2-2) on Debian 9. Git is ver. 2.11. Any information on this would be appreciated!