summaryrefslogtreecommitdiffstats
path: root/encap/src/encap-profiles/bcfg2-elementtree-1.2.6.ep
Commit message (Collapse)AuthorAgeFilesLines
* No longer being maintained, no one expressed interest on mailing list, so ↵Daniel Joseph Barnhart Clark2009-11-111-76/+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-3/+3
| | | | | | | | | | | | | | | 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
* EncapPackages: ...Daniel Joseph Barnhart Clark2007-06-251-3/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3351 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-0/+1
| | | | 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: Fixes to work with Debian GNU/Linux Etch on x86_64Daniel Joseph Barnhart Clark2007-02-191-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2837 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Updated Python 2.4.3 -> 2.4.4, because 2.4.3 has anDaniel Joseph Barnhart Clark2006-10-231-1/+1
| | | | | | | arbitrary code execution (buffer overflow) bug. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2452 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Switch to using elementtree on client, as there is difficultyDaniel Joseph Barnhart Clark2006-10-101-0/+68
compiling libxml2+libxslt+lxml on some platforms. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2420 ce84e21b-d406-0410-9b95-82705330c041