gecko-dev/taskcluster
Mike Hommey 8a3b88f341 Bug 1278415 - Also write a mozinfo for js standalone builds. r=gps
Historically, a mozinfo for js standalone build has not been necessary,
but with the move towards a) having things work with mach and b)
buildconfig using the MozbuildObject.from_environment in next patch,
mozinfo becomes necessary (it's required for
MozbuildObject.from_environment to find the directory is an objdir).

Interestingly, hazard builds do both a js standalone build and a desktop
Firefox build at the same time, both of which are done with MOZCONFIG
set in the environment... with the Firefox mozconfig. The result of now
writing a mozinfo for js standalone builds is that in that case, they
end up with a reference to the mozconfig, which the build system then
reads, and finds a MOZ_OBJDIR, which then doesn't match the js
standalone build objdir. So for those builds, reset MOZCONFIG.
2016-06-16 11:43:23 +09:00
..
ci Bug 1280129 - Update tasks to use v2 treeherder routes r=dustin 2016-06-14 12:56:25 -05:00
docs Bug 1280129 - Update tasks to use v2 treeherder routes r=dustin 2016-06-14 12:56:25 -05:00
scripts Bug 1278415 - Also write a mozinfo for js standalone builds. r=gps 2016-06-16 11:43:23 +09:00
taskgraph Bug 1280129 - Update tasks to use v2 treeherder routes r=dustin 2016-06-14 12:56:25 -05:00
mach_commands.py Bug 1275409: remove taskcluster_graph.image_builder; r=wcosta 2016-06-06 18:55:10 +00:00
moz.build