Jetpack/Integration Process: Difference between revisions

→‎Checking changes: mention build files which need to be updated.
(adding a section on rebasing a single commit)
(→‎Checking changes: mention build files which need to be updated.)
 
Line 72: Line 72:
  hg status -ur addon-sdk/source # Should show no results
  hg status -ur addon-sdk/source # Should show no results
  hg status # Shows you all the changes you're about to land
  hg status # Shows you all the changes you're about to land
=== addon-sdk/moz.build ===
Make sure that the addon-sdk/moz.build file is correct, you can use this script to update it:
./mach generate-addon-sdk-moz-build
This is not a perfect script though, it may have bugs so if you notice something file something.
=== addon-sdk/source/test/jetpack-package.ini ===
There is no script to update this at the moment, this is bug 1119600, so updates must be done by hand.
=== addon-sdk/source/test/addons/jetpack-package.ini ===
There is no script to update this at the moment, this is bug 1119601, so updates must be done by hand.


== Testing changes ==
== Testing changes ==
Confirmed users
250

edits