summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages/Yum.py
Commit message (Expand)AuthorAgeFilesLines
* Packages: made url_map consistent across all source typesChris St. Pierre2012-08-291-64/+41
* fix duplicate repo name infinite loopChris St. Pierre2012-08-231-1/+1
* import re to fix yum repo naming conflictsChris St. Pierre2012-07-251-0/+1
* added ability to specify arbitrary repository options to PackagesChris St. Pierre2012-05-231-0/+7
* random names for repos without obvious names breaks ability to use a single c...Chris St. Pierre2012-05-161-1/+0
* Packages: Fix URLError handling (Reported by dikim33 on IRC)Sol Jerome2012-05-151-1/+6
* check for bcfg2-yum-helper in $PATH firstChris St. Pierre2012-05-041-2/+16
* better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-041-10/+17
* 5ea25b9... improved some error messages; only setup pulp connection if there ...Chris St. Pierre2012-05-041-19/+20
* fixed automatic handling of GPGKeysChris St. Pierre2012-03-211-23/+41
* fixed debug output from bcfg2-yum-helperChris St. Pierre2012-03-211-4/+2
* set default debuglevel for Packages yum configs, add debug output from bcfg2-...Chris St. Pierre2012-02-231-0/+6
* made automatic repository naming not suck horriblyChris St. Pierre2012-01-251-2/+16
* fixed parsing of newer yum repos (#1027)Chris St. Pierre2012-01-231-4/+5
* added toggle_debug back to Packages (#1091)Chris St. Pierre2012-01-231-13/+18
* fixed bugs in Packages implementation of SimpleConfigChris St. Pierre2012-01-131-10/+5
* added SimpleConfig plugin for easy config files; made Packages and Rules use ...Chris St. Pierre2011-12-301-10/+4
* added support for default/mandatory/optional package groupsChris St. Pierre2011-11-171-4/+4
* removed unnecessary caching from Yum Packages handlerChris St. Pierre2011-11-011-131/+4
* avoid backtrace when bcfg2-yum-helper does not existChris St. Pierre2011-10-191-1/+8
* Various Packages plugin fixes:Chris St. Pierre2011-10-191-319/+144
* Improve error handling of Packages plugin.Mike McCallister2011-10-151-14/+14
* only cache packages from a package set, not unknownsChris St. Pierre2011-10-121-5/+7
* fixed variable name typoChris St. Pierre2011-10-101-3/+3
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-0/+950