Calligra/Release Howto: Difference between revisions

From KDE Community Wiki
Line 19: Line 19:
* copy translation to stable-kde4 (use the calligra-release.rb scripts in [http://quickgit.kde.org/index.php?p=scratch%2Fberger%2Fcalligra-release-scripts.git&a=summary calligra's release scripts ])
* copy translation to stable-kde4 (use the calligra-release.rb scripts in [http://quickgit.kde.org/index.php?p=scratch%2Fberger%2Fcalligra-release-scripts.git&a=summary calligra's release scripts ])
* update scripty for stable translations (edit scripts/get_paths  change the get_path function, and check that list_modules contains calligra):
* update scripty for stable translations (edit scripts/get_paths  change the get_path function, and check that list_modules contains calligra):
  svn+ssh://$SVNUSER@svn.kde.org/home/kde/branches/stable/l10n-kde4/scripts
  svn co svn+ssh://svn@svn.kde.org/home/kde/branches/stable/l10n-kde4/scripts scripts-stable
* update scripty for trunk translations
svn co svn+ssh://[email protected]/home/kde/trunk/l10n-kde4/scripts scripts-trunk
* update branches/stable/l10n-kde4/scripts/documentation_paths with the calligra git branch
* update branches/stable/l10n-kde4/scripts/documentation_paths with the calligra git branch
* announce it to translators (CCMAIL:[email protected])
* announce it to translators (CCMAIL:[email protected])

Revision as of 04:54, 10 August 2013

This page contains notes on what needs to be done when releasing a new version of Calligra.

Note

This is work in progress. You can contribute to this page or request updates.


Tarball creation

Branching

Code

git checkout -b calligra/${VERSION}
git push origin calligra/${VERSION}

(VERSION = 2.4, 2.5, etc.)

Translation

Prepare yourself for a lot of suffering:

  • warn the i18n coordinator in advance
  • copy translation to stable-kde4 (use the calligra-release.rb scripts in calligra's release scripts )
  • update scripty for stable translations (edit scripts/get_paths change the get_path function, and check that list_modules contains calligra):
svn co svn+ssh://[email protected]/home/kde/branches/stable/l10n-kde4/scripts scripts-stable
  • update scripty for trunk translations
svn co svn+ssh://[email protected]/home/kde/trunk/l10n-kde4/scripts scripts-trunk

Information updates