Commit Graph

182 Commits

Author SHA1 Message Date
Fabio Erculiani
9b5aa1a2c5 [entropy.tools] more entropy.tools module cleanup work 2010-01-15 20:08:08 +01:00
Fabio Erculiani
a6e41cffe5 [entropy.tools] start module refactoring and API docs merge 2010-01-14 18:35:14 +01:00
Fabio Erculiani
41212188f5 [entropy.output] rename TextInterface.askQuestion into ask_question 2010-01-11 17:59:26 +01:00
Fabio Erculiani
44daf62842 [equo] add "equo mask" and "equo unmask" commands support 2010-01-11 09:50:47 +01:00
Fabio Erculiani
412da7279b [equo] split upgrade_packages function 2010-01-09 09:44:33 +01:00
Fabio Erculiani
dbf1d93fa0 [equo] some code style update 2010-01-09 09:14:28 +01:00
Fabio Erculiani
566e9b7796 [equo] fix install_packages return codes when user answers No to questions 2010-01-07 11:08:50 +01:00
Fabio Erculiani
d63b02397b [equo] small code style update 2010-01-05 12:06:59 +01:00
Fabio Erculiani
d3f7efd599 [equo] fix error codes handling in text_ui 2010-01-04 14:55:39 +01:00
Fabio Erculiani
7fd3254c5b [equo] actually make tricky way to call config files update cache generation working 2010-01-04 14:25:22 +01:00
Fabio Erculiani
a6cbaa1ab8 [equo] when a package in masked, make sure to also print belonging repository 2010-01-01 10:43:16 +01:00
Fabio Erculiani
d8cc786858 [entropy.client.interfaces.repository] small & initial refactoring of Repository class 2009-12-31 18:27:11 +01:00
Fabio Erculiani
cc32db7301 [equo] implement file editor and pager retrieval. Entropy Client ones are going to be removed 2009-12-29 19:33:51 +01:00
Fabio Erculiani
0c5809b60e [equo] text_ui: remove etpCache usage 2009-12-28 16:03:45 +01:00
Fabio Erculiani
5762d69722 [equo] tell to run "equo upgrade" when hop is successful 2009-12-27 21:47:00 +01:00
Fabio Erculiani
93dbdf0078 [equo] improve "equo remove" output and "equo upgrade" removal list information 2009-12-25 18:30:26 +01:00
Fabio Erculiani
559dd5d5eb [entropy.client] rename calculate_world_updates into calculate_updates 2009-12-25 12:13:47 +01:00
Fabio Erculiani
8f795ca802 [equo] code cleanup in text_ui 2009-12-23 21:59:43 +01:00
Fabio Erculiani
43129906fb [equo] more cleanup, move config files updates caching function to text_ui 2009-12-23 10:21:39 +01:00
Fabio Erculiani
1597ea2fc4 [equo] some more code cleanup and polishing 2009-12-22 20:29:08 +01:00
Fabio Erculiani
1aedb9fafb [entropy*] several code cleanup, tweakings and small API changes/polishing 2009-12-22 17:02:50 +01:00
Fabio Erculiani
7309d1446d [entropy*] move sabayonlinux.org domain info to sabayon.org, move more distro specific info to entropy.const 2009-12-21 23:50:31 +01:00
Fabio Erculiani
b03ee15175 [equo] add "equo world" deprecation message 2009-12-20 22:53:30 +01:00
Fabio Erculiani
2e2bfb4cd5 [equo] fix UGC execution 2009-12-15 00:07:32 +01:00
Fabio Erculiani
f62e278764 [equo] several code style and graphical improvements to "equo install" and "equo remove" output 2009-12-14 23:56:10 +01:00
Fabio Erculiani
5061ced732 [equo] fix "equo remove --pretend" + code cleanup 2009-12-08 21:23:18 +01:00
Fabio Erculiani
36f4cc73a5 [equo] fix unicode strings used as arguments for install, search, match, remove, query 2009-11-25 17:13:26 +01:00
Fabio Erculiani
ab91205a0e [equo] write configuration cache only when text_ui.package() did not report 125, 126 or -10 return codes (no packages, no matches, invalid args, respectively) 2009-11-24 21:36:15 +01:00
Fabio Erculiani
29f74f0420 [equo] when fetch fails (or it's interrupted), give up package install completely 2009-11-19 20:20:00 +01:00
Fabio Erculiani
361c90b455 [equo] fix typo error in downloadPackages() 2009-11-11 22:29:55 +01:00
Fabio Erculiani
18677fe091 [equo] add --relaxed option to install, source, fetch 2009-11-11 19:47:44 +01:00
Fabio Erculiani
cd8199107c [client] improve "equo fetch" and "equo source" user experience, remove unused code 2009-10-30 13:44:43 +01:00
Michele Tameni
d632cf3b0f [client] Remove code duplication for fetching packages.
can be a good idea to define dirscleanup outside installPackages function, so it
can be used also in _fetchPackages
2009-10-30 10:21:57 +01:00
Michele Tameni
a1210d3252 [client] Implemented "equo fetch".
Some clenup needed, also we can remove some code duplication.
2009-10-30 09:51:02 +01:00
Fabio Erculiani
733e2c4dd4 [equo] when N off multifetch=N is >10, cast to 10 2009-10-10 23:36:17 +02:00
Fabio Erculiani
2b4c11bc6d [equo] when using --nodeps and --ask, do not invalidate the latter 2009-10-10 23:32:15 +02:00
Fabio Erculiani
33c005e668 [entropy] fix common idioms 2009-10-05 14:08:34 +02:00
Fabio Erculiani
e452421c7f [entropy] fix whitespace after comma 2009-10-05 14:05:32 +02:00
Fabio Erculiani
69a83cd4c2 [equo] ease sorted() 2009-10-05 07:37:06 +02:00
Fabio Erculiani
a70d08c0bf [equo] use new sort way (using key=) 2009-10-05 07:35:16 +02:00
Fabio Erculiani
1ab0c36510 [equo] improve Python 3.x compatibility 2009-10-04 19:01:48 +02:00
Fabio Erculiani
c88b6a0b7a [equo] make equo show reinstalls as forced upgrades 2009-10-03 19:15:25 +02:00
Fabio Erculiani
92d357b942 [equo] make _showPackageInfo using Entropy Client get_package_action method 2009-10-03 18:59:03 +02:00
Fabio Erculiani
71825e9c76 [entropy] migrate codebase to Python 2.6 only syntax 2009-09-30 19:53:47 +02:00
Fabio Erculiani
2a7db1965a [entropy] fix OutputInterface.askQuestion answers handling 2009-09-26 09:18:23 +02:00
Fabio Erculiani
2fc1a5980f [equo] fix package files header 2009-09-20 14:44:41 +02:00
Fabio Erculiani
46c136370a [entropy.client] rename add_tbz2_to_repos to add_package_to_repos 2009-09-16 17:55:38 +02:00
Fabio Erculiani
f01efbf124 [entropy.const] etpSys cleanup, ditched unused keywords and dirstoclean 2009-09-16 17:52:42 +02:00
Fabio Erculiani
fe841379ba [equo] correctly show virtual packages install information 2009-09-11 16:39:49 +02:00
Fabio Erculiani
d4960a1227 [equo] add support for "--dump" argument to "equo libtest" 2009-09-03 20:55:07 +02:00