Commit Graph

16 Commits (1ae3b6a0206d23e956243f82e92dc0c57a7c12d9)

Author SHA1 Message Date
Toshio Kuratomi 0b9e9fd852 Move existing check for root before we make expensive network calls 9 years ago
Toshio Kuratomi da426da308 Change documented requirement from dnf to python-dnf as dnf could be taken to mean the command line tool.
Fixes #1032
9 years ago
ToBeReplaced 0712d2f551 Fix fail_json call in _mark_package_install 9 years ago
ToBeReplaced e82f6e9463 Rewrite dnf module.
This fully implements all expected functionality of the dnf module.

Group removal may behave oddly due to hiccups in tagging groups as being
installed.

A pkg_types option could be added to specify the group package types.
9 years ago
ToBeReplaced 495af842fc Add support for state=latest and * 9 years ago
ToBeReplaced 050e619e7b Add change reporting, enablerepo support, and gpgcheck.
disable_gpg_check was configured backwards, so it was toggled. Typos in
enablerepo/disablerepo are removed. fill_sack() calls are relocated to
occur after repo decisions. The "changed" key is now set for new
installations.
9 years ago
Igor Gnatenko 5d99dcfe4f typo fix in oneliners
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Toshio Kuratomi c798019c73 Fix nevra, fixes to docs and copyright info 9 years ago
Igor Gnatenko bbc8dae006 add ability to install packages
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Igor Gnatenko 25d61b7d01 remove all and start from scratch
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Toshio Kuratomi a1a1c23205 Bandaid dnf module to temporarily fix some major problems
- Backport config file handling from the DNF module rewrite #527
  (Current config handling does not work with dnf and leads to
  tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
  because none of the fallback code works for dnf (it's unported yum API
  code).

Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.

Fixes #471
9 years ago
Brian Coca edf519a0c2 moar quotes 9 years ago
Greg DeKoenigsberg 8725fe7273 Adding author's github id 9 years ago
Brian Coca dd681321b3 corrected version added 10 years ago
Toshio Kuratomi 41d5029012 Move dnf and bower plugins to proper subdirs 10 years ago