ReleaseEngineering/How To/allthethings.json: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add initial page for allthethings.json)
 
m (added script to generate allthethings.json)
Line 4: Line 4:
<pre>
<pre>
hg clone https://hg.mozilla.org/build/braindump
hg clone https://hg.mozilla.org/build/braindump
braindump/community/setup_buildbot_environment.sh
cd braindump/community
cd ~/.mozilla/releng/repos/buildbot-configs
./generate_allthethings_json.sh
source ~/.mozilla/releng/venv/bin/activate
~/.mozilla/releng/repos/braindump/buildbot-related/dump_allthethings.sh
</pre>
</pre>


Here's how you deploy a new change:
Here's how you deploy a new change:
* catlee has a checkout on cruncher
* catlee has a checkout on cruncher

Revision as of 16:49, 3 March 2015

Some tools are starting to feed on allthethings.json.

Here's how you can generate it locally:

hg clone https://hg.mozilla.org/build/braindump
cd braindump/community
./generate_allthethings_json.sh

Here's how you deploy a new change:

  • catlee has a checkout on cruncher