Activity Team/How to migrate from OLPC

From Sugar Labs
< Activity Team
Revision as of 16:22, 2 February 2009 by Wade (talk | contribs)
Jump to navigation Jump to search

Migrating activities from dev.laptop.org

git-clone git://dev.laptop.org/projects/pippy-activity
  • If you want to migrate a non-master branch...
git remote show origin
git checkout -b sucrose-0.82 origin/sucrose-0.82
  • Push to git.sugarlabs.org with something like:
git push gitorious@git.sugarlabs.org:sugar/mainline.git --mirror
  • Add the pootle user as a committer (from the "add committer" link on the mainline page) and send mail to Sayamindu to point pootle to new remote.
  • Upload xo bundles and .tar.bz2 files to download.sugarlabs.org. If you don't already have one, you will need to request a shell account from the InfrastructureTeam. This is temporary. In the future, addons.sugarlabs.org will fill this role. You may also choose to leave the downloads on the laptop.org infrastructure until the new site is in place.
  • Notify sugar-devel and OLPC devel about the move.
  • Make sure that sugar-jhbuild points to the new repository (enter a ticket in http://dev.sugarlabs.org if you have no access)
  • Ask an ActivityTeam Coordinator to create a Trac component for your activity.
  • Transfer or resolve existing tickets related to the code in the OLPC Trac.
  • Update any pages on wiki.laptop.org that may contain stale links to OLPC repo. (e.g. Activities/All , the OBX box on the activity homepage, etc.)
  • Tag the activity at ActivityTeam/ActivityStatus as migrated.