summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* reports: More pylint/pep8 fixesSol Jerome2012-05-061-3/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Pylint fixesSol Jerome2012-05-061-69/+71
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Remove unused importSol Jerome2012-05-061-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* PY3K: Get server code working againSol Jerome2012-05-055-13/+24
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* merged maint to masterChris St. Pierre2012-05-041-0/+1
|\
| * better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-043-15/+32
| |
| * fixed repo name generationChris St. Pierre2012-05-041-2/+3
| |
| * 5ea25b9... improved some error messages; only setup pulp connection if there ↵Chris St. Pierre2012-05-041-19/+20
| | | | | | | | are pulp sources listed
| * improved error reporting in a few placesChris St. Pierre2012-05-043-7/+7
| |
| * better error reportingChris St. Pierre2012-05-042-27/+38
| |
| * fixed total think-o in ProxyErrorChris St. Pierre2012-05-041-1/+1
| |
| * better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-041-1/+2
| |
| * fixed confusing error messageChris St. Pierre2012-05-041-2/+2
| |
| * 9cd1a68... cleaner handling of line-wrapping in bcfg2-lintChris St. Pierre2012-05-041-9/+7
| |
| * made Deltas and Genshi lint plugins respect command-line filelistChris St. Pierre2012-05-042-7/+8
| |
| * make bcfg2-lint warn about .cat and .diff filesChris St. Pierre2012-05-042-2/+25
| |
| * merged 0106905... added ability to pass options to nose, ignore tests, test ↵Chris St. Pierre2012-05-042-29/+87
| | | | | | | | specific clients to bcfg2-test
| * fixed mode of bcfg2-testChris St. Pierre2012-05-041-0/+0
| |
| * made bcfg2-info work with newer IPythonChris St. Pierre2012-05-041-2/+7
| |
* | add essentialpkgs to all Source objectsChris St. Pierre2012-05-042-1/+1
| |
* | better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-043-15/+32
| |
* | 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
| |
* | 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)
* | 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 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-194-38/+67
|\| | | | | | | | | | | | | 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>
| * 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.
| * Fixed MacPorts pkgtool tuple and cleaned up logger outputLuke Cyca2012-04-131-2/+2
| |
| * launchd: Remove popen2 callsSol Jerome2012-03-271-18/+32
| | | | | | | | 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-174-4/+15
|\ \
| * | Packages: Add Essential packages to specification (#1084)Sol Jerome2012-04-174-4/+15
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | | removed broken Revision stuff from bcfg2-infoChris St. Pierre2012-04-131-8/+1
| | |
* | | 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
| | |
* | | added ability to query bcfg2-info for versionChris St. Pierre2012-04-131-23/+27
| | |