Commit Graph

9939 Commits

Author SHA1 Message Date
Fabio Erculiani 761d8ffb33 [matter] implement Portage package commit in BaseBinaryPMS 2012-12-21 22:15:07 +01:00
Fabio Erculiani 0fec4c54d3 [matter] document .spec file parameters in matter --help 2012-12-21 09:27:43 +01:00
Fabio Erculiani bfd24f9560 Tagging Entropy version 158 158 2012-12-21 00:54:32 +01:00
Fabio Erculiani 51f80944ff Release Entropy 158 2012-12-21 00:54:31 +01:00
Fabio Erculiani f9c9666158 [entropy.output] drop old cruft 2012-12-21 00:45:45 +01:00
Fabio Erculiani ef679bf2e7 [server] update POTFILES.in 2012-12-21 00:45:23 +01:00
Fabio Erculiani cd12e89f84 [matter] split and clean matter, make the Entropy dependency optional 2012-12-21 00:44:04 +01:00
Fabio Erculiani dad36a9a80 [antimatter] rename antimatter to antimatter.py 2012-12-20 21:41:20 +01:00
Fabio Erculiani ff029d3817 [matter] rename matter to matter.py 2012-12-20 21:40:49 +01:00
Fabio Erculiani e4ef3979a2 [matter] add "stable" parameter support to particles 2012-12-20 10:01:56 +01:00
Fabio Erculiani e17928e4bf [matter] use subprocess.call() instead of a custom os.spawnvpe() 2012-12-20 09:13:19 +01:00
Fabio Erculiani 44ad78e33b Tagging Entropy version 157 157 2012-12-18 19:58:31 +01:00
Fabio Erculiani ce64433a6c Release Entropy 157 2012-12-18 19:58:31 +01:00
Fabio Erculiani d5b46cda2b [antimatter] properly format title for new packages as well 2012-12-18 09:08:32 +01:00
Fabio Erculiani b8affca48b [antimatter] rework BaseAntiMatterResult parameters, extend the HtmlAntiMatterResult class 2012-12-18 08:50:46 +01:00
Fabio Erculiani e1107512c3 [antimatter] use <ul> and <li> instead of <dl> and friends 2012-12-18 00:27:19 +01:00
Fabio Erculiani 83c3c143d8 [antimatter] implement html output through a --html switch 2012-12-17 23:38:01 +01:00
Fabio Erculiani 3ebdc3302b [antimatter] use target() object for key() and slot() 2012-12-17 23:37:42 +01:00
Fabio Erculiani ac28e25e3e [antimatter] add --extended switch, and colorize output a bit 2012-12-17 22:18:16 +01:00
Fabio Erculiani ec4c84294f [Rigo] add download/disk size info in the search element list, fixes bug 3852 2012-12-17 00:32:27 +01:00
Fabio Erculiani c5249488a6 [equo] fix "equo update" through dbus, properly populate the repositories list 2012-12-16 22:12:39 +01:00
Fabio Erculiani 6553cd398f [entropy.fetchers] catch socket.error exception (can be raised with "Connection reset by peer") 2012-12-16 20:04:22 +01:00
Fabio Erculiani 2113b201ad [equo] do not allow update through dbus if no repo is configured 2012-12-16 19:59:56 +01:00
Fabio Erculiani 57333299f8 Tagging Entropy version 156 156 2012-12-16 19:17:10 +01:00
Fabio Erculiani f4aef3c97d Release Entropy 156 2012-12-16 19:17:10 +01:00
Fabio Erculiani c2ebf35c6c [antimatter] catch KeyboardInterrupt 2012-12-16 19:16:51 +01:00
Fabio Erculiani 1f756bba07 [antimatter] fix help message about --upgrade 2012-12-16 19:12:49 +01:00
Fabio Erculiani 709d197818 [antimatter] fixup typos in updates calculation 2012-12-16 19:10:29 +01:00
Fabio Erculiani f9ff105171 Tagging Entropy version 155 155 2012-12-16 18:42:22 +01:00
Fabio Erculiani 224da38b28 Release Entropy 155 2012-12-16 18:42:22 +01:00
Fabio Erculiani bf4dee312a [server] new tool for detecting package updates and upstream removals 2012-12-16 18:09:30 +01:00
Fabio Erculiani c5b8986015 [todo] update TODO 2012-12-15 12:18:24 +01:00
Fabio Erculiani 69cb8f53a3 [entropy.client.interfaces.dep] optimize get_package_action() usage 2012-12-09 22:46:12 +01:00
Fabio Erculiani 0352e97519 [entropy.client.interfaces.dep] cleanup _lookup_inverse_dependencies, add build deps support 2012-12-09 22:29:35 +01:00
Fabio Erculiani a33972ce27 [matter] make sure to compute preserved_libs status on each run 2012-12-09 21:54:40 +01:00
Fabio Erculiani 409430de99 [entropy.client.interfaces.dep] refactor _lookup_library_breakages()
Optimize code, introduce weird bugs, make the code easier to read,
all this kind of stuff.
Also, make sure we never leave a system with unsatisfied soname dependencies
if possible.
2012-12-09 21:40:13 +01:00
Fabio Erculiani c5f6dc8d46 [entropy.client] don't need a trailing \ 2012-12-09 19:18:35 +01:00
Fabio Erculiani 72aaaa4f3e [entropy.client.interfaces.dep] fix a key+slot matching bug in _lookup_library_drops
_lookup_library_drops was matching a key + slot string against the wrong
package and the result was that all the broken package matches were ignored
2012-12-09 12:22:13 +01:00
Fabio Erculiani 11d81f976b [entropy.client.interfaces.dep] cleanup _lookup_library_drops, add documentation 2012-12-09 12:19:37 +01:00
Fabio Erculiani 681e967bf3 [entropy.client] extend get_package_action() with installed_package_id
This allows some lookup speed improvements in case that such data is
already available in the caller.
2012-12-09 11:41:03 +01:00
Fabio Erculiani 69a337c5e4 [entropy.client.interfaces.dep] more code style related cleanups 2012-12-09 10:59:37 +01:00
Fabio Erculiani 051dde18cc [entropy.client.interfaces.dep] minor code style fixes 2012-12-09 10:49:48 +01:00
Fabio Erculiani f2cf417979 [equo] implement the "--injected" switch for "equo match" 2012-12-08 12:57:44 +01:00
Fabio Erculiani 74f774e796 [matter] save one weird print to stdout 2012-12-04 20:21:54 +01:00
Fabio Erculiani cc8b0b4143 [entropy.spm] PortagePlugin: guess modinfo in /sbin, /usr/bin, /bin
Upstream is idiot
2012-12-04 20:21:05 +01:00
Fabio Erculiani 4b38e262cd [Rigo] provide emblem-system icon by default, fixes bug #3822 2012-12-03 00:56:05 +01:00
Fabio Erculiani 73242009ba Tagging Entropy version 154 154 2012-12-02 09:23:46 +01:00
Fabio Erculiani 3b27f40c20 Release Entropy 154 2012-12-02 09:23:46 +01:00
Fabio Erculiani 5b5812f612 [matter] fix typo in changing repo detection code 2012-12-02 09:22:52 +01:00
Fabio Erculiani a39e44f93c [rigo] update translations, add tr and hr 2012-12-01 19:29:41 +01:00