Support:Releasing: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann |
||
| Line 78: | Line 78: | ||
=== Uploading the File Release === |
=== Uploading the File Release === |
||
* Login to the Sourceforge Shell server: <code>ssh -t |
* Login to the Sourceforge Shell server: <code>ssh -t nhnb,arianne@shell.sourceforge.net create</code> |
||
* Go to the stendhal folder: <code>cd /home/frs/project |
* Go to the stendhal folder: <code>cd /home/frs/project/arianne/stendhal</code> |
||
* Create the folder for the download: <code>mkdir 1.xx</code> |
* Create the folder for the download: <code>mkdir 1.xx</code> |
||
* Edit the version number in <code>vi stendhal-readme.markdown</code> |
* Edit the version number in <code>vi stendhal-readme.markdown</code> |
||
* Logout of the sourceforge shell |
* Logout of the sourceforge shell |
||
* From the build/lib directory of stendhalgame.org, upload the updater/webstart files: <code>scp stendhal-*1.xx.jar stendhal*-diff-*.jar |
* From the build/lib directory of stendhalgame.org, upload the updater/webstart files: <code>scp stendhal-*1.xx.jar stendhal*-diff-*.jar nhnb@frs.sourceforge.net:/home/frs/project/arianne/z_old/stendhal-updates</code> |
||
* Upload the distribution <code>scp stendhal-*1.xx.zip stendhal-1.xx-src.tar.gz |
* Upload the distribution <code>scp stendhal-*1.xx.zip stendhal-1.xx-src.tar.gz nhnb@frs.sourceforge.net:/home/frs/project/arianne/stendhal/1.xx</code> |
||
Alternatively, you can use the Sourceforge webpages at Develop -> Project Admin -> File Manager to create the folder and upload the files. |
Alternatively, you can use the Sourceforge webpages at Develop -> Project Admin -> File Manager to create the folder and upload the files. |
||