Activity Team/Git Tutorial: Difference between revisions

moving to sugar labs is out of scope for a git tutorial
Line 172: Line 172:


  git pull git://git.sugarlabs.org/infoslicer/alsroots-clone.git master
  git pull git://git.sugarlabs.org/infoslicer/alsroots-clone.git master
=== 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/...


[[Category:Activity Team]]
[[Category:Activity Team]]
[[Category:HowTo]]
[[Category:HowTo]]