gecko/b2g/config/gaia.json
Gaia Pushbot c644cbc5aa Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fa18fe646fe
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 906316 - Don't download the xulrunner SDK each time we change a branch if their configuration are different r=yurenju,asuth,ochameau

This also shows a message when the archive file seems to be corrupted, advising
to run "make really-clean". Also changed "make really-clean" to remove all
xulrunner related files.

We now uncompress the archive directly in a specific directory that should
change when we change the URL.

We use a dot file inside the xulrunner SDK directory to keep the URL used to
download that SDK.

Now we can also define XULRUNNER_DIRECTORY from the command-line. If not
defined, it will use the default xulrunner-sdk-26/xulrunner-sdk.
We can also define XULRUNNER_BASE_DIRECTORY which is the place where the
XULRunner SDK will get uncompressed.

We export the new XULRUNNER_DIRECTORY variable along with the
existing various xulrunner program paths. These paths have been made absolute
using make's `abspath` operation.

The patch also removes the ./ prefixes to those paths as they're likely useless
and prevent from using an absolute path when defining XULRUNNER_DIRECTORY from
the command line.

This patch also remove the email's build_stage directory when running "make
clean".

This _will_ make all devs redownload XULRunner, sorry.

This make the build fail if submakes fail

Also add documentation at the top of the Makefile.

========

https://hg.mozilla.org/integration/gaia-central/rev/64ff9610d8b2
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #12248 from julienw/885713-jshint

Bug 885713 - propose a "make hint" that would use jshint instead of gjsl...

========

https://hg.mozilla.org/integration/gaia-central/rev/bab8e2d4d9b7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885713 - propose a "make hint" that would use jshint instead of gjslint r=ochameau,rik f=jlal

This adds
* a default .jshintrc configuration file
* a `make hint` launcher
* a way to launch the linters (including the old lint linter) for a specific app
  only.
* you can also use another jshint configuration file
* use .jshintignore file as main exclude file, from both gjslint and jshint
* the pre-commit hook uses a makefile goal now
* remove the node_modules directory in really_clean
* use real files instead of phony targets for node modules and git hooks
* revert the part of bug 918295 affecting the git hook copy
2013-09-26 06:01:23 -07:00

5 lines
110 B
JSON

{
"revision": "0fa18fe646feb374e03ec839293a465144720da3",
"repo_path": "/integration/gaia-central"
}