Commit Graph

1605 Commits

Author SHA1 Message Date
Fabio Erculiani 7f99aa787d [equo] fix "equo ugc vote" command, add missing positional argument 2012-11-11 21:16:11 +01:00
Sławomir Nizio 6670438445 [Solo] fix typo, improve message 2012-11-11 19:00:31 +01:00
Fabio Erculiani 8194608d2d Release Entropy 148 2012-11-11 09:41:15 +01:00
Fabio Erculiani 6d5762e985 Release Entropy 147 2012-11-10 16:29:58 +01:00
Fabio Erculiani ce80af4eb5 [Solo] fix undefined reference "exit_st" 2012-11-10 16:28:44 +01:00
Fabio Erculiani d09e11ccb6 Release Entropy 146 2012-11-09 22:34:26 +01:00
Fabio Erculiani 87c59233cf [client] update entropy.pot 2012-11-09 09:20:17 +01:00
Fabio Erculiani 8ada0d1730 [equo] update man pages 2012-11-09 09:18:54 +01:00
Fabio Erculiani bff697e4d5 [Solo*] fixup -q, -v, -p short options and bashcomp 2012-11-09 09:16:08 +01:00
Fabio Erculiani 7aa9410527 [po] update entropy.pot 2012-11-06 22:35:32 +01:00
Fabio Erculiani d42003ba94 Merge remote-tracking branch 'origin/solo'
Conflicts:
	client/po/bg.po
	client/po/ca.po
	client/po/cs.po
	client/po/da.po
	client/po/de.po
	client/po/entropy.pot
	client/po/es.po
	client/po/es_CL.po
	client/po/fr.po
	client/po/fr_CA.po
	client/po/it.po
	client/po/nl.po
	client/po/pl.po
	client/po/pt.po
	client/po/pt_BR.po
	client/po/ru.po
	client/po/sk.po
	client/po/sv.po
	client/po/uk.po
	client/po/zh_TW.po
	client/revision
	docs/ChangeLog
	docs/TODO
	lib/entropy/cache.py
	lib/entropy/client/interfaces/db.py
	lib/entropy/const.py
	lib/entropy/revision
	lib/entropy/spm/plugins/interfaces/portage_plugin/__init__.py
	server/revision
2012-11-06 22:35:01 +01:00
Fabio Erculiani f713f65d2d [entropy.const] etpUi is gone, const_interactive_enabled() moved to is_interactive() 2012-11-06 21:22:23 +01:00
Fabio Erculiani 7ff175dd24 [Solo] fixup "solo install" output 2012-11-05 21:39:35 +01:00
Fabio Erculiani df3c27deac [entropy*] drop etpUi usage where possible 2012-11-04 22:36:54 +01:00
Fabio Erculiani d2252e3873 [Solo] drop etpUi usage from solo.main 2012-11-04 21:23:38 +01:00
Fabio Erculiani 280a7067b3 [entropy.cli] drop module, move code to client/ and server/
Even though it is a small code duplication, entropy.cli does make
much less sense.
2012-11-04 21:11:56 +01:00
Fabio Erculiani 977bc60b21 [Solo] get rid of solo.utils.show_you_meant, move _show_did_you_mean to SoloCommand 2012-11-04 18:43:42 +01:00
Fabio Erculiani cda4577291 [Solo] do not set "add" twice 2012-11-04 15:22:08 +01:00
Fabio Erculiani df13dbdd2b [client] rename _equo to equo-completion.zsh 2012-11-04 10:33:37 +01:00
Fabio Erculiani 341b7ab67f [equo] update .po files, add tr and hr 2012-11-04 00:00:55 +01:00
Fabio Erculiani 9e08b70113 [equo] migrate to Solo, drop old and crufty code, peace and love 2012-11-03 23:57:25 +01:00
Fabio Erculiani c9a1d6988d [Solo] implement the "solo security" command 2012-11-03 17:46:00 +01:00
Fabio Erculiani d16578394f [Solo] move _setup_verbose_quiet_parser to SoloCommand 2012-11-03 17:45:17 +01:00
Fabio Erculiani 66f5e4024f [Solo] add "--showslot" (show package slot) support to "equo match" 2012-11-03 12:15:19 +01:00
Fabio Erculiani 631b7df3b9 [Solo] implement the "solo libtest" command 2012-11-02 18:44:52 +01:00
Fabio Erculiani 93a1f18aa0 [Solo] SoloDeptest: inherit SoloInstall and use _install_action() directly 2012-11-02 18:00:45 +01:00
Fabio Erculiani 3d87c3a9f4 [Solo] implement the "solo upgrade" command 2012-11-01 22:11:10 +01:00
Fabio Erculiani 9d100c8b94 [Solo] decouple argparse arguments handling from packages removal code 2012-11-01 22:09:55 +01:00
Fabio Erculiani 6c985a0bab [Solo] add package_matches keyword argument to _install_action() 2012-11-01 22:08:58 +01:00
Fabio Erculiani 9dc1a6e6b9 [Solo] add __EQUO_LOCKS_BLOCKING__ env variable handling hack.
This hack is used by "equo upgrade" respawn (through execvp()) code.
2012-11-01 22:07:43 +01:00
Fabio Erculiani aaff2b2d62 [Solo] implement the "solo deptest" command. 2012-10-31 22:56:08 +01:00
Fabio Erculiani 2b92149911 [Solo] fix indentation in solo.commands.install 2012-10-31 22:54:52 +01:00
Fabio Erculiani 683740f6f2 [Solo] move argparse related code outside _install_action() 2012-10-31 22:44:46 +01:00
Fabio Erculiani cfa8ac309b [Solo] implement the "solo install" command 2012-10-31 08:24:25 +01:00
Fabio Erculiani 42327854cf [Solo] use enumerate() in solo.commands.remove where possible 2012-10-30 21:51:11 +01:00
Fabio Erculiani 6065baf13b [Solo] move _show_removal_info back to solo.commands.remove 2012-10-30 21:08:03 +01:00
Fabio Erculiani b3c1c6adf3 [Solo] fix code style in solo.commands.download 2012-10-30 21:07:19 +01:00
Fabio Erculiani 7bded74e18 [Solo] fix typo in string 2012-10-29 19:59:32 +01:00
Fabio Erculiani df35f2318a [Solo] use enumerate()'s start argument 2012-10-29 19:21:09 +01:00
Fabio Erculiani 7f7f7a2e87 [Solo] implement the "solo config" command. 2012-10-26 11:54:48 +02:00
Fabio Erculiani c3ae7f28ef [Solo] move _match_packages() from solo.commands.remove to solo.commands._manage 2012-10-26 11:54:15 +02:00
Fabio Erculiani beddd67eac [Solo] implement the "solo download" command. 2012-10-25 22:45:15 +02:00
Fabio Erculiani f6f80e5510 [Solo] more code for "solo.commands._manage", woot 2012-10-25 22:44:55 +02:00
Fabio Erculiani 4cddddfbe5 [Solo] implement the "solo source" command. 2012-10-25 09:36:16 +02:00
Fabio Erculiani bfc6ba19e6 [Solo] migrate more general purpose functions from text_ui to _manage 2012-10-25 09:35:51 +02:00
Fabio Erculiani 124fc14e13 [Solo] implement the "solo remove" command, keep common code into the _manage module 2012-10-24 00:09:04 +02:00
Fabio Erculiani bdcac865b9 [Solo] fix undefined reference in "solo status" 2012-10-21 19:08:32 +02: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 19d6dfc663 [Solo] improve bash completion for "solo rescue spmsync" 2012-10-21 17:22:01 +02:00