31
edits
Mcornmesser (talk | contribs) |
Mcornmesser (talk | contribs) |
||
Line 33: | Line 33: | ||
== Puppet Configuration === | == Puppet Configuration === | ||
== Manual Configuration/Tweaks == | == Manual Configuration/Tweaks == | ||
=== Mercurial Tweaks === | |||
* File copies into C:\mozilla-build\hg | |||
** Bundleclone.py | |||
*** http://hg.mozilla.org/build/puppet/raw-file/fc396d309685/modules/mercurial/files/bundleclone.py | |||
** A newer version of the caperm.pem is needed | |||
*** Current configuration uses caperm.pem stripped from Mercurial-3.5.1 | |||
* Lines added to the mercurial.ini | |||
** Under [extensions] | |||
*** bundleclone=C:\mozilla-build\hg\bundleclone.py | |||
*** share = | |||
** Under [bundleclone] | |||
*** prefers = ec2region=us-west-2, stream=revlogv1 | |||
**** This line should be ultimately be managed with the EC2 userdata scripts to determine which location for specific AWS region | |||
** Under [ui] | |||
*** username = Mozilla Release Engineering <release@mozilla.com> | |||
*** traceback = True | |||
** Under [hostfingerprints] | |||
*** hg.mozilla.org = af:27:b9:34:47:4e:e5:98:01:f6:83:2b:51:c9:aa:d8:df:fb:1a:27 | |||
== EC2 Service Userdata Scripts == | == EC2 Service Userdata Scripts == |
edits