summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved content from centos guide to this sectionFabian Affolter2012-05-011-1/+25
|
* Added ChrisFabian Affolter2012-05-011-2/+4
|
* Updated my email addressFabian Affolter2012-05-011-1/+1
|
* Updated my email addressFabian Affolter2012-05-011-1/+1
|
* newline addedFabian Affolter2012-05-011-1/+0
|
* Added details about epel 6.xFabian Affolter2012-05-011-3/+5
|
* Updated the package and added details about Alpine Linux and RHEL 6.xFabian Affolter2012-05-011-2/+16
|
* made bcfg2-info buildall accept list of clients; added buildallfile commandChris St. Pierre2012-05-011-26/+111
|
* better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-011-1/+2
|
* Include arch as one of the possible choices when user beginsCalvin Cheng2012-04-301-1/+3
|
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-277-11/+44
| | | | | | | | | | | | | | | Path type='directory' entries previously had no 'reason' associated with their 'dirty' state. This change adds a database field for unpruned entries which are present in a pruned directory and displays that list in the web reporting interface. There is also a change made to the POSIX client tool which forces it to display the extra entry list when running in interactive mode without debugging enabled. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed missing %{buildroot}Chris St. Pierre2012-04-271-1/+1
|
* make %ghost work on RHEL 5, MandrivaChris St. Pierre2012-04-271-10/+7
|
* doc: Fix fileprobe example (#1108)Sol Jerome2012-04-271-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* better way to divine the path to python packagesChris St. Pierre2012-04-261-1/+1
|
* fixed confusing error messageChris St. Pierre2012-04-231-2/+2
|
* cleaner handling of line-wrapping in bcfg2-lintChris St. Pierre2012-04-231-10/+7
|
* changed the way bcfg2-lint errors are loaded to make it easier to write and ↵Chris St. Pierre2012-04-2013-59/+77
| | | | use custom plugins
* made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-04-202-7/+8
|
* added TemplateHelper plugin for bcfg2-lintChris St. Pierre2012-04-202-1/+62
|
* make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-04-202-2/+25
|
* Merge branch 'maint'Sol Jerome2012-04-198-42/+78
|\ | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * bcfg2-info: Fix packagesources commandSol Jerome2012-04-192-16/+23
| | | | | | | | 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>
| * doc: Remove undefined glossary termSol Jerome2012-04-161-2/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Merge pull request #24 from lukecyca/maintChris St. Pierre2012-04-162-4/+12
| |\ | | | | | | Fixes for MacPorts and launchd
| | * Fixed launchd to correctly parse label from plist, and added a warning when ↵Luke Cyca2012-04-161-3/+4
| | | | | | | | | | | | it can't be parsed.
| | * MacPorts now respects version="any" and logs version mismatches like other ↵Luke Cyca2012-04-161-1/+8
| |/ | | | | | | plugins.
| * Merge pull request #23 from lukecyca/patch-1Chris St. Pierre2012-04-131-2/+2
| |\ | | | | | | Fixes to Client.Tools.MacPorts
| | * Fixed MacPorts pkgtool tuple and cleaned up logger outputLuke Cyca2012-04-131-2/+2
| |/
| * doc: Fix typo (reported by mattikus on IRC)Sol Jerome2012-03-301-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * launchd: Remove popen2 callsSol Jerome2012-03-271-18/+32
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Warn about SELINUX issuesSol Jerome2012-03-271-0/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | better error reportingChris St. Pierre2012-04-182-27/+38
| |
* | Merge branch 'add-essential-pkgs'Sol Jerome2012-04-175-12/+30
|\ \
| * | Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-175-12/+30
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | doc: Fix URLSol Jerome2012-04-171-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | doc: Fix warningSol Jerome2012-04-161-2/+4
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | doc: Add links to other versions of the docsSol Jerome2012-04-162-1/+14
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | gentoo: Add sphinx documentationSol Jerome2012-04-161-13/+30
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | fixed unit tests for xinclude changesChris St. Pierre2012-04-131-23/+30
| | |
* | | removed broken Revision stuff from bcfg2-infoChris St. Pierre2012-04-131-8/+1
| | |
* | | rhel doesn't recognize Recommends tag eitherChris St. Pierre2012-04-131-2/+2
| | |
* | | added ability to pass options to nose, ignore tests, test specific clients ↵Chris St. Pierre2012-04-132-28/+86
| | | | | | | | | | | | to bcfg2-test
* | | better TGenshi error messagesChris St. Pierre2012-04-131-2/+4
| | |
* | | very minor specfile cleanupChris St. Pierre2012-04-131-54/+57
| | |
* | | added ability to query bcfg2-info for versionChris St. Pierre2012-04-131-23/+27
| | |
* | | do not set django TIME_ZONE except in 1.2+Chris St. Pierre2012-04-131-4/+4
| | |
* | | improved error reporting in a few placesChris St. Pierre2012-04-133-7/+7
| | |
* | | bcfg2-test requires noseChris St. Pierre2012-04-133-1/+3
| | |