pgsql: Add perl replacements for build.bat and vcregress.bat.

Started by Andrew Dunstanalmost 19 years ago4 messagescomitters
Jump to latest
#1Andrew Dunstan
andrew@dunslane.net

Log Message:
-----------
Add perl replacements for build.bat and vcregress.bat. In due course
the .bat files will be altered to become tiny wrappers for these scripts,
and one or two other .bat files will disappear.

Added Files:
-----------
pgsql/src/tools/msvc:
build.pl (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/build.pl?rev=1.1&content-type=text/x-cvsweb-markup)
vcregress.pl (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/vcregress.pl?rev=1.1&content-type=text/x-cvsweb-markup)

#2Magnus Hagander
magnus@hagander.net
In reply to: Andrew Dunstan (#1)
Re: pgsql: Add perl replacements for build.bat and vcregress.bat.

On Sun, Sep 23, 2007 at 09:52:56PM +0000, Andrew Dunstan wrote:

Log Message:
-----------
Add perl replacements for build.bat and vcregress.bat. In due course
the .bat files will be altered to become tiny wrappers for these scripts,
and one or two other .bat files will disappear.

I would suggest we turn these .bats into wrappers as soon as possible -
especially if you're going to start using them from the buildfarm. We want
the buildfarm to run the same thing as the manual builds...

//Magnus

#3Andrew Dunstan
andrew@dunslane.net
In reply to: Magnus Hagander (#2)
Re: pgsql: Add perl replacements for build.bat and vcregress.bat.

Magnus Hagander wrote:

On Sun, Sep 23, 2007 at 09:52:56PM +0000, Andrew Dunstan wrote:

Log Message:
-----------
Add perl replacements for build.bat and vcregress.bat. In due course
the .bat files will be altered to become tiny wrappers for these scripts,
and one or two other .bat files will disappear.

I would suggest we turn these .bats into wrappers as soon as possible -
especially if you're going to start using them from the buildfarm. We want
the buildfarm to run the same thing as the manual builds...

OK. I'll work on that.

cheers

andrew

#4Magnus Hagander
magnus@hagander.net
In reply to: Andrew Dunstan (#3)
Re: pgsql: Add perl replacements for build.bat and vcregress.bat.

On Mon, Sep 24, 2007 at 07:54:52AM -0400, Andrew Dunstan wrote:

Magnus Hagander wrote:

On Sun, Sep 23, 2007 at 09:52:56PM +0000, Andrew Dunstan wrote:

Log Message:
-----------
Add perl replacements for build.bat and vcregress.bat. In due course
the .bat files will be altered to become tiny wrappers for these scripts,
and one or two other .bat files will disappear.

I would suggest we turn these .bats into wrappers as soon as possible -
especially if you're going to start using them from the buildfarm. We want
the buildfarm to run the same thing as the manual builds...

OK. I'll work on that.

Great. Let me know if you want me to pick up a part of it or so.

//Magnus