summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* more error handling for PackagesNarayan Desai2009-01-211-1/+5
* Infrastructure and initial implementation of the Packages pluginNarayan Desai2009-01-211-0/+159