Posts Tagged ‘development’

Solaris Development

OpenSolaris logoUsing OpenSolaris 2008.11, it appears the most complete way to obtain a full-featured development tool chain is to install the ss-dev and gcc-dev package clusters.

pfexec pkg install gcc-dev ss-dev

References:

 

GitWeb and Public Git Repository

I’ve setup a public facing Git repository and gitweb interface to publish my patches to puppet and any other open source projects which may use Git in the future.

The locations are:

If you’re a puppet developer, you’re able to track my repository easily with:

  git remote add mccune http://northstarlabs.net/git/puppet