summaryrefslogtreecommitdiffstats
path: root/osx
Commit message (Collapse)AuthorAgeFilesLines
* Add flag to mkdir to make Makefile easier to use.Raul Cuza2011-05-051-2/+2
|
* Add a file with introduction to bcfg2.Raul Cuza2011-05-051-0/+16
| | | | The introduction is just a copy of the front page of the bcfg2.org wiki.
* Lots of cleanup for bcfg2-repo-validate rewrite:Chris St. Pierre2011-04-211-1/+1
| | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes
* Remove chown line all together.Raul Cuza2011-01-311-1/+0
| | | | | It is no longer needed because the bug in packagemaker that required it appears to be fixed in 3.0.4.
* Modify how MINOR variable is created so that it is always an integer.Raul Cuza2011-01-311-1/+2
| | | | | | Info.plist requires that IFMinorVersion be an integer. The new hack assumes that the first character in the third section of the setup.py version variable is always an integer.
* Remove command to change owner of files to root:admin.Raul Cuza2011-01-311-1/+1
| | | | The payload in the package sets these permissions correctly.
* Change condition test for python version to work on Mac OS X 10.6.6 with ↵Raul Cuza2011-01-311-5/+4
| | | | | | | | | | Xcode 3.2.5. The test using /bin/expr and && was not working for me. When I changed it to this format, I was able to get M2Crypto-0.20.2-py2.5-macosx-10.5-ppc.egg inserted into the package when python was 2.5 or less. I used two if statements because I had trouble comparing floating point numbers with bash's if.
* macports: Sync with upstream (updated for 1.1.1)Sol Jerome2010-11-182-22/+28
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* osx: Update version in macports patchfileSol Jerome2010-01-271-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5706 ce84e21b-d406-0410-9b95-82705330c041
* macports: Version bump to 1.0.1Sol Jerome2010-01-231-4/+4
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5700 ce84e21b-d406-0410-9b95-82705330c041
* macports: Add license information to PortfileSol Jerome2009-12-021-0/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5603 ce84e21b-d406-0410-9b95-82705330c041
* OSX: Add Portfile for macports packagingSol Jerome2009-12-012-0/+92
| | | | | | | | | | This adds the macports packaging from: http://trac.macports.org/changeset/61067 Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5602 ce84e21b-d406-0410-9b95-82705330c041
* OSX: Add package name to CFBundleIdentifier keySol Jerome2009-11-231-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5593 ce84e21b-d406-0410-9b95-82705330c041
* OSX: New packaging frameworkSol Jerome2009-11-208-0/+210
This commit allows you to build both client/server packages for OS X by changing to the osx directory and running make client/server, respectively. Hopefully make it easier to setup bcfg2 clients on OS X since the most current packages I could find were still 0.9.4. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5584 ce84e21b-d406-0410-9b95-82705330c041