summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages.py
Commit message (Expand)AuthorAgeFilesLines
* Core: Allow the specification of plugin conflicts (Fix for Ticket #875)Sol Jerome2010-04-241-0/+1
* Packages: fix handling of negative recommended directiveNarayan Desai2010-04-171-1/+3
* Packages: fix up config file readingNarayan Desai2010-04-171-1/+1
* Packages: implement support for recommended packages in APTSourcesNarayan Desai2010-04-171-6/+16
* Packages: handle BoundPackage entries for prereq processingNarayan Desai2010-04-081-1/+2
* Packages: implement blacklist functionalityNarayan Desai2010-04-081-6/+16
* Packages: Add 'fedora' os group to the list of basegroupsSol Jerome2010-03-091-1/+1
* Packages: fix minor thinko in error path [bugfix]Narayan Desai2010-02-151-1/+1
* Packages: get rid of spurious whitespace in choice pkg namesNarayan Desai2010-02-141-1/+1
* Packages: fix dep issue on apt sources [bugfix]Narayan Desai2010-02-141-1/+1
* Packages: add pre-depends requirements for apt package sources (Resolves Tick...Narayan Desai2010-02-141-1/+1
* Packages: [bugfix]Narayan Desai2010-02-141-37/+24
* Packages: process apt-source choices correctly with multi-package version req...Narayan Desai2010-01-201-4/+4
* Packages: handle architecture changes in Yum configs [bugfix]Narayan Desai2010-01-151-0/+2
* Packages; use new debugging infrastructureNarayan Desai2009-11-211-3/+3
* Packages: create urls that work with old urllib2 (Resolves ticket #796) [bugfix]Narayan Desai2009-11-111-1/+2
* Packages: only log explicit packages that are unsatisfiedNarayan Desai2009-11-051-2/+3
* Packages: Defer handling of virtual requirements provided by multipleNarayan Desai2009-10-221-2/+17
* Packages: simplify package resolution logic (should resolve outstanding issue...Narayan Desai2009-10-211-95/+105
* bcfg2-info: simplify codepaths for debug modeNarayan Desai2009-10-211-0/+4
* Packages: Remove debug printNarayan Desai2009-10-191-1/+0
* Packages: Add virtual packages properlyNarayan Desai2009-10-191-2/+3
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-13/+21
* Packages: pylint fixesNarayan Desai2009-09-241-41/+63
* Packages: immediately add dependencies for packages added as single-choice vi...Narayan Desai2009-09-241-1/+10
* Packages: rework apt dependency choicesNarayan Desai2009-09-231-4/+9
* Packages: Fix infinite loop problem with cyclic deps (Reported by david strauss)Narayan Desai2009-09-231-0/+1
* Packages: Fix case where item is completely unknown (hence pset is unset) (Re...Narayan Desai2009-09-231-2/+3
* Packages: make package alternatives work properly when specified (Resolves Ti...Narayan Desai2009-09-221-17/+48
* Packages: sort auto-added package entriesNarayan Desai2009-09-221-1/+3
* Packages: Fix extra / inclusion in repomd urls (Resolves Ticket #740)Narayan Desai2009-09-221-1/+3
* Packages: implement config file reloadsNarayan Desai2009-09-181-8/+27
* Packages: Implement remote cache update callNarayan Desai2009-09-151-0/+9
* Packages: Add list of packages and dependencies on clientSol Jerome2009-09-151-2/+2
* Packages: Improve clarity of debug messages (Resolves Ticket #728)Narayan Desai2009-09-101-2/+2
* Packages: fix typo (Resolves Ticket #726)Narayan Desai2009-09-101-2/+2
* Packages: Add error message when clients do not match any Packages sources (R...Narayan Desai2009-09-091-0/+3
* Packages: Make Packages handle urls not terminated with /'s properly (Resolve...Narayan Desai2009-09-091-0/+4
* Packages: automatically include placeholder values for version and component ...Narayan Desai2009-09-091-1/+7
* Packages: Handle file fetch errors (on repo refresh) betterNarayan Desai2009-08-161-2/+7
* Packages: Fix make_non_redundant to work with packages with no depsNarayan Desai2009-08-091-1/+5
* Packages: implement code to determine non-redundant package setNarayan Desai2009-08-011-0/+17
* Packages: pylint fixesNarayan Desai2009-07-161-1/+5
* Packages: Reverse sorting order for sources, allowing sources to work similar...Narayan Desai2009-07-151-0/+2
* Packages: Smarten up Yum dep resolverNarayan Desai2009-07-081-10/+13
* Packages: Fix YumSource file map pruningNarayan Desai2009-07-071-1/+1
* Packages: Fix file architecture tagging for YumSources (patch from slack)Narayan Desai2009-06-291-1/+1
* Packages: fix handling of architectures for RawURL YumSourcesNarayan Desai2009-06-231-17/+23
* Packages: add parse-caching support for YumSourcesNarayan Desai2009-06-191-3/+4
* Packages: Improve YumSource performance dramaticallyNarayan Desai2009-06-181-6/+13