Commit Graph

14 Commits

Author SHA1 Message Date
Fabio Erculiani 385c2934c5 [client] deal with Python bug #16308 2013-08-23 10:57:36 +02:00
Fabio Erculiani a0cd08d1de [solo.commands.query] use quiet=True with calculate_updates()
This avoids tainting stdout with unwanted output
2013-08-23 10:41:48 +02:00
Fabio Erculiani 8fda22bd0b [equo] monkey patch argparse.ArgumentParser to fix UTF-8 strings handling
See bug 4049.
2013-03-11 00:58:21 +00:00
Fabio Erculiani 113f9d74b7 [client] fix --help output when redirected through pipes, fix bug 4049 2013-03-08 12:55:13 +01:00
Fabio Erculiani 7771d641e2 [entropy.client] extend Client.calculate_updates() to return critical updates info
calculate_updates() now returns a dictionary containing the same pieces of
information available before. In addition, it now also returns if critical
updates were found and returned by the method itself.
This is particularly useful for enforcing relaxed deps calculation in case
of critical updates (which is what happens now).

This commit breaks the Entropy Client API.
2013-02-24 13:30:28 +00:00
Fabio Erculiani 6f8682af3c [equo] add new command "equo query updates"
This command can be used in update-motd scripts for generating system
update status information.
2012-11-25 19:28:56 +01:00
Sławomir Nizio 6670438445 [Solo] fix typo, improve message 2012-11-11 19:00:31 +01:00
Fabio Erculiani bff697e4d5 [Solo*] fixup -q, -v, -p short options and bashcomp 2012-11-09 09:16:08 +01:00
Fabio Erculiani d16578394f [Solo] move _setup_verbose_quiet_parser to SoloCommand 2012-11-03 17:45:17 +01:00
Fabio Erculiani dccf747e51 [Solo] generate self._commands dict before calling _hierarchical_bashcomp() 2012-10-21 17:52:00 +02:00
Fabio Erculiani 8aaf088a26 [Solo] move common "hierarchical" bashcomp code to SoloCommand 2012-10-21 17:33:55 +02:00
Fabio Erculiani 0c21af7bfb [Solo] remove unused class instance variable _real_command 2012-09-30 09:05:09 +02:00
Fabio Erculiani 2c81bcda28 [Solo] improve bash completion for "solo query" 2012-09-30 08:51:26 +02:00
Fabio Erculiani 5073ac86e1 [Solo] implement the "solo query" command 2012-09-29 14:43:40 +02:00