Re: [Pgbuildfarm-members] Error testing

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgbuildfarm-members(at)pgfoundry(dot)org
Subject: Re: [Pgbuildfarm-members] Error testing
Date: 2004-12-06 21:45:58
Message-ID: 41B4D316.3070705@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: buildfarm-members

Kris Jurka wrote:

>On Mon, 6 Dec 2004, Andrew Dunstan wrote:
>
>
>
>>>I had a similar problem with an older cvs client. Doing the initial
>>>manual cvs login put an entry into .cvspass without the :2401 port
>>>specification. So when the buildfarm tried to do a checkout with the port
>>>explicitly specified, it couldn't find the matching password. Doing the
>>>initial login with the port specified fixed things for me. Newer cvs
>>>clients always put the full port specification (even if not explicit) into
>>>.cvspass.
>>>
>>>
>>>
>>Excellent, Kris, great catch! Do you happen to know a version number
>>when this changed?
>>
>>
>>
>
>I have no idea. The problem was on 1.11 with no third level number
>defined, so I'm guessing .0. This came from a stock netbsd 1.6 install.
>
>It seems like the easiest fix would be not to use the explicit port
>specification in the build farm checkout script.
>
>

I'll remove it from this default in run_build.pl:

my $cvsserver = $PGBuild::conf{cvsrepo} ||
":pserver:anoncvs\(at)anoncvs(dot)postgresql(dot)org:2401/projects/cvsroot";

I do strongly recommend using your own local repo via CVSup if possible,
though. It was a pain for an hour or two while I set it up but that's
been repaid many times over.

cheers

andrew

In response to

Browse buildfarm-members by date

  From Date Subject
Next Message Jamie Madden 2004-12-06 22:53:00 Re: [Pgbuildfarm-members] Error testing
Previous Message Kris Jurka 2004-12-06 21:29:04 Re: [Pgbuildfarm-members] Error testing