create new translation branch for v0.4
This commit is contained in:
parent
9b4e353af7
commit
0a1d2a2e00
795 changed files with 134715 additions and 0 deletions
29
translation-base-v0.4/stuff/upload_and_release-policy.txt
Normal file
29
translation-base-v0.4/stuff/upload_and_release-policy.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
This file describes common procedures for commiting code and for releasing a
|
||||
new version.
|
||||
|
||||
1) day-to-day commits:
|
||||
|
||||
The usual steps before commit:
|
||||
- scripts/update_po_files.py
|
||||
- run unittests:
|
||||
- bin/uml-setup.py
|
||||
- log into uml
|
||||
- install the previously build package
|
||||
- invoke-rc.d cryptobox-server stop
|
||||
- hostfs/bin/do_unittests.sh
|
||||
- check that CryptoBoxRootActions has OVERRIDE_FILECHECK = False
|
||||
|
||||
|
||||
2) release a new version
|
||||
- follow: http://devel.cryptobox.org/wiki/CodingGuideLines
|
||||
- do last automated unittests
|
||||
- check if chessecake finds important issues
|
||||
- transform TODOs into trac-tickets
|
||||
- follow the instructions in "debian-package_policy.txt"
|
||||
- upload the tar/deb/iso to codecoop
|
||||
- update the website: index and download
|
||||
- announce the release on freshmeat: http://freshmeat.net/projects/cryptobox
|
||||
- announce it on the Python Package Index: http://www.python.org/pypi
|
||||
- update the trac-roadmap, close all done tickets
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue