<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12.0pt; line-height:1.3; color:#1F497D">
<div>Thank you! I will try this and report back.<br>
</div>
<div><br>
Regards,<br>
<br>
Ryan Melville<br>
</div>
</div>
<hr style="border:none; height:1px; color:#E1E1E1; background-color:#E1E1E1">
<div style="border:none; padding:3.0pt 0cm 0cm 0cm"><span style="font-size:11.0pt; font-family:Calibri,Arial,Helvetica,sans-serif"><b>From:</b> heasley <heas@shrubbery.net><br>
<b>Sent:</b> Thursday, August 16, 2018 2:53 AM<br>
<b>To:</b> Ryan Melville<br>
<b>Cc:</b> rancid-discuss@shrubbery.net<br>
<b>Subject:</b> Re: [rancid] Help Using git with RANCID<br>
</span></div>
<br type="attribution">
</div>
<font size="2"><span style="font-size:11pt;">
<div class="PlainText">Wed, Aug 15, 2018 at 08:17:28PM +0000, Ryan Melville:<br>
> Hi,<br>
> <br>
> I have tried my darndest to git RANCID working with a remote git server based on the few web articles and forum threads, but am still missing something.  Assistance would be appreciated.<br>
> <br>
> rancid.conf<br>
> LIST_OF_GROUPS="all"<br>
> RCSSYS=git; export RCSSYS<br>
> CVSROOT=$BASEDIR/repos; export CVSROOT<br>
> <br>
> I ran sudo -H -u rancid /mnt/rancid/rancid/bin/rancid-cvs and it seemed happy.<br>
<br>
perfect.<br>
cd $BASEDIR/<group><br>
git remote add <somename> <giturlofexistingremote><br>
git remote set-url --add --push origin $CVSROOT/all<br>
git remote set-url --add --push origin <giturlofexistingremote><br>
<br>
test (and initial push) it:<br>
        git push <somename><br>
This must not require interactive authentication, which i leave to your<br>
own research.<br>
</div>
</span></font>
</body>
</html>