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/ mozilla
  hg clone https://hg.mozilla.org/projects/larch/ larch
  cd mozilla/addon-sdk/source
  cd larch/addon-sdk/source
  git init
  git init
  git remote add origin  https://github.com/mozilla/addon-sdk.git
  git remote add origin  https://github.com/mozilla/addon-sdk.git
Line 13: Line 13:
  git reset --hard integration
  git reset --hard integration


This will give you the latest mozilla-central code and update the SDK files to the latest versions from the integration branch.
This will give you the latest larch code and update the SDK files to the latest versions from the integration branch.


== If you have previously done the above ==
== If you have previously done the above ==
Confirmed users
396

edits

Navigation menu