Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2002 14:36:16 -0700
From:      Doug Barton <DougB@FreeBSD.org>
To:        Will Andrews <will@csociety.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: CVSROOT modules
Message-ID:  <3DB867D0.A805E876@FreeBSD.org>
References:  <200210241744.g9OHibtw015171@repoman.freebsd.org> <20021024185943.GD82303@procyon.firepipe.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DB867D0.A805E876>