summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins
Commit message (Collapse)AuthorAgeFilesLines
* PY3K: Get server code working againSol Jerome2012-05-051-5/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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-042-13/+22
|
* fixed repo name generationChris St. Pierre2012-05-041-2/+3
|
* improved some error messages; only setup pulp connection if there are pulp ↵Chris St. Pierre2012-05-041-18/+19
| | | | sources listed
* DBStats: Add unpruned entry reporting (#659)Sol Jerome2012-04-271-0/+2
| | | | | | | | | | | | | | | 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>
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
| | | | | | | Conflicts: src/sbin/bcfg2-info 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>
* | better TGenshi error messagesChris St. Pierre2012-04-131-2/+4
| |
* | improved error reporting in a few placesChris St. Pierre2012-04-131-4/+2
| |
* | fixed xincludes to properly handle includes-in-includes, includes that ↵Chris St. Pierre2012-04-112-13/+22
|/ | | | aren't top-level, and other misc. stuff
* Pac: Fix copy/paste typoSol Jerome2012-04-011-4/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* PY3K: Fix exception handling for #1080Sol Jerome2012-03-311-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Add support for alternate version attributeSol Jerome2012-03-291-2/+6
| | | | | | | Patch from odenbach on IRC. Allows for setting version="any" by default on entries bound by the Packages plugin. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2449-0/+7858
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>