Commit Graph

17 Commits

Author SHA1 Message Date
Oliver Kurth 255a040a6c set basearch regardless of existance of variables in config 2021-02-18 17:06:18 -08:00
Siddharth Chandrasekaran 0226aba48c Add support for excludepkgs option in tdnf.conf
This patch adds the config option "exclude" from tdnf.conf and some
utils to make this possible neatly.

Signed-off-by: Siddharth Chandrasekaran <csiddharth@vmware.com>
2020-09-15 13:30:51 +05:30
Priyesh Padmavilasom d6a0e74723 plugin headers and initial repogpgcheck plugin implementation
- plugin event map for guidance to event items
 - plugin events init, repo, repomd
 - tests for plugin conf
 - tests with a repomd sign and verify via plugin
2020-02-12 18:50:26 +00:00
Priyesh Padmavilasom 6a6b9987fe plugin support
- read conf file, read cmdline params.
- read plugins (default to 0. this means plugins are disabled by default)
- read pluginpath (default to /usr/lib/tdnf-plugins)
- read pluginconfpath (default to /etc/tdnf/pluginconf.d)
2020-01-29 23:37:42 +00:00
Shreenidhi Shedi c4de6ae9db Minor fixes all over the place.
Changes include:
1. Fix build warnings like unused parameters, sign mismatch while comparing.
2. Using printf instead of fprintf(stdout, ...).
3. Added header guard in few .h files.
4. Added a rule for silent build in configure.ac
5. Removal of trailing spaces, my vim does it automatically
6. Fixed few wrong date entries in spec files.
7. Removed unused function parameters in few places.

Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
2019-10-14 22:25:38 +05:30
xiaolin-vmware 811e61fed9 merge uselibsolv branch.
Change-Id: I3e7e66d257897ade8319c562b9c9228a7c53af3b
2017-05-15 17:32:45 -07:00
xiaolin-vmware f25379c61e Remove glib dependency from tdnf.
Change-Id: I51ed0e224c54c2a3eff57b8c54af7204db2ef26e
2016-11-29 15:18:26 -08:00
Priyesh Padmavilasom ecb49ed5ea fix code scan reported errors - dead code, unreachable code, unnecessary free etc 2016-03-31 01:10:31 +00:00
Priyesh Padmavilasom 848a4b6d8a Support --releasever option 2016-03-17 01:12:07 +00:00
Priyesh Padmavilasom be1dddab7a Add wrap check in alloc routine 2016-01-03 15:55:37 -05:00
Priyesh Padmavilasom fec206b1c4 add support for url var substitution 2015-12-12 16:30:40 -05:00
Priyesh Padmavilasom 605a6f59ca Add keepcache config, change cache behavior. Fix erase bug if package was not installed. Other cleanup 2015-06-30 14:23:39 -04:00
Priyesh Padmavilasom 492b4d9bc0 Add proxy support 2015-06-09 19:30:09 -04:00
Priyesh Padmavilasom 9835aed77f fix memory leaks 2015-05-31 17:51:16 -04:00
Priyesh Padmavilasom ef0725b01c Update license info 2015-04-15 17:10:08 -04:00
Priyesh Padmavilasom 73ac20ecfd fix gpg check code, move static function defs out from source files, address naming conventions in rpmtrans internal structures 2015-04-02 20:23:08 -04:00
ppadmavilasom 6732366551 initial commit 2015-04-01 18:59:27 -07:00