Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Switching Moodle main code repository to Git: Difference between revisions

From MoodleDocs
Line 1: Line 1:
==Changes on moodle.org servers==
==Necessary changes on moodle.org servers==
# stop automatic weekly tagging and daily version commits in CVS
# stop automatic weekly tagging and daily version commits in CVS
# stop automatic cvs.moodle.org --> git.moodle.org export
# stop automatic cvs.moodle.org --> git.moodle.org export
Line 12: Line 12:
# set up git commit hooks that push mirrors to Github and Gitorious from git.moodle.org (all 4 branches, we need to set up keys for the moodlerobot)
# set up git commit hooks that push mirrors to Github and Gitorious from git.moodle.org (all 4 branches, we need to set up keys for the moodlerobot)
# set up git commit hook that triggers export to CVS commit mirror (all 4 branches, we need to tweak the PHP script and keys for CVS commit access)
# set up git commit hook that triggers export to CVS commit mirror (all 4 branches, we need to tweak the PHP script and keys for CVS commit access)
# give git write access to sam, eloy, martin and skodak
# give git write access to sam, eloy, martin and skodak on git.moodle.org/moodle.git
 
==Next steps==
# set up QA git repo at git.moodle.org/qamoodle.git
# give git write access to sam, eloy, martin and skodak on git.moodle.org/qamoodle.git

Revision as of 07:30, 24 November 2010

Necessary changes on moodle.org servers

  1. stop automatic weekly tagging and daily version commits in CVS
  2. stop automatic cvs.moodle.org --> git.moodle.org export
  3. take away all CVS write access from main CVS moodle module at cvs.moodle.org (keep all contrib and lang modules unchanged) - only moodlerobot will have access
  4. make binary snapshot from git cvshead to CVS HEAD - override CVS checkout with files from current cvshead Git branch
  5. branch MOODLE_20_STABLE from HEAD in CVS
  6. tag 2.0 in CVS
  7. create new master branch from cvshead in git.moodle.org
  8. create new MOODLE_20_STABLE branch form master in git.moodle.org
  9. tag 2.0 in git.moodle.org
  10. delete old cvshead branch in Git (the master is the correct name now)
  11. set up git commit hooks that push mirrors to Github and Gitorious from git.moodle.org (all 4 branches, we need to set up keys for the moodlerobot)
  12. set up git commit hook that triggers export to CVS commit mirror (all 4 branches, we need to tweak the PHP script and keys for CVS commit access)
  13. give git write access to sam, eloy, martin and skodak on git.moodle.org/moodle.git

Next steps

  1. set up QA git repo at git.moodle.org/qamoodle.git
  2. give git write access to sam, eloy, martin and skodak on git.moodle.org/qamoodle.git