26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed reposync to work with the latest yum API (2.9.x)
timlau
as Tim Lauridisen
More... over 17 years ago
changed skip-broken.conf CVS property to ASCII
timlau
as Tim Lauridisen
More... over 17 years ago
changed skip-broken.conf CVS property to ASCII
timlau
as Tim Lauridisen
More... over 17 years ago
Initial import of the skip-broken plugin A plugin there adds an option to yum to skip packages with dependency problems.
timlau
as Tim Lauridisen
More... over 17 years ago
Chnages to make it work with the new Yum API (2.9.x)
timlau
as Tim Lauridisen
More... over 17 years ago
Changes to make it work with the new yum API (2.9.x)
timlau
as Tim Lauridisen
More... over 17 years ago
make it work with new Yum API (2.9.x) and replaced print statements with python logging.
timlau
as Tim Lauridisen
More... over 17 years ago
a my.errorlog -> logger.error fix by Andreas Hanke
timlau
as Tim Lauridisen
More... over 17 years ago
Current fedorakmod pluging work. Most of the agreed upon functionality is there and the plugin should be easily extendable. There seems to be a Yum bug that's preventing installing a given kmod for all installed kernels to work properly. Attempting to track that down. More... over 17 years ago
api fixes from tim
katzj
as Jeremy Katz
More... over 17 years ago
api change fixes from tim
katzj
as Jeremy Katz
More... over 17 years ago
patch from tim for api changes
katzj
as Jeremy Katz
More... over 17 years ago
api fixes from tim
katzj
as Jeremy Katz
More... over 17 years ago
tim's fix for api changes
katzj
as Jeremy Katz
More... over 17 years ago
- disable versionlock plugin by default More... over 17 years ago
- actually install allowdowngrade plugin to buildroot, duh More... over 17 years ago
- add allowdowngrade plugin - fix traceback in changelog plugin if package has no changelog More... over 17 years ago
fix the plugins/doc issue More... almost 18 years ago
Make pinkernels default to off. More... almost 18 years ago
fix for config api changes
katzj
as Jeremy Katz
More... almost 18 years ago
Refactor so that additional functionality can easily be added in. Implement pinning of kernels based on availability of kernel modules. More... almost 18 years ago
Update to the latest Fedora Extras Kernel Module specs and the latest Yum API. More... almost 18 years ago
- dont try to lookup source rpms of source rpms... More... almost 18 years ago
- convert repoclosure, reposync, repotrack and yum-builddep to new API More... almost 18 years ago
- new --srpm option for automatically locating the source rpm of a given package and operating on it More... almost 18 years ago
- add files() method to querypkg, use it for fmt_list() - with --alldeps, look through files as well for depending packages More... almost 18 years ago
- removed registerOpt() usage. This is only required when adding options to Yum's own configuration files. It is not required for the plugin's own configuration files. - removed unused imports More... almost 18 years ago
- changed to UNIX line endings (has DOS line endings) - removed config_hook() and use of registerOpt(). registerOpt() is only for adding options to Yum's main configuration files. It is not required for the plugin's own configuration file. More... almost 18 years ago
Added GPL header, author contact note and docstrings. More... almost 18 years ago
Updated to use new style option definitions. More... almost 18 years ago