Support:Releasing: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann |
imported>Hendrik Brummermann →Releasing Phase 1: Building and testing: cvs->git |
||
Line 34:
== Releasing Phase 1: Building and testing ==
===
* In a shell go to directory /home/marauroa/branch_cvs
* Create subfolder with the version number
* <code>cp -ax stendhal 1.xx</code>
* <code>cd 1.xx</code>
* <code>git pull</code>
* <code>git checkout VERSION_01_RELEASE_xx
=== Building the release ===
* copy the keystore.ks and build.ant-private.properties: <code>cp ../skeleton/* .</code>
* download the last official release to build-archive: <code>cd build-archive; wget <nowiki>http://arianne.sourceforge.net/download/stendhal.zip</nowiki>; mv stendhal.zip stendhal-<oldversion>.zip; cd ..</code>
| |||