summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "added /var/run/bcfg2-server directory in spec files"Chris St. Pierre2012-10-091-2/+0
| | | | This reverts commit a20c012fca62bec92f3e99369ed6581485e8a153.
* created separate bcfg2-server-cherrypy rpm for cherrypy backendChris St. Pierre2012-10-091-6/+49
|
* Add django/south version minimumTim Laszlo2012-10-081-2/+2
|
* remove bcfg2-report-collector chkconfig linesTim Laszlo2012-10-081-2/+0
|
* add init scriptTim Laszlo2012-10-081-0/+5
|
* Update rpm spec with new reports filesTim Laszlo2012-10-081-2/+4
|
* added /var/run/bcfg2-server directory in spec filesChris St. Pierre2012-10-041-0/+2
|
* fixed selinux rpm buildChris St. Pierre2012-10-031-5/+33
|
* added -selinux subpackage to rpmChris St. Pierre2012-10-031-12/+86
|
* added python-daemon requiresChris St. Pierre2012-09-051-0/+5
|
* require python-sphinx >= 1.0 across the boardChris St. Pierre2012-09-041-4/+4
|
* bcfg2.spec: Fix django dep on OpenSUSE (#1124)Christopher 'm4z' Holm2012-09-031-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0pre1Sol Jerome2012-08-311-4/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* make bcfg2-server RPM require the identical version of bcfg2 (client)Chris St. Pierre2012-08-231-1/+1
| | | | [ci skip]
* bcfg2.spec: Fix rpmbuild errorsSol Jerome2012-08-161-2/+0
| | | | | | The egg-info files are built on versions < 2.5 also. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added bcfg2-crypt to specfileChris St. Pierre2012-08-151-0/+1
|
* added tools/ as doc for bcfg2-server RPMChris St. Pierre2012-08-151-2/+8
|
* Version bump to 1.2.3Sol Jerome2012-08-151-3/+3
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
* PY3K/PEP8 fixesSol Jerome2012-08-141-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added CherryPy-based server coreChris St. Pierre2012-07-191-4/+11
|
* bcfg2.spec: Move python-nose dependency to bcfg2-serverTim Laszlo2012-05-221-1/+1
|
* bcfg2.spec: Copy build data instead of moveTim Laszlo2012-05-221-2/+2
| | | | | This fixes an issue building the rpm when /var/tmp is on another partition.
* fixed missing %{buildroot}Chris St. Pierre2012-04-271-1/+1
|
* make %ghost work on RHEL 5, MandrivaChris St. Pierre2012-04-271-10/+7
|
* better way to divine the path to python packagesChris St. Pierre2012-04-261-1/+1
|
* Merge branch 'maint'Sol Jerome2012-04-191-1/+1
|\ | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * redhat: Remove stray %Sol Jerome2012-04-181-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | rhel doesn't recognize Recommends tag eitherChris St. Pierre2012-04-131-2/+2
| |
* | very minor specfile cleanupChris St. Pierre2012-04-131-54/+57
| |
* | bcfg2-test requires noseChris St. Pierre2012-04-131-0/+1
|/
* Version bump to 1.2.2v1.2.2Sol Jerome2012-03-171-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2.spec: Fix pythonpath detection on older versions of sphinxSol Jerome2012-03-131-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Add Fedora/Mandriva changes to static spec file.Christopher 'm4z' Holm2012-02-181-1/+29
| | | | (cherry picked from commit 9b0232fbf988263b987f89c89ca881b3fbd43e24)
* Add openSUSE compatibility to static spec file.Christopher 'm4z' Holm2012-02-171-21/+137
|
* Redhat/SUSE: Remove the execution of 'rpm' in specfileJonathan Billings2012-01-301-10/+3
| | | | | | | | Since both Red Hat and SuSE seem to have packages named python-lxml, there's no longer any need to have logic to use a package named 'lxml'. Using the 'rpm' command inside a spec file also breaks mock, so this will allow the spec to be used in build environments that use mock.
* Remove extraneous '%changelog' in bcfg2.specSol Jerome2012-01-291-1/+0
| | | | 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-241-0/+1
|
* added paranoid cache dir to spec file; fixed detection of old RHELChris St. Pierre2011-12-081-1/+4
| | | | (cherry picked from commit bab5c0865f582f7a3ddc72210816bbd77f14d035)
* 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.
* bcfg2.spec: Package is still called python-sphinx10 in RHEL6Sol Jerome2011-09-081-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.0rc1v1.2.0rc1Sol Jerome2011-09-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>