Re: win32 binaries
- From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
- To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
- Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
- Subject: Re: win32 binaries
- Date: Fri, 23 Apr 2004 10:13:42 -0400
- Message-id: <6EE64EF3AB31D5448D0007DD34EEB34101ADD1(at)Herge(dot)rcsinc(dot)local>
Bruce Momjian wrote:
> In the past we had automated tar builds, but binary builds are harder
to
> automate. If it was updated once a week, that would be enough.
Hmm. With a simple batch script/scheduled task it would not be terribly
difficult to:
1. login to cvs
2. update pgsql
3. make/make install
4. zip up with command line zip utility
5. ftp to location of choice
The problem is the configure script because this requires logging into
msys...is there a way to launch msys & run a script? Of course, it is
not necessary to run configure every day.
Merlin
Home |
Main Index |
Thread Index