summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Updated URL to Bcfg2 project page in Debian's control file.Mike McCallister2009-12-081-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5612 ce84e21b-d406-0410-9b95-82705330c041
* revert unwanted changesDaniel Joseph Barnhart Clark2009-12-011-66/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5600 ce84e21b-d406-0410-9b95-82705330c041
* Make text doc prettierDaniel Joseph Barnhart Clark2009-12-011-0/+66
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5599 ce84e21b-d406-0410-9b95-82705330c041
* try to force prereq of python-ssl to be installed if python 2.6 or later are ↵Daniel Joseph Barnhart Clark2009-12-011-1/+1
| | | | | | not available git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5598 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2-client can also use python-ssl if it is installedDaniel Joseph Barnhart Clark2009-11-121-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5575 ce84e21b-d406-0410-9b95-82705330c041
* 8:35 @djbclark | ah, m2crypto is just for the client, not the server... ↵Daniel Joseph Barnhart Clark2009-11-121-2/+2
| | | | | | | | | | | so server | actually needs to be dep on python (>= 2.6) | python-ssl - that | sounds right, desai / solj? 8:44 desai | yeah, that's right git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5574 ce84e21b-d406-0410-9b95-82705330c041
* Make debian package more policy compliantDaniel Joseph Barnhart Clark2009-11-112-7/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5568 ce84e21b-d406-0410-9b95-82705330c041
* try at fix for #791 - sort of ugly, with shallow testing seems to workDaniel Joseph Barnhart Clark2009-11-101-0/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5564 ce84e21b-d406-0410-9b95-82705330c041
* Applied minor cosmetic change patch from Sami Haahtinen (mailing list)Daniel Joseph Barnhart Clark2009-11-061-4/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5555 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0Narayan Desai2009-11-051-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5553 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0rc4Narayan Desai2009-11-051-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5551 ce84e21b-d406-0410-9b95-82705330c041
* Now restarts after initial install and upgrade, as requested by desai. For ↵Daniel Joseph Barnhart Clark2009-11-052-4/+13
| | | | | | some reason the debian tools are doing the wrong thing, so put in restart code after the autogenerated code - see comments for more details. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5550 ce84e21b-d406-0410-9b95-82705330c041
* Be more verbsose if bcfg2-server is disabled in defaultsDaniel Joseph Barnhart Clark2009-11-051-4/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5548 ce84e21b-d406-0410-9b95-82705330c041
* desai made the good point that having bcfg2-server not start on startup by ↵Daniel Joseph Barnhart Clark2009-11-051-1/+1
| | | | | | default will confuse people used to the default behavior. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5547 ce84e21b-d406-0410-9b95-82705330c041
* Fix traceback on bcfg2-server install. Make bcfg2-server not start up on Daniel Joseph Barnhart Clark2009-11-056-1/+41
| | | | | | | | | | | | install or by default at startup, to match behavior of bcfg2 client and not surprise the admin - also starting up bcfg2-server will just fail as currently the package does not install a working basic server configuration - this may be a debian policy bug - the user has to manually do bcfg2-admin init as root after install on clean installs. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5545 ce84e21b-d406-0410-9b95-82705330c041
* 1 Doc said python-support should go on Build-Depends-Indep lineDaniel Joseph Barnhart Clark2009-11-051-3/+6
| | | | | | | | 2 Don't force install of python-m2crypto if python 2.6 or greater, which support ssl natively, are present 3 Use ">= 2.3" instead of "${python:Versions}" for bcfg2 XB-Python-Version - the later was setting this to every available python version, eg "2.5, 2.6", and then on install shebang lines were getting forced to older version in some cases. Now just "/usr/bin/python" will be used. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5543 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0rc3Narayan Desai2009-11-051-0/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5534 ce84e21b-d406-0410-9b95-82705330c041
* debian packaging: add watch fileNarayan Desai2009-11-051-0/+4
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5533 ce84e21b-d406-0410-9b95-82705330c041
* Debian packaging: updates from RessuNarayan Desai2009-11-052-7/+7
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5532 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0rc2Narayan Desai2009-11-011-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5519 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2-info: fix traceback when python-profiler is not available (see Ticket ↵Narayan Desai2009-10-301-4/+4
| | | | | | #767 for details) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5516 ce84e21b-d406-0410-9b95-82705330c041
* Fix regression - new debian packaging made #767 re-appear.Daniel Joseph Barnhart Clark2009-10-301-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5515 ce84e21b-d406-0410-9b95-82705330c041
* Add new Debian packaging from Sami HaahtinenSol Jerome2009-10-2919-330/+56
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5512 ce84e21b-d406-0410-9b95-82705330c041
* Move python-profiler from Depends to Recommends as interm workaround for ↵Daniel Joseph Barnhart Clark2009-10-273-6/+6
| | | | | | Ticket #767 (new bcfg2 dep python-profiler is non-free) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5507 ce84e21b-d406-0410-9b95-82705330c041
* Packaging: Version bump to 1.0.0rc1Narayan Desai2009-10-261-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5505 ce84e21b-d406-0410-9b95-82705330c041
* Implement support for M2Crypto on the bcfg2 client.Mike McCallister2009-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | While Python 2.6's ssl module is the way of the future, support for M2Crypto helps the Bcfg2 client run on machines with older versions of Python. This commit provides basic support. More work remains to be done on general SSL support within Bcfg2. Reference the following work-in-progress document (or its successors) for things to consider: http://tools.ietf.org/html/draft-saintandre-tls-server-id-check-02 See also the following thread for other thoughts: http://thread.gmane.org/gmane.comp.sysutils.bcfg2.devel/3563 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5480 ce84e21b-d406-0410-9b95-82705330c041
* debian: Add python-profiler dependency for the serverSol Jerome2009-07-273-3/+3
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5389 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre5Narayan Desai2009-07-231-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5382 ce84e21b-d406-0410-9b95-82705330c041
* rpm/deb packaging: Remove remaining Cheetah dependenciesSol Jerome2009-07-154-3/+9
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5328 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre4Narayan Desai2009-06-251-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5298 ce84e21b-d406-0410-9b95-82705330c041
* Fix deb creation - now uses same *-packages glob as bcfg2.installDaniel Joseph Barnhart Clark2009-06-211-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5291 ce84e21b-d406-0410-9b95-82705330c041
* Debian: postrm fix from Paul CannonSol Jerome2009-06-191-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5284 ce84e21b-d406-0410-9b95-82705330c041
* Made Debian packaging work with Python 2.6 and earlierJames Yang2009-06-092-3/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5270 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre3Narayan Desai2009-05-221-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5253 ce84e21b-d406-0410-9b95-82705330c041
* SSL: Fix packaging (from Joel Merrick)Narayan Desai2009-05-121-1/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5219 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre2Narayan Desai2009-03-261-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5143 ce84e21b-d406-0410-9b95-82705330c041
* Fix init script case statementNarayan Desai2009-03-171-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5125 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre1Narayan Desai2009-01-291-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5050 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.9.6Narayan Desai2008-11-141-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4976 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.9.6rc1Narayan Desai2008-11-071-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4969 ce84e21b-d406-0410-9b95-82705330c041
* fixed Recommends bug in pycental and added option for python-lxml in 2.4Rick Bradshow2008-10-162-4/+3
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4948 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.9.6pre3Narayan Desai2008-10-101-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4943 ce84e21b-d406-0410-9b95-82705330c041
* add python-genshi recommendation for bcfg2-server packageNarayan Desai2008-10-101-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4941 ce84e21b-d406-0410-9b95-82705330c041
* Fix init scripts for lsb-base updateSol Jerome2008-08-232-8/+8
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4891 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.9.6pre2Narayan Desai2008-08-071-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4873 ce84e21b-d406-0410-9b95-82705330c041
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-311-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4845 ce84e21b-d406-0410-9b95-82705330c041
* init script bug (Patch from Robin Bowes) (Resolves Ticket #554)Narayan Desai2008-05-081-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4605 ce84e21b-d406-0410-9b95-82705330c041
* init script bug (Patch from Robin Bowes) (Resolves Ticket #554)Narayan Desai2008-05-081-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4604 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.9.6pre1Narayan Desai2008-04-081-0/+6
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4493 ce84e21b-d406-0410-9b95-82705330c041
* init script fixup from SolJNarayan Desai2008-03-251-0/+5
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4455 ce84e21b-d406-0410-9b95-82705330c041