summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Packages.py
Commit message (Expand)AuthorAgeFilesLines
* * Added support for yum libraries (if available and configured). ThisChris St. Pierre2011-10-071-1328/+0
* Packages: Properly detect when user didn't create sources.xmlanatoly techtonik2011-09-121-1/+4
* Packages: Fix traceback when sources.xml is missing (#1043)Sol Jerome2011-09-121-1/+6
* fix traceback when packages.conf doesn't exist or there is no [global]Joe Digilio2011-09-021-0/+2
* fixed backtrace if Packages downloads a bogus GPG keyChris St. Pierre2011-08-051-6/+13
* made packages.conf optionalChris St. Pierre2011-08-051-1/+5
* fix broken assembling of yum repo urlJoe Digilio2011-08-031-1/+1
* don't add gpg-pubkey package unless there are instances to installChris St. Pierre2011-08-021-35/+36
* fixed error message to avoid tracebackChris St. Pierre2011-08-011-1/+1
* Lots of improvements to Packages plugin:Chris St. Pierre2011-08-011-247/+652
* Packages: Solve byte string incompatibility in a different waySol Jerome2011-05-031-1/+1
* Plugins: Handle builtin file type for PY3KSol Jerome2011-05-031-8/+14
* Plugins: Fix import and indent errorsSol Jerome2011-04-261-1/+1
* Plugins: Add full PY3K compatibilitySol Jerome2011-04-261-8/+18
* Plugins: PY3K + PEP8 fixesSol Jerome2011-04-061-11/+24
* Packages: fix global package coalescing (Patch from Jeramey Crawford) (Resolv...Narayan Desai2011-01-061-2/+2
* Packages: Pylint/PEP8 fixesSol Jerome2010-11-151-11/+14
* changed package type to 'pacman', if request package version is 'auto' and it...Asaf2010-11-021-1/+1
* Packages plugin / Client tools : add support for pacman based distros(arch, p...asaf2010-11-021-0/+112
* Packages: fix is_pkg breakageNarayan Desai2010-09-271-1/+1
* Packages: restore whitelist functionality (patch from Richard Connon) (Resolv...Narayan Desai2010-09-261-22/+20
* Packages: Assign the deps variable before resolution.Tim Laszlo2010-09-041-0/+1
* Packages: fix type conflictNarayan Desai2010-08-301-1/+1
* Packages: fix type conflictNarayan Desai2010-08-301-1/+1
* Packages: invalidate virt_pkgs cache when source data is reloadedNarayan Desai2010-08-281-0/+1
* Packages: dep resolver rewriteNarayan Desai2010-08-271-154/+150
* Fix typosSol Jerome2010-08-141-1/+1
* Don't assume python2.5 is being used on successful hashlib importSol Jerome2010-08-111-2/+4
* Packages: Move knobs to config.xmlTim Laszlo2010-08-041-26/+12
* Packages: Resolver/Metadata optionsTim Laszlo2010-08-041-1/+32
* Packages: Allow soft relaods and use a checksum for cache file.Tim Laszlo2010-08-041-41/+41
* Packages: Expose repo data as a ConnectorTim Laszlo2010-08-041-4/+24
* Packages: Allow xinclude and add XML error handlingTim Laszlo2010-07-301-6/+18
* Packages: Remove log line from black/whitelist testTim Laszlo2010-07-301-1/+0
* Packages: Allow for whitelistingTim Laszlo2010-07-301-7/+11
* Packages: Treat blacklisted packages as if they don't existTim Laszlo2010-07-301-2/+2
* Packages: Allow authentication in urlsTim Laszlo2010-07-161-2/+25
* Packages: Add RawURL support for APT sources (Patch from Remi Broemeling for ...Sol Jerome2010-06-241-11/+16
* 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