X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=ext%2Fosx%2FREADME;fp=ext%2Fosx%2FREADME;h=72750b5faad1a5706c089aea4ecb08d483acbb80;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/ext/osx/README b/ext/osx/README new file mode 100644 index 0000000..72750b5 --- /dev/null +++ b/ext/osx/README @@ -0,0 +1,15 @@ +This script will automatically build Mac packages based on your source +tarball. The only argument is the path to the untarred source directory. + +It automatically determines the MCollective version so it will only work +with 0.4.9 and forward. It loads mcollective in ruby so it requires +that the stomp rubygem be installed. + +I could just grep the mcollective.rb script but I wanted it to be future proof. +It also requires XCode be installed to have PackageMaker available. It sets +the server.cfg file daemonize setting to 0 since my launchd plist will handle +that. I also have launchd set to restart mcollectived if it stops running. + +Let me know if you run in to trouble with it. + +Carl Caum - carl _at_ carlcaum.com