ReferencePlatforms/Test/SnowLeopardRev3: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with 'The Snow Leopard reference is pretty much as ReferencePlatforms/Test/Leopard Leopard's but it differs in the post puppet packages which will be listed here: = Post-puppet pa…')
 
No edit summary
Line 1: Line 1:
The Snow Leopard reference is pretty much as [[ReferencePlatforms/Test/Leopard Leopard's]] but it differs in the post puppet packages which will be listed here:
The Snow Leopard reference is pretty much as [[ReferencePlatforms/Test/Leopard|Leopard's]] but it differs in the post puppet packages which will be listed here:


= Post-puppet packages =
= Post-puppet packages =
Line 6: Line 6:
== Mercurial ==
== Mercurial ==
* Mercurial 1.3.1 got deployed to all talos r3 Snow Leopard slaves.
* Mercurial 1.3.1 got deployed to all talos r3 Snow Leopard slaves.
* [[http://hg.mozilla.org/build/puppet-manifests/rev/1df033a8e9b0 1df033a8e9b0]
* [http://hg.mozilla.org/build/puppet-manifests/rev/1df033a8e9b0 1df033a8e9b0]
* The puppet equivalent is:
* The puppet equivalent is:
  cd /Library/Python/2.5/site-packages
  cd /Library/Python/2.5/site-packages

Revision as of 19:58, 29 April 2010

The Snow Leopard reference is pretty much as Leopard's but it differs in the post puppet packages which will be listed here:

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 the osx talos puppet-manifests repository may help if you are having trouble.

Mercurial

  • Mercurial 1.3.1 got deployed to all talos r3 Snow Leopard slaves.
  • 1df033a8e9b0
  • The puppet equivalent is:
cd /Library/Python/2.5/site-packages
/usr/bin/tar -xzf /N/talos/mac/darwin10/mercurial-1.3.1.tar.gz
# as root
cd /usr/local/bin
cp /N/talos/mac/hg .
mkdir /Users/cltbld/bin
ln -s /usr/bin/python2.5 /Users/cltbld/bin/python
cp /N/talos/mac/darwin10/.bash_profile /Users/cltbld/.bash_profile