Commit Graph

6495 Commits

Author SHA1 Message Date
Fabio Erculiani f225a7dab5 [entropy.fetchers] fix MultipleUrlFetcher output update function 2010-08-16 19:58:09 +02:00
Fabio Erculiani 526da6ba81 [entropy.client] trivial string update 2010-08-16 19:49:24 +02:00
Fabio Erculiani 16ef7d892e [entropy.db] EntropyRepository: fix bogus implementation of searchKeySlot 2010-08-16 19:29:26 +02:00
Fabio Erculiani 59d499df6f [entropy.client] when waiting in Client.wait_resources() and resources get unlocked, throw all cache away 2010-08-16 18:31:19 +02:00
Fabio Erculiani 11126779c2 [entropy.db] EntropyRepository: taint live cache items when updating them 2010-08-15 23:23:59 +02:00
Fabio Erculiani 01784d79e1 [entropy.db] update API (changed searchNameCategory arguments) and 2x speed of atomMatch() by caching several functions 2010-08-15 17:29:29 +02:00
Fabio Erculiani 46ba83ace2 [entropy.db] EntropyRepository.retrieveName: use cursor object returned by execute() 2010-08-15 16:59:57 +02:00
Fabio Erculiani e792796b4f [todo] update TODO 2010-08-15 16:30:13 +02:00
Fabio Erculiani c719ec4f74 [entropy.db] EntropyRepository.addPackage: clear cache at the beginning of the function 2010-08-15 16:25:26 +02:00
Fabio Erculiani 3749ed5486 [entropy.db] EntropyRepository: remove unused attribute 2010-08-15 16:21:59 +02:00
Fabio Erculiani 6b8b7ab3d1 [entropy.spm] PortagePlugin: improve unpack_xpak() reliability 2010-08-15 15:41:32 +02:00
Fabio Erculiani 1dd0a2cfdf [po] update translations 2010-08-15 15:32:51 +02:00
Fabio Erculiani 0d6dbc3f0a [entropy.server] replace "database" with "repository" in ui messages 2010-08-15 15:32:25 +02:00
Fabio Erculiani 80c85b55d8 [entropy.client.interfaces.repository] move back post update repository hook execution to Repository class 2010-08-15 15:18:01 +02:00
Fabio Erculiani b7a8dfc30a [entropy.server] Server.add_packages_to_repository: fix blacklisted dependencies handling 2010-08-15 00:41:17 +02:00
Fabio Erculiani ab0cc98a52 [entropy.server] repo_blacklist object must be list 2010-08-14 22:32:39 +02:00
Fabio Erculiani dd622c18e5 [entropy.server] add support for per-package dependency blacklist 2010-08-14 19:18:17 +02:00
Fabio Erculiani 38690a69bc [po] update translations 2010-08-14 17:51:29 +02:00
Fabio Erculiani 24bb03cffe Tagging Entropy version 0.99.49.12 0.99.49.12 2010-08-14 08:42:06 +02:00
Fabio Erculiani a6aa09f63d [entropy.server] fix regression, remove duplicated os.remove() 2010-08-14 08:41:11 +02:00
Fabio Erculiani 72b4d37bf9 [po] update translations 2010-08-14 02:44:46 +02:00
Fabio Erculiani eb771eee0a Tagging Entropy version 0.99.49.11 0.99.49.11 2010-08-14 02:34:51 +02:00
Fabio Erculiani 018b851ce7 [entropy.client.interfaces.package] remove unneeded logging 2010-08-14 02:23:56 +02:00
Fabio Erculiani 73174f96fd [entropy.client.interfaces.package] properly move preremove step after install
In order to avoid issues with Source Package Managers requiring stricter
conditions of live filesystem during install/remove steps, improve
package phases by separating install and removal, preremove and
postremove code.
2010-08-14 02:17:47 +02:00
Fabio Erculiani 0a014d32fb [tests] also run const tests 2010-08-12 20:58:25 +02:00
Fabio Erculiani 2c46e97d4f Tagging Entropy version 0.99.49.10 0.99.49.10 2010-08-12 20:51:22 +02:00
Fabio Erculiani a09714f49f [entropy*] improve mkdtemp/mkstemp usage 2010-08-10 18:11:38 +02:00
Fabio Erculiani f21f4b55eb [po] update translation files 2010-08-10 08:41:39 +02:00
Fabio Erculiani cc01fee65b [entropy.server] dep_rewrite: make possible to remove dependencies by providing "-" as replacement 2010-08-10 08:41:13 +02:00
Fabio Erculiani 3f141d7340 [entropy.client.interfaces.dep] improve dep calculation performance for tagged packages by providing tags in reverse alphabetical order 2010-08-10 08:41:13 +02:00
Daniel Halens Rodríguez 1ce64ba6c8 [i18n] Add sv translation file and add Patrik Karlsson to translators list 2010-08-09 21:52:36 +01:00
Fabio Erculiani a1e808f413 [po] update translations, fix portage_plugin support (module was not listed in POTFILES.in) 2010-08-09 21:24:12 +02:00
Fabio Erculiani bc03f7ef48 [entropy.client] make possible to disable differential repository update feature 2010-08-09 20:37:28 +02:00
Fabio Erculiani 91adc88f1b [entropy.client.interfaces.db] remove dead code, EntropyRepository.generateReverseDependenciesMetadata does not exist anymore 2010-08-09 20:37:28 +02:00
Fabio Erculiani 959263529c [sulfur.views] make main treeview working with any font DPI 2010-08-09 17:46:37 +02:00
Fabio Erculiani a25309be11 [todo] update TODO 2010-08-08 11:19:42 +02:00
Fabio Erculiani 7888475850 [entropy.db] EntropyRepository: rename validateDatabase() to validate(), deprecate validateDatabase() 2010-08-08 11:06:29 +02:00
Fabio Erculiani 0c7e75c131 [entropy.output] write warning and error messages to stderr by default 2010-08-08 11:02:15 +02:00
Fabio Erculiani 2fb3f559cb [entropy.client.interfaces.cache] when checksum() fails in _all_repositories_checksum() report to user 2010-08-08 10:51:50 +02:00
Fabio Erculiani e7ef727840 [entropy.db] EntropyRepository: when calling validateDatabase() also call checksum() 2010-08-08 10:46:07 +02:00
Fabio Erculiani 291cf97f02 [equo] handle OperationalError exceptions on listAllPackageIds() in text_rescue._database_check() 2010-08-08 10:37:42 +02:00
Fabio Erculiani c5b77f0964 [todo] update TODO 2010-08-07 22:59:15 +02:00
Fabio Erculiani 2ab35b3c3c [services] client-updates-daemon: always run unprivileged, gain privileges only when strictly required 2010-08-07 19:35:07 +02:00
Fabio Erculiani fc92891bf7 [sulfur] fix regression that caused configuration file values to be handled incorrectly 2010-08-07 19:15:11 +02:00
Fabio Erculiani e4c25b6e5c [sulfur] major: run application as unprivileged user, regain privileges only when needed 2010-08-07 19:11:26 +02:00
Fabio Erculiani cd62ed35b1 [entropy.const] const_regain_privileges: do not raise ValueError if process is already privileged 2010-08-07 19:11:04 +02:00
Fabio Erculiani 721f1439fd [sulfur.dialogs] catch PermissionDenied exception when storing UGC data fails 2010-08-07 18:30:40 +02:00
Fabio Erculiani a499094ecf [entropy.const] improve const_drop_privileges and const_regain_privileges reliability and usability 2010-08-07 18:30:12 +02:00
Fabio Erculiani 47e42eb891 [sulfur.setup] improve const class, make possible to reset variables by calling const.setup() 2010-08-07 18:29:31 +02:00
Fabio Erculiani 4e52e1161c [entropy.const] const_drop_privileges/const_regain_privileges: keep etpConst['uid'] up-to-date 2010-08-07 16:22:55 +02:00