26
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fix --resolve option More... over 18 years ago
make repoclosure optionally operate on only the newest packages in the repo More... over 18 years ago
merge David Lutterkort's patch to add a -c conffile option to package-cleanup More... over 18 years ago
Add kernel-module plugin for livna.org style kernel-module-foo-<uname -r> style kernel module packaging. More... over 18 years ago
fix repomanage so it won't output multiples of the same entry More... over 18 years ago
- Add initial manpage for repoquery - Install docs in make install More... over 18 years ago
add option to repomanage to keep latest N packages. More... over 18 years ago
Avoid causing tracebacks with yumex and pup which don't use ConfigParser More... over 18 years ago
- _prco wasn't really private to pkgQuery so rename it - Have separate query classes for installed and available packages, necessary because YumInstalledPackage class doesn't have nearly all the methods Available class does. Now --pkgnarrow can actually function for real. - Clean up some old stuff, use existing yum methods for formatting where suitable etc. More... over 18 years ago
- and same to HEAD More... over 18 years ago
Add Luke Macken's fastestmirror plugins (two different implementations) More... over 18 years ago
Only load otherdata when --changelog is actually used More... over 18 years ago
- Implement --pkgnarrow=available|recent.. option - Add --show-dupes option More... almost 19 years ago
- Package changelog plugin, add others as %doc. - Bump version to 0.3. More... almost 19 years ago
Add plugin type definitions to changelog, tsflags and versionlock plugins. More... almost 19 years ago
Don't traceback on unknown conversions. More... almost 19 years ago
Add support for rpmquery style string formatting, eg "%-25{name} %{repoid}", date conversions (%{buildtime:date} and :day) and fix changelog time formatting. More... almost 19 years ago
Unbreak --qf "%{license}" More... almost 19 years ago
Add --querytags option. Support \t in --queryformat (Paul Nasrat) More... almost 19 years ago
initial add of protectbase plugin More... almost 19 years ago
Add --orphans option to list locally installed packages, eg those which aren't available in any currently configured repositories. More... almost 19 years ago
Add tempcache support to repo-rss. More... almost 19 years ago
Add configuration option to changelog plugin to allow viewing the changelog deltas before or after the transaction. More... almost 19 years ago
Doh, changelog dates were being compared as a string values, not ints so it wasn't working at all, except that there was a hardcoded limit of five latest entries so it *appeared* to work. Talk about embarrassing... :) More... almost 19 years ago
Add private cachedir support to reqoquery (default when non-root) More... almost 19 years ago
check in most of Bill Nottingham's patch to make repoclosure work as a class for importing from other programs More... almost 19 years ago
properly fix up the returnPackagesByDep() method in the repoquery derived class More... almost 19 years ago
make --whatprovides use returnPackagesByDep() method in yum so it will get all possible resolvers for the requested depstring, not just the 'best' one More... almost 19 years ago
Repoquery: - unbreak group queries - show srpm name with --source like described in help text - querying the source rpm now happens by specifying .src as package arch - add support for "envra" query format More... almost 19 years ago
Changelog plugin: - nicer formatting - add cli option for enabling it More... almost 19 years ago