@@ -16,14 +16,16 @@ For All Releases (major, minor, beta, RC)
16
16
Windows releases, if any (see src/timezone/README)
17
17
18
18
* Translation updates
19
- Translations are kept in theproject "pgtranslation" on PgFoundry.
20
- 1. Check out the messages module (of the right branch) .
21
- 2.Tag themessages: cvs tag -c RELx_y_z
22
- 3. Check out the admin module .
23
- 4 . From babel.postgresql.org, download the "qualified list"
19
+ 1. Check out themessages repository (of the right branch) from
20
+ <http://git.postgresql.org/git/pgtranslation/ messages.git> .
21
+ 2.Check out theadmin repository from
22
+ <http://git.postgresql.org/git/pgtranslation/ admin.git> .
23
+ 3 . From babel.postgresql.org, download the "qualified list"
24
24
for the respective branch.
25
- 5. Run "sh .../admin/cp-po -L qualified-list-xxx.txt .../messages .../pgsql
26
- 6. Commit.
25
+ 4. Run ".../admin/cp-po -L qualified-list-xxx.txt -g .../messages .../postgresql".
26
+ This creates a commit in the postgresql repository.
27
+ 5. Tag the messages: git tag RELx_y_z
28
+ 6. Push everything.
27
29
28
30
29
31
For Major Releases