Line 206: |
Line 206: |
| | | |
| Please check [[/Meetings]] for meeting schedules/logs. | | Please check [[/Meetings]] for meeting schedules/logs. |
| + | |
| + | == Moving to Sugar Labs == |
| + | |
| + | A few notes re moving to the Sugar Labs infrastructure: |
| + | |
| + | * use git init to create a new project unless it already exists. |
| + | * use <code>setup.py dist_source</code> to make the source package associated with your project. |
| + | * source packages now go in: |
| + | download.sugarlabs.org:/srv/www-sugarlabs/download/sources/ |
| + | |
| + | : from there, if your project (if it is an Activity) probably belongs in the honey subdirectory, e.g., |
| + | download.sugarlabs.org:/srv/www-sugarlabs/download/sources/honey/Abacus/ |
| + | |
| + | : If your project is part of the Sugar core, it goes in sucrose/fructose/ (for core Activities) or sucrose/glucose (for core modules), e.g., |
| + | download.sugarlabs.org:/srv/www-sugarlabs/download/sources/fructore/TurtleArt/ |
| + | download.sugarlabs.org:/srv/www-sugarlabs/download/sources/glucose/sugar-toolkit/ |
| + | |
| + | * don't forget to update addons as well!! |
| + | |
| + | * and to copy the tar file to download.sugarlabs.org |
| + | download.sugarlabs.org:/download/sources/honey/... |
| + | download.sugarlabs.org:/download/sources/sucrose/fructose/... |
| | | |
| == Subpages == | | == Subpages == |