Re: Preparation for PostgreSQL releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Dave Page <dpage(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Preparation for PostgreSQL releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20
Date: 2007-09-12 22:12:28
Message-ID: 46E8644C.8020606@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane a écrit :
> Dave Page <dpage(at)postgresql(dot)org> writes:
>> Tom Lane wrote:
>>> Peter usually does it --- in theory any committer could, but he actually
>>> knows what to do and the rest of us would have to study ;-)
>
>> Study or figure it out? If it hasn't already been it should be
>> documented as part of the release process.
>
> Well, RELEASE_CHANGES has
>
> * Translation updates
> Translations are kept in the project "pgtranslation" on PgFoundry.
> 1. Check out the messages module (of the right branch).
> 2. Check out the admin module.
> 3. Run "sh .../admin/cp-po .../messages .../pgsql
> 4. Commit.
>
> but it's not real clear (to me) which is "the right branch"

They are named the same way PostgreSQL named its branches. For example
REL8_2 for PostgreSQL 8.2.

They are available here :
http://pgfoundry.org/scm/?group_id=1000064

> and what the ...s signify.

.../admin/cp-po : ... is the path to the cp-po shell script you get when
you did step 2 ("Check out the admin module").

.../messages : ... is the path to the messages branch you get when you
did step 1 (Check out the messages module...)

.../pgsql : ... is the path to your source dir (same branch as messages)

> It's not a big knowledge gap but I have other things
> to worry about ...

It seems pretty straightforward now. Perhaps it can be used with cron.

Regards.

--
Guillaume.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-09-12 22:29:49 Re: Representation of redirected line pointers in HOT
Previous Message Bruce Momjian 2007-09-12 21:47:47 Re: Patch queue triage