Re: marking old branches as no longer maintained

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: marking old branches as no longer maintained
Дата
Msg-id 1309294287.30757.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: marking old branches as no longer maintained  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: marking old branches as no longer maintained  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On tis, 2011-06-28 at 15:37 -0400, Andrew Dunstan wrote:
> What I'd like to do is to allow this to read:
> 
>     if ($branch eq 'global')
>     {
>          $conf{branches_to_build} = 'ALL';
>     }
> 
> and have it choose the right set for you.

It seems to me that if you put a marker file into old branches, you'd
still have to check out and poll the old branches, which could become
somewhat expensive as the number of old branches grows.

Couldn't you just put a text file on the build farm server with
recommended branches?



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Fwd: Keywords in pg_hba.conf should be field-specific
Следующее
От: Nicolas Barbier
Дата:
Сообщение: Re: SSI modularity questions