Jetpack/Integration Process: Difference between revisions

Jump to navigation Jump to search
Line 5: Line 5:
== If you haven't checked out from mercurial before ==
== If you haven't checked out from mercurial before ==


  hg clone https://hg.mozilla.org/projects/larch/ larch
  hg clone https://hg.mozilla.org/integration/mozilla-inbound/ inbound
  cd larch/addon-sdk/source
  cd inbound/addon-sdk/source
  git init
  git init
  git remote add origin https://github.com/mozilla/addon-sdk.git
  git remote add origin git@github.com:mozilla/addon-sdk.git
  git fetch origin
  git fetch origin
  git branch --track integration refs/remotes/origin/integration
  git checkout -f integration
git reset --hard integration


This will give you the latest larch code and update the SDK files to the latest versions from the integration branch.
This will give you the latest mozilla-inbound code and update the SDK files to the latest versions from the integration branch, in some cases that might be newer than those already in mozilla-inbound.


== If you have previously done the above ==
== If you have previously done the above ==
canmove, Confirmed users
1,570

edits

Navigation menu