Activity Team/Packaging: Difference between revisions
rename category Activity to Activity_Team |
m fix camelcase links |
||
| Line 3: | Line 3: | ||
=== Publish source tarballs for each release === | === Publish source tarballs for each release === | ||
''If your activity is part of Fructose you should just follow [[ | ''If your activity is part of Fructose you should just follow [[Development Team/Release#Module_release|Module Release]] instructions.'' | ||
* Generate a source tarball as follows. It will be placed inside the dist/ directory. | * Generate a source tarball as follows. It will be placed inside the dist/ directory. | ||
./setup.py dist_source | ./setup.py dist_source | ||
* Upload it on the web. If you need a server to upload it to, please open a ticket on http://dev.sugarlabs.org, under the shell.sugarlabs.org component, to request a shell account. Remeber to attach your public ssh key. When you have access, create a directory under /upload/sources/honey for your activity and copy the tarball in it. | * Upload it on the web. If you need a server to upload it to, please open a ticket on http://dev.sugarlabs.org, under the shell.sugarlabs.org component, to request a shell account. Remeber to attach your public ssh key. When you have access, create a directory under /upload/sources/honey for your activity and copy the tarball in it. | ||
* Update the Honey table on the [[ | * Update the Honey table on the [[Development Team/Source_Code#Honey|Source Code]] page with a link to the latest version. Feel free to add an entry if your activity is not yet listed. | ||
=== Create a trac component for your activity === | === Create a trac component for your activity === | ||