summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Packages: implement caching for APTNarayan Desai2009-06-141-26/+60
* Packages: implement repomd support for yum sourcesNarayan Desai2009-06-141-16/+45
* Fix Yum URL sourcesNarayan Desai2009-06-111-1/+1
* Implement RawURL supportNarayan Desai2009-06-111-7/+16
* Packages: Fix cases where arch group mappings are unexpectedNarayan Desai2009-05-291-3/+8
* Send messages to loggerSol Jerome2009-05-291-2/+2
* Packages: Fix traceback with missing config.xml (Reported by Jack Neely)Sol Jerome2009-05-291-1/+6
* Packages: Make cache directory creation recursiveSol Jerome2009-05-291-1/+1
* Packages: improve terseness of resolver debug messagesNarayan Desai2009-05-201-5/+4
* Packages: implement dependency resolver debugging (and fix some bugs shown by...Narayan Desai2009-05-201-7/+18
* Packages: improve error handing (Patch from Tim Laszlo)Narayan Desai2009-04-231-4/+7
* Packages patch from Tim LaszloNarayan Desai2009-04-231-6/+10
* Packages: Fix ptype error handlingNarayan Desai2009-04-151-1/+1
* Packages: Implement proper support for provides targets with multiple providersNarayan Desai2009-04-061-3/+8
* Fix multi-arch yum sourcesNarayan Desai2009-04-061-2/+0
* fix typoNarayan Desai2009-04-021-3/+3
* Remove hardcoded group names from plugin body, instead, auto-activate based o...Narayan Desai2009-04-021-1/+3
* Packages: Implement full yum dep resolver and improve error handlingNarayan Desai2009-03-191-78/+217
* Raise exception when cached files do not existSol Jerome2009-03-091-0/+1
* Packages: handle APT virtual packages properlyNarayan Desai2009-02-051-3/+50
* Packages bug fixNarayan Desai2009-02-021-1/+6
* Create cachedir if it doesn't existSol Jerome2009-01-221-0/+4
* Packages: only kick in on package entriesNarayan Desai2009-01-211-1/+2