Thread: pgbuildfarm - client-code: Provide a new base_port config parameter,

pgbuildfarm - client-code: Provide a new base_port config parameter,

From
andrewd@pgfoundry.org (User Andrewd)
Date:
Log Message:
-----------
Provide a new base_port config parameter, that does away with the need
to specify a port for each branch. That means the config file doesn't
need to change with each release any more.

Abstract the SCM operations into an SCM class. Implement two subclasses,
one for CVS and one for Git. Supporting a new SCM if we ever wanted to would
now just be a matter of implementing a new subclass and configuring it in
the SCM factory method.

Modified Files:
--------------
    client-code:
        build-farm.conf (r1.28 -> r1.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf?r1=1.28&r2=1.29)
        run_build.pl (r1.106 -> r1.107)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl?r1=1.106&r2=1.107)

Added Files:
-----------
    client-code/PGBuild:
        SCM.pm (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/PGBuild/SCM.pm?rev=1.1&content-type=text/x-cvsweb-markup)