Обсуждение: pgsql: Add perl replacements for build.bat and vcregress.bat.

Поиск
Список
Период
Сортировка

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

От
adunstan@postgresql.org (Andrew Dunstan)
Дата:
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)

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

От
Magnus Hagander
Дата:
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

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

От
Andrew Dunstan
Дата:

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

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

От
Magnus Hagander
Дата:
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