pgbuildfarm - client-code: remove ccache directory on failure, should - Mailing list pgsql-committers

From andrewd@pgfoundry.org (User Andrewd)
Subject pgbuildfarm - client-code: remove ccache directory on failure, should
Date
Msg-id 20060716211613.00A7B86C43D@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

remove ccache directory on failure, should stop any persistent ccache errors

use perl module calls for most file operations rather than calling out to the shell.

Modified Files:
--------------
    client-code:
        run_build.pl (r1.62 -> r1.63)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.62&r2=1.63)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Include libpq/pqcomm.h to ensure we have correct knowledge of
Next
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: ...