From owner-cvs-all Thu Oct 24 14:36:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1A437B401; Thu, 24 Oct 2002 14:36:27 -0700 (PDT) Received: from 12-234-90-219.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id C70FD43E6E; Thu, 24 Oct 2002 14:36:26 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from FreeBSD.org (master.gorean.org [10.0.0.2]) by 12-234-90-219.client.attbi.com (8.12.5/8.12.5) with ESMTP id g9OLaGiZ071446; Thu, 24 Oct 2002 14:36:20 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Message-ID: <3DB867D0.A805E876@FreeBSD.org> Date: Thu, 24 Oct 2002 14:36:16 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.7-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules References: <200210241744.g9OHibtw015171@repoman.freebsd.org> <20021024185943.GD82303@procyon.firepipe.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Will Andrews wrote: > > On Thu, Oct 24, 2002 at 10:44:37AM -0700, Doug Barton wrote: > > Modified files: > > . modules > > Log: > > Add xerces-c2, addport choked a bunny > > Addport doesn't choke -- you need to add the ssh key for ncvs to > your freefall known_hosts I already did that a long time ago. :) I'm using ssh v2, should that make a difference? (I'm guessing not, but you never know...) > for modulesupdate to work right. > Unless you want to extend addport to support modulesupdate from > another host _and_ download the whole modules file there every > time you add a new port. I think the issue could be resolved with the following patch, but I didn't have a chance to test it since the second port I planned to add isn't quite ready: --- /usr/local/bin/addport Mon Oct 14 01:51:21 2002 +++ addport Thu Oct 24 10:42:48 2002 @@ -97,7 +97,7 @@ $tmp = $tmp2 = $offset = 0; chomp(my $myhost = lc(hostname())); -$moduleshost = "freefall.freebsd.org" if ($moduleshost eq ""); +$moduleshost = "$h" if ($moduleshost eq ""); # SSH is always required nowadays... ncvs.FreeBSD.org isn't shell accessible. $ssh = "$ENV{CVS_RSH} $h -l $u"; I was going to mail you about this after I had a chance to test it, but thanks for being on top of the commit mail. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message