Re: What is happening on buildfarm member baiji?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: What is happening on buildfarm member baiji?
Дата
Msg-id 46472D55.4090808@hagander.net
обсуждение исходный текст
Ответ на Re: What is happening on buildfarm member baiji?  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: What is happening on buildfarm member baiji?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
> Magnus Hagander wrote:
>>> My point was that I can't even investigate how MSVC is working
>>> at all.
>> So what is it you're looking for, specifically, to help with that?
>>
>>
> 
> As a very bare minimum, we need to change the installation procedure to
> log its destination.
> 
> Unless that has somehow got screwed up I can't see how Tom's theory of a
> possibly left over .bki file can stand up.

Just to be clear, are you looking for something as simple as this?

Index: Install.pm
===================================================================
RCS file: /cvsroot/pgsql/src/tools/msvc/Install.pm,v
retrieving revision 1.14
diff -c -r1.14 Install.pm
*** Install.pm  25 Apr 2007 19:00:05 -0000      1.14
--- Install.pm  13 May 2007 15:21:51 -0000
***************
*** 35,41 ****         $conf = "release";     }     die "Could not find debug or release binaries" if ($conf eq "");
!     print "Installing for $conf\n";
     EnsureDirectories($target,
'bin','lib','share','share/timezonesets','share/contrib','doc',         'doc/contrib', 'symbols');
--- 35,41 ----         $conf = "release";     }     die "Could not find debug or release binaries" if ($conf eq "");
!     print "Installing for $conf in $target\n";
     EnsureDirectories($target,
'bin','lib','share','share/timezonesets','share/contrib','doc',         'doc/contrib', 'symbols');



//Magnus


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: pg_standby question
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: What is happening on buildfarm member baiji?