diff options
author | Richard Hughes <richard@hughsie.com> | 2010-12-13 13:17:06 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-12-13 13:17:06 +0000 |
commit | 25c16c2852612d79569380d3cd6d8b81c7519225 (patch) | |
tree | e2620ef8f55980a5d72931078e31d4e1ed88badc | |
parent | 3748a19fcfbd26f3b8d7ad16676c5f08a6b95c5c (diff) |
trivial: update our release process to alight with Transifex 1.0
-rw-r--r-- | .tx/config | 8 | ||||
-rw-r--r-- | RELEASE | 5 | ||||
-rw-r--r-- | po/.gitignore | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000..a65268cd8 --- /dev/null +++ b/.tx/config @@ -0,0 +1,8 @@ +[main] +host = http://www.transifex.net + +[packagekit.master] +file_filter = po/<lang>.po +source_file = po/PackageKit.pot +source_lang = en + @@ -24,6 +24,10 @@ Bugfixes: 2. Add download date to docs/html/pk-download.html, save file. +2.5. Update translations and commit them with sign-off: + +tx pull --all + 3. Update library version if new ABI or API in configure.ac 4. Commit changes in PackageKit git: @@ -48,6 +52,7 @@ scp *.tar.* packagekit.org:/srv/www/html/releases/ git commit -a -m "trivial: post release version bump" git push +tx push --source 9. Upload new html sources diff --git a/po/.gitignore b/po/.gitignore index aa0a5dac9..2f3d7c1ce 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -3,4 +3,4 @@ POTFILES stamp-it Makefile.in.in *.gmo - +*.mo |