summaryrefslogtreecommitdiffstats
path: root/encap/src/encap-profiles/bcfg2-m2crypto-0.17.ep
Commit message (Collapse)AuthorAgeFilesLines
* No longer being maintained, no one expressed interest on mailing list, so ↵Daniel Joseph Barnhart Clark2009-11-111-115/+0
| | | | | | removing from trunk. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5569 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: How's this for fun: If you have 2 seperate python binaries at ↵Daniel Joseph Barnhart Clark2007-07-201-4/+4
| | | | | | | | | | | | | | | different locations, both named "python", then somehow they both pick up the same python shared libraries, but if you call the second one using a different name, you get the shared library it's supposed to be using. This hit me when I installed a non-bcfg2 python in /usr/local, and suddenly bcfg2 stopped working with: Traceback (most recent call last): File "/usr/local/bin/bcfg2", line 14, in ? import Bcfg2.Options ImportError: No module named Bcfg2.Options Because it was using the python that thought modules were under /usr/local/lib instead of /usr/local/lib/bcfg2/lib This patch should fix it. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3511 ce84e21b-d406-0410-9b95-82705330c041
* Changes for Solaris 9 compileDaniel Joseph Barnhart Clark2007-07-121-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3436 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Changes to work on AIXDaniel Joseph Barnhart Clark2007-06-251-1/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3354 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Need to use new setuptools everywhere or things get Daniel Joseph Barnhart Clark2007-06-251-0/+1
| | | | | | | confusing git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3349 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: New setuptools requires special arguments to produce Daniel Joseph Barnhart Clark2007-06-251-1/+3
| | | | | | | packages usable with external packaging tools (i.e. not .egg files) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3348 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Finish initial seperation of client from serverDaniel Joseph Barnhart Clark2007-06-221-1/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3333 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: seperating out server stuffDaniel Joseph Barnhart Clark2007-06-221-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3332 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Make everything dep on most recent setuptools for consistencyDaniel Joseph Barnhart Clark2007-06-221-1/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3331 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Changes to get lxml-1.2.1 to work:Daniel Joseph Barnhart Clark2007-06-221-1/+8
| | | | | | | | | 1. Add setuptools-0.6c6 2. Modifications to Python and all Python modules to work with new setuptools 3. There is no three git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3328 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Updating dep versionsDaniel Joseph Barnhart Clark2007-06-211-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3327 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Added m2crypto as hard depDaniel Joseph Barnhart Clark2007-04-261-0/+101
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3064 ce84e21b-d406-0410-9b95-82705330c041