summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorPeter Eisentraut2012-09-23 02:14:38 +0000
committerPeter Eisentraut2012-09-23 02:14:38 +0000
commit8a32819a80b03deda7d7e06f2f964255e3842248 (patch)
tree4b6f1a5633a30821e2dc5ee6b30da451d52915f9 /src/tools
parent31510194cc9d87b355cb56e7d88c18c985d7a32a (diff)
Update translation updates instructions
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/RELEASE_CHANGES16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES
index fc11c099e41..5f1277aa274 100644
--- a/src/tools/RELEASE_CHANGES
+++ b/src/tools/RELEASE_CHANGES
@@ -16,14 +16,16 @@ For All Releases (major, minor, beta, RC)
Windows releases, if any (see src/timezone/README)
* Translation updates
- Translations are kept in the project "pgtranslation" on PgFoundry.
- 1. Check out the messages module (of the right branch).
- 2. Tag the messages: cvs tag -c RELx_y_z
- 3. Check out the admin module.
- 4. From babel.postgresql.org, download the "qualified list"
+ 1. Check out the messages repository (of the right branch) from
+ <http://git.postgresql.org/git/pgtranslation/messages.git>.
+ 2. Check out the admin repository from
+ <http://git.postgresql.org/git/pgtranslation/admin.git>.
+ 3. From babel.postgresql.org, download the "qualified list"
for the respective branch.
- 5. Run "sh .../admin/cp-po -L qualified-list-xxx.txt .../messages .../pgsql
- 6. Commit.
+ 4. Run ".../admin/cp-po -L qualified-list-xxx.txt -g .../messages .../postgresql".
+ This creates a commit in the postgresql repository.
+ 5. Tag the messages: git tag RELx_y_z
+ 6. Push everything.
For Major Releases