canmove, Confirmed users
6,439
edits
No edit summary |
|||
Line 560: | Line 560: | ||
* Open /etc/sysconfig/puppet in an editor | * Open /etc/sysconfig/puppet in an editor | ||
* replace 'puppet' with production-puppet.build.mozilla.org | * replace 'puppet' with production-puppet.build.mozilla.org | ||
== Post-puppet packages == | |||
Since the deployment of Puppet, future changes to the ref platform are management by it. Because of this, providing _exact_ installation instructions can be tricky. All of the packages listed below are installed on the ref platform and some installation guidelines are provided. Looking at [http://hg.mozilla.org/build/puppet-manifests the puppet-manifests repository] may help if you are having trouble. | |||
=== jscoverage === | |||
* Build from revision 453 of [http://svn.siliconforks.com/jscoverage/trunk/ the jscoverage SVN repository] | |||
* 'jscoverage' and 'jscoverage-server' binaries installed to /usr/local/bin | |||
=== GCC 4.3.3 === | |||
GCC 4.3.3 was installed alongside the other GCC for use on newer branches. | |||
=== libhildonfm2-dev === | |||
Installed inside of scratchbox with the following command: | |||
su - cltbld -c '/scratchbox/moz_scratchbox -p apt-get --yes --force-yes install libhildonfm2-dev | |||
= Post-Install Setup = | = Post-Install Setup = |