Re: Automating our version-stamping a bit better

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Automating our version-stamping a bit better
Дата
Msg-id 26771.1212974823@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Automating our version-stamping a bit better  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: [CORE] Automating our version-stamping a bit better  ("Marc G. Fournier" <scrappy@hub.org>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> I'm tempted to suggest letting the script invoke autoconf, too,
>> but that would require standardizing where to find the correct
>> version of autoconf for each branch; so it might not be such a
>> great idea.    

> Unfortunately that's true. Maybe we could agree on using an alias for 
> the right version of autoconf, but it seems likely to be error prone.

Actually, the way I do things is that my setup script for working
with each particular version tree includes adjusting $PATH so that
the right autoconf gets found just by saying "autoconf".  If everyone
who might tag releases wanted to do it the same way, then we could
just let the script say "autoconf".  But I'm not sure anybody else
likes that plan.  What I was thinking was just to have the script
print out something like
Tagged tree as 8.3.4Don't forget to run autoconf 2.59 before committing
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Automating our version-stamping a bit better
Следующее
От: Euler Taveira de Oliveira
Дата:
Сообщение: Re: handling TOAST tables in autovacuum