summaryrefslogtreecommitdiffstats
path: root/redhat
Commit message (Collapse)AuthorAgeFilesLines
* e89e879... bcfg2-test requires noseChris St. Pierre2012-05-041-0/+1
|
* Version bump to 1.2.2v1.2.2Sol Jerome2012-03-171-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.1v1.2.1Sol Jerome2012-01-271-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed specfiles (#1087)Chris St. Pierre2012-01-242-2/+3
|
* Version bump to 1.2.0v1.2.0Sol Jerome2011-12-071-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.0rc2v1.2.0rc2Sol Jerome2011-10-281-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Various Packages plugin fixes:Chris St. Pierre2011-10-191-0/+1
| | | | | | | | | | | | | * Added bcfg2-yum-helper to offload Yum API calls to a short-lived process. As absurd as this is, it appears to be the standard way to get around Yum's atrocious memory handling (cf. yum-updatesd). * Added SourceInitError for non-fatal errors instantiating new sources. * Fixed bug that caused all cached data to be removed on server startup (reported by mikemccllstr on IRC). * Fixed a number of overly aggressive caching issues. * Fixed the way sources are loaded at server startup. * Fixed handling of Yum package groups.
* Version bump to 1.2.0rc1v1.2.0rc1Sol Jerome2011-09-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Initial .service files addedFabian Affolter2011-07-032-0/+26
|
* Version bump to 1.2.0pre3v1.2.0pre3Sol Jerome2011-06-181-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.0pre2v1.2.0pre2Sol Jerome2011-04-251-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Misc. build fixes:Chris St. Pierre2011-04-211-2/+6
| | | | | * fixed detection of RHEL version and python Sphinx path * added XSL file to do XSLT transform for build_dtddoc
* 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
* fix permissions on top-level doc dir in -doc subpackageChris St. Pierre2011-04-051-1/+1
|
* redhat: Fix URL/Source in spec filesSol Jerome2011-03-251-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* schemas: Build DTD docs, provide -doc subpackage in RPM (Resolves #984)Chris St. Pierre2011-01-271-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the ticket: I've attached a patch that does two things: 1. Uses xs3p (http://xml.fiforms.org/xs3p/), an XSLT stylesheet, to do transforms on the Bcfg2 DTD and automatically generates documentation on the DTD. I added a build_dtddoc command to setup.py that performs the transforms using lxml.etree and puts the resulting HTML in build/dtd. I also added some documentation to bundle.xsd; it's not much, but should demonstrate the ease with which the DTD can be documented with this system in use. 2. I added both build_sphinx and build_dtddoc commands to the RPM specfile, and added a -doc subpackage to put the resulting HTML in. The specfile builds successfully on CentOS 5 and Fedora 13. There are a couple of known issues: 1. The output from xs3p uses pop-ups to present documentation on non-global components, which, due to the way the Bcfg2 DTD is written, is most of them. This is ugly. It could be improved by modifying the XSLT, but I'm not a web designer and wasn't sure the best way to present that information. Either way, this is a start. 2. The python-sphinx10 package in EPEL 5 apparently has a bug where it fails to add itself to sys.path after installing. There's some ugliness in the spec file to get around that. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.0pre1v1.2.0pre1Sol Jerome2011-01-232-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* redhat: Fix Makefile so that building from git worksSol Jerome2010-11-151-11/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* redhat: Sync some upstream changes for the spec fileSol Jerome2010-11-151-22/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.1.0Narayan Desai2010-09-271-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6072 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.1.0rc5Narayan Desai2010-09-141-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6056 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2.spec.in: Fix lxml requirement for bcfg2 client (Reported by tac on IRC)Sol Jerome2010-08-271-0/+5
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6039 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.1.0rc4Sol Jerome2010-07-301-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5982 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.1.0rc3Narayan Desai2010-06-211-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5946 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.1.0rc2Sol Jerome2010-06-092-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5908 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.1.0rc1Narayan Desai2010-04-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5841 ce84e21b-d406-0410-9b95-82705330c041
* redhat/bcfg2.spec.in: Remove unnecessary Genshi dependencySol Jerome2010-03-301-1/+0
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5802 ce84e21b-d406-0410-9b95-82705330c041
* redhat: spec file fixes from Jonathan BillingsSol Jerome2010-01-051-2/+2
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5658 ce84e21b-d406-0410-9b95-82705330c041
* RPM: Require python-ssl for < 2.6 (ticket #800 Reported by David Strauss)Sol Jerome2009-12-021-0/+3
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5610 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0Narayan Desai2009-11-051-1/+1
| | | | 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-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5551 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0rc3Narayan Desai2009-11-051-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5534 ce84e21b-d406-0410-9b95-82705330c041
* Fix paths in RPM spec filesSol Jerome2009-11-021-3/+3
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5521 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0.0rc2Narayan Desai2009-11-011-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5519 ce84e21b-d406-0410-9b95-82705330c041
* Packaging: Version bump to 1.0.0rc1Narayan Desai2009-10-261-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5505 ce84e21b-d406-0410-9b95-82705330c041
* bcfg2.init: Fix case statement for ticket #752 (Patch from Travis Campbell)Sol Jerome2009-10-021-1/+1
| | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5471 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre5Narayan Desai2009-07-231-1/+1
| | | | 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-151-0/+3
| | | | | | 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
* TCheetah: Remove RPM python-cheetah requirementSol Jerome2009-07-131-1/+0
| | | | | | | | | | Cheetah is not considered a requirement on the server. A check has been added to see if it is installed when trying to instantiate the TCheetah plugin. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5324 ce84e21b-d406-0410-9b95-82705330c041
* redhat/bcfg2.spec.in: Add unpackaged files to redhat spec file (Reported by ↵Sol Jerome2009-07-131-0/+2
| | | | | | | | | | | somekool) SSLServer/Statistics were missing from the spec file causing rpmbuild to fail with errors. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5320 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre4Narayan Desai2009-06-251-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5298 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre3Narayan Desai2009-05-221-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5253 ce84e21b-d406-0410-9b95-82705330c041
* redhat spec file updatesNarayan Desai2009-05-131-4/+0
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5223 ce84e21b-d406-0410-9b95-82705330c041
* redhat specfile: Add --prefix to install optionsNarayan Desai2009-04-141-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5162 ce84e21b-d406-0410-9b95-82705330c041
* Fix builds with the redhat specific packagingNarayan Desai2009-04-131-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5160 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre2Narayan Desai2009-03-261-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5143 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 1.0pre1Narayan Desai2009-01-291-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5050 ce84e21b-d406-0410-9b95-82705330c041
* working fix for the redhat init script (mea culpa)Narayan Desai2009-01-231-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5042 ce84e21b-d406-0410-9b95-82705330c041
* make redhat init script work on RHEL4 (Patch from Carol Tardif)Narayan Desai2009-01-231-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5041 ce84e21b-d406-0410-9b95-82705330c041
* Version bump to 0.9.6Narayan Desai2008-11-141-1/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4976 ce84e21b-d406-0410-9b95-82705330c041