summaryrefslogtreecommitdiffstats
path: root/encap/src/encap-profiles/bcfg2-python-apt-0.6.19.ep
Commit message (Collapse)AuthorAgeFilesLines
* No longer being maintained, no one expressed interest on mailing list, so ↵Daniel Joseph Barnhart Clark2009-11-111-106/+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
* 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-2/+9
| | | | | | | | | 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: Add library search path to GNU/Linux to make itDaniel Joseph Barnhart Clark2006-10-041-1/+1
| | | | | | | consistent with AIX and Solaris git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2381 ce84e21b-d406-0410-9b95-82705330c041
* EncapProfiles: Try to download source from a local machineDaniel Joseph Barnhart Clark2006-10-031-1/+2
| | | | | | | "encapsrcdist" before internet sites (idea is this would be a CNAME) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2372 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Merging changes from branches/private/dclark/encap-0.8.5.Daniel Joseph Barnhart Clark2006-10-031-1/+1
| | | | | | | | Major change is removal of dependancies on libgcc, libstdc++, gettext, and libiconv. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2368 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: A bunch of changes, including but not limited to:Daniel Joseph Barnhart Clark2006-08-241-2/+6
| | | | | | | | | | | | * Cleaner directory structure * Numerous Makefile improvements * Makefile no longer tied to specific versions of encap packages (except in the case of python-apt, which is distro-specific) * Automatic dependancy generation from encap package files * bcfg2-site pretty much done git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2103 ce84e21b-d406-0410-9b95-82705330c041
* EncapPackages: Restructuring directory layoutDaniel Joseph Barnhart Clark2006-08-241-0/+93
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2102 ce84e21b-d406-0410-9b95-82705330c041