Обсуждение: Git migration deadline for Buildfarm

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

Git migration deadline for Buildfarm

От
Andrew Dunstan
Дата:
<tt><br /> In about a week I propose to have the buildfarm server start to reject results based on snapshots where the
newestfile is older than the time of the git migration a week ago. That means buildfarm owners need to upgrade to using
git.Many have already: see <a class="moz-txt-link-rfc2396E"
href="http://www.pgbuildfarm.org/cgi-bin/show_status.pl"><http://www.pgbuildfarm.org/cgi-bin/show_status.pl></a><br
/><br/> The move to git has been a long advertised change, and the software updates have been available for months.
Justto be clear, here are the steps involved in upgrading a buildfarm client:<br /><br /></tt><ul><li>install git on
yourmachine if it's not there already - latest version is best, but most moderately modern versions should do.<br
/><li>upgradeto the latest release of the buildfarm code (release 4.1) See <a class="moz-txt-link-rfc2396E"
href="http://pgfoundry.org/frs/?group_id=1000040"><http://pgfoundry.org/frs/?group_id=1000040></a><br/><li>remove
therepo copies in your buildroot ("rm -rf /path/to/buildroot/*/pgsql")<li>update the buildfarm.conf. At a minimum,
removethe settings for cvsmethod and cvsrepo and add setting "scm => 'git'". But you probably want a local git
mirrorrather than a separate clone for each branch. See <br /><a class="moz-txt-link-rfc2396E"
href="http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto"><http://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto></a>
formore details<br /></ul> That's not exactly hard, on most platforms.<br /><br /> If you think you deserve a
dispensation,please ask me, but I really don't want the buildfarm server polluted with new builds of frozen code. That
doesn'thelp anyone - it's just useless noise.<br /><br /><br /> cheers<br /><br /> andrew<br /> 

Re: Git migration deadline for Buildfarm

От
Andrew Dunstan
Дата:
<br /><br /> On 09/27/2010 08:13 AM, Andrew Dunstan wrote: <blockquote cite="mid:4CA08A53.2080003@dunslane.net"
type="cite"><tt><br/> In about a week I propose to have the buildfarm server start to reject results based on snapshots
wherethe newest file is older than the time of the git migration a week ago. That means buildfarm owners need to
upgradeto using git. Many have already: see <a class="moz-txt-link-rfc2396E"
href="http://www.pgbuildfarm.org/cgi-bin/show_status.pl"
moz-do-not-send="true"><http://www.pgbuildfarm.org/cgi-bin/show_status.pl></a><br/><br /></tt><br /></blockquote>
[snip]<br/><blockquote cite="mid:4CA08A53.2080003@dunslane.net" type="cite"><br /> If you think you deserve a
dispensation,please ask me, but I really don't want the buildfarm server polluted with new builds of frozen code. That
doesn'thelp anyone - it's just useless noise.<br /><br /><br /></blockquote><br /><br /> I have now implemented a
policyof refusing results from snapshots older than 10 days. It's not quite what I said above, but I think it's sound
policy.Also, I think we've waited long enough, and a few owners aren't responding to multiple prods.<br /><br />
cheers<br/><br /> andrew<br /><br /><br /> 

Re: Git migration deadline for Buildfarm

От
Tom Lane
Дата:
Andrew Dunstan <andrew@dunslane.net> writes:
> I have now implemented a policy of refusing results from snapshots older 
> than 10 days. It's not quite what I said above, but I think it's sound 
> policy.

+1.

Might be time to advise buildfarm owners to shut down the 7.4 and 8.0
branches, and remind them to start up 9.0 if they haven't already.
        regards, tom lane