summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages
Commit message (Collapse)AuthorAgeFilesLines
...
* converted Packages to use ClientRunHooks instead of abusing GoalValidatorChris St. Pierre2012-06-121-7/+5
|
* fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-041-1/+1
|
* Packages: Fix unexpected indentSol Jerome2012-06-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed caching of Collection objects; moved bcfg2-info packagesources code ↵Chris St. Pierre2012-06-011-4/+29
| | | | into Collection.py
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-011-1/+2
|
* Fix PY3K syntax errorSol Jerome2012-05-211-1/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Packages: Print more information when a source type fails to loadTim Laszlo2012-05-211-2/+2
| | | | | | | If a yum type is used on python 2.4 and simplejson is not installed, this message is the only error Packages: Unknown source type Yum
* Packages: Unicode-objects must be encoded before hashingSol Jerome2012-05-211-1/+1
| | | | | | Fixes a traceback in PY3K. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed some stringification issuesChris St. Pierre2012-05-182-1/+4
|
* merged maintChris St. Pierre2012-05-153-2/+23
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-115-68/+52
| | | | to server Core
* added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-112-19/+54
|
* remove extraneous assignment of package versionChris St. Pierre2012-05-111-1/+0
|
* set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
|
* 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
* Merge branch 'maint'Sol Jerome2012-04-191-2/+3
| | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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>
* | fixed xincludes to properly handle includes-in-includes, includes that ↵Chris St. Pierre2012-04-111-2/+12
|/ | | | 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>
* 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-248-0/+1943
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>