Commit Graph

7520 Commits

Author SHA1 Message Date
Fabio Erculiani 61bbda039b [sulfur] EntropyPackage: add dedicated UGC cache 2011-04-25 19:43:28 +02:00
Fabio Erculiani abdf77b588 [sulfur] improve speed of parallel UGC data fetch 2011-04-25 19:22:22 +02:00
Fabio Erculiani 8c532ae888 [magneto] add missing path import 2011-04-25 18:50:53 +02:00
Fabio Erculiani d1bec49981 [entropy.server] final cleanups in __user_filter_out_missing_deps() 2011-04-24 16:10:42 +02:00
Fabio Erculiani 2a1b48572b [entropy.server] fix __user_filter_out_missing_deps() 2011-04-23 23:06:58 +02:00
Fabio Erculiani 7dee249879 [entropy.output] TextInterface: fix edit_file() outcome 2011-04-23 23:06:40 +02:00
Fabio Erculiani 61d2c6139e [entropy.qa/entropy.server] rework test_missing_dependencies() and missing_runtime_dependencies_test(), EXPERIMENTAL 2011-04-23 20:06:32 +02:00
Fabio Erculiani 9fd6cd34f5 [entropy.server] fix undefined reference 2011-04-23 19:53:18 +02:00
Fabio Erculiani 595022f372 [activator] use Entropy.edit_file() 2011-04-23 19:51:37 +02:00
Fabio Erculiani 4b1034a197 [equo] use Entropy.edit_file() 2011-04-23 19:51:19 +02:00
Fabio Erculiani 81935fd7fc [entropy.output] TextInterface: add edit_file() method 2011-04-23 19:50:47 +02:00
Fabio Erculiani 84633248b5 Tagging Entropy version 1.0_beta1 1.0_beta1 2011-04-23 14:49:24 +02:00
Fabio Erculiani 7f5c59b772 Release Entropy 1.0_beta1 2011-04-23 14:49:13 +02:00
Fabio Erculiani cbb76e7455 [entropy.client.interfaces.package] always run configuration files protection logic
When diffremoval is True (== package being updated), the configuration
files protection logic was skipped and every files removed regardless
user settings. This is wrong, since nowadays we store md5 of installed
files and we are able to know when a file is sitting on the fs unmodified,
thus decide to remove it automatically.
Also see bug #2354. Thanks Mitch Harder for reporting.
2011-04-23 14:42:00 +02:00
Fabio Erculiani f25488cc87 [entropy.client.interfaces.dep] filter out packages in the same slot, when tagged
In _generate_reverse_dependency_tree() -> get_revdeps_lib()
it could happen that tagged packages sharing the "virtual" slot
get pulled in in the dependency graph. This should not really
happen, and happens to packages whose libs need an ELF object
available inside their own package files.

See also: http://forum.sabayon.org/viewtopic.php?f=5&t=23781
2011-04-23 12:28:02 +02:00
Fabio Erculiani 1ba880c31c [entropy.client.interfaces.dep] complete tweaking of debugging ourput in _generate_reverse_dependency_tree 2011-04-23 12:23:47 +02:00
Fabio Erculiani c5e5078117 [entropy.client.interfaces.dep] add more debugging output in _generate_reverse_dependency_tree 2011-04-23 11:50:11 +02:00
Fabio Erculiani dded4cc602 [equo] fixup --help options indentation 2011-04-18 12:31:24 +02:00
Fabio Erculiani fa56cda09e Tagging Entropy version 1.0_alpha47 1.0_alpha47 2011-04-15 08:00:42 +02:00
Fabio Erculiani 36d184d76e Release Entropy 1.0_alpha47 2011-04-15 08:00:30 +02:00
Fabio Erculiani 5c7a045a3e [Makefile] remove references to dropped files 2011-04-15 08:00:04 +02:00
Fabio Erculiani a92aa06004 [entropy.server] drop other two configuration constants 2011-04-15 07:58:57 +02:00
Fabio Erculiani aa62400790 [entropy*] drop socket service related code, R.I.P. 2011-04-15 07:35:51 +02:00
Fabio Erculiani 10ee59f257 Tagging Entropy version 1.0_alpha46 1.0_alpha46 2011-04-15 00:42:30 +02:00
Fabio Erculiani 55d7ef1275 Release Entropy 1.0_alpha46 2011-04-15 00:42:13 +02:00
Fabio Erculiani 79f8a576b5 [entropy.client.interfaces.db] make sure to abort in case of fetch error from webservice 2011-04-15 00:29:47 +02:00
Fabio Erculiani d6de645ccb [entropy.client.interfaces.db] dramatically improve differential update sync speed by spawning parallel metadata download 2011-04-15 00:26:59 +02:00
Fabio Erculiani 90ccb479bb [entropy.client.services] small final tweaks 2011-04-15 00:26:24 +02:00
Fabio Erculiani 6fd56e4f81 [equo] when calling validate_credentials() also catch RequestError exception 2011-04-14 18:24:57 +02:00
Fabio Erculiani 6357af21cc [sulfur] when calling validate_credentials() also catch RequestError exception 2011-04-14 18:24:37 +02:00
Fabio Erculiani 7f319382f4 [entropy.client.interfaces.package] __fetch_file: catch OSError exception on makedirs() 2011-04-14 18:18:55 +02:00
Fabio Erculiani 47109d61b7 [po] update translations 2011-04-14 15:22:07 +02:00
Fabio Erculiani 83d974d818 [entropy.const] drop UGC related constants (removed) 2011-04-14 15:21:08 +02:00
Fabio Erculiani 80dfbcc0f2 [entropy.services] goodbye old and ugly RPC service, R.I.P. 2011-04-14 15:17:54 +02:00
Fabio Erculiani e5bf7e039d [tests] add RepositoryWebServices tests 2011-04-14 15:09:35 +02:00
Fabio Erculiani bb0508784d [entropy.client.interfaces.db] reimplement EAPI3 sync over Repository Web Services infrastructure 2011-04-14 15:04:19 +02:00
Fabio Erculiani a6cd8f150a [entropy.client.interfaces.loaders] add RepositoryWebServices() loader 2011-04-14 15:02:54 +02:00
Fabio Erculiani 5a073519af [entropy.client.services] implement RepositoryWebServices infrastructure 2011-04-14 15:02:22 +02:00
Fabio Erculiani 343fd107e7 [entropy.db] EntropyRepositoryBase.checksum: if strict is not specified, only pick non-dynamic data from baseinfo, extrainfo 2011-04-14 14:57:42 +02:00
Fabio Erculiani a14a146d19 [entropy.const] const_get_caller: catch IndexError exception (when stack level is < 3) 2011-04-14 14:56:52 +02:00
Fabio Erculiani 90f9bb0dda [entropy.db] EntropyRepository._insertProvide: fixup runtime type check
This is required by Repository WebServices returned metadata, which
always converts all iterable types to list()
2011-04-14 14:08:36 +02:00
Fabio Erculiani b97ec888ab [equo] text_repositories: add missing import (const_debug_write) 2011-04-14 14:06:24 +02:00
Fabio Erculiani 0c11af4e03 [entropy.client.interfaces] set webservices_config metadatum for .tbz2 and .etp repositories 2011-04-13 16:27:51 +02:00
Fabio Erculiani f6cd220c0a [entropy.services.client] raise WebService.UnsupportedService if webservices_config metadata is not available 2011-04-13 16:26:15 +02:00
Fabio Erculiani f75a2d8a0d Tagging Entropy version 1.0_alpha45 1.0_alpha45 2011-04-11 21:28:03 +02:00
Fabio Erculiani 5b4487ecb5 Release Entropy 1.0_alpha45 2011-04-11 21:28:01 +02:00
Fabio Erculiani 97d90ffcea [sulfur] cleanup ugc stats code 2011-04-11 21:27:30 +02:00
Fabio Erculiani 241d9e5670 Tagging Entropy version 1.0_alpha44 1.0_alpha44 2011-04-11 16:02:18 +02:00
Fabio Erculiani c9242c5793 Release Entropy 1.0_alpha44 2011-04-11 16:02:15 +02:00
Fabio Erculiani b72955ef36 [entropy.client.services] improve reliability of report_error() by encoding everything as file in the POST request 2011-04-11 16:01:36 +02:00