summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed repo name generationChris St. Pierre2012-05-041-2/+3
|
* fixed buildall wildcard stuffChris St. Pierre2012-05-041-5/+7
|
* improved some error messages; only setup pulp connection if there are pulp ↵Chris St. Pierre2012-05-041-18/+19
| | | | sources listed
* fixed bcfg2-lint --show-errorsChris St. Pierre2012-05-0314-29/+35
|
* fixed total think-o in ProxyErrorChris St. Pierre2012-05-021-1/+1
|
* doc: Fix build errorsSol Jerome2012-05-022-8/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Bcfg2.Options.list_split only strips whitespace around commas (this allows, ↵Chris St. Pierre2012-05-011-2/+5
| | | | e.g., ignoring entries in bcfg2-test that have spaces in the filename)
* Merge branch 'master' of github.com:fabaff/bcfg2Fabian Affolter2012-05-012-95/+95
|\ | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/generators/packages.txt
| * updatedFabian Affolter2012-05-011-17/+22
| |
| * Path fixedFabian Affolter2012-02-262-2/+2
| |
| * Minor layout changesFabian Affolter2012-01-081-3/+5
| |
| * Minor layout changesFabian Affolter2012-01-071-1/+1
| |
| * Minor layout changesFabian Affolter2012-01-071-46/+48
| |
| * Moved content from centos guide to this sectionFabian Affolter2012-01-071-1/+25
| |
| * Added ChrisFabian Affolter2012-01-071-2/+4
| |
| * Updated my email addressFabian Affolter2012-01-071-1/+1
| |
| * Updated my email addressFabian Affolter2012-01-071-1/+1
| |
| * newline addedFabian Affolter2012-01-071-1/+0
| |
| * Added details about epel 6.xFabian Affolter2012-01-071-3/+5
| |
| * Updated the package and added details about Alpine Linux and RHEL 6.xFabian Affolter2012-01-071-2/+16
| |
* | Path fixedFabian Affolter2012-05-012-2/+2
| |
* | Minor layout changesFabian Affolter2012-05-011-3/+5
| |
* | Minor layout changesFabian Affolter2012-05-011-1/+1
| |
* | 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.