diff --git a/docs/ChangeLog b/docs/ChangeLog index 03392762e..e183002a0 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,103 @@ +commit 34f3e248d2a4a0d83758ef21e390ceed28de1f22 +Author: Fabio Erculiani +Date: Fri Sep 21 16:45:54 2012 +0200 + + Release Entropy 144 + +commit 523d9783a659251679577afba04fb5e8fb35096f +Author: Fabio Erculiani +Date: Fri Sep 21 15:31:09 2012 +0200 + + [entropy.client.dep] force critical updates to be always pulled in. Avoids the Glibc effect + +commit 21e2251008dd8be22bbcd2e786e9836e90e68221 +Author: Fabio Erculiani +Date: Fri Sep 21 14:57:48 2012 +0200 + + [entropy.server.mirrors] tidy_mirrors: make sure to clean the upload/ directory as well + +commit 4812e3365d2656a76395b3a429d4aeaeb524f923 +Author: Fabio Erculiani +Date: Thu Sep 20 17:17:36 2012 +0200 + + [conf] add dl.sabayon.org to repository mirrors + +commit 6ebc7eac0a57784db1053d8649e9b231fce6119e +Author: Fabio Erculiani +Date: Thu Sep 20 13:01:38 2012 +0200 + + [client] update entropy.pot + +commit 505f664055ad699f7cdcdd5e84f50ca047b3cd36 +Author: Fabio Erculiani +Date: Thu Sep 20 13:01:20 2012 +0200 + + [entropy.client.db] fix typo in message string + +commit c3e8a370e8404b1762b21503f988d9cb6e4a53d7 +Author: Fabio Erculiani +Date: Thu Sep 20 12:58:57 2012 +0200 + + [client] update entropy.pot + +commit 050e700dcf5a875fa2877bef27063cf9d9df1ba6 +Author: Fabio Erculiani +Date: Thu Sep 20 12:55:34 2012 +0200 + + [entropy.client.db] fallback to package URLs if the repository database URL is broken. + + This commit introduces the ability for Entropy Client to fall back to + package URLs if the repository database URL is not responding as expected + (tested at the application level). + This improves fault-tolerance greatly. + +commit 4b0e7ee7d379caba8593b5d529d093151029643d +Author: Fabio Erculiani +Date: Thu Sep 20 12:53:49 2012 +0200 + + [entropy.tools] introduce expand_plain_database_mirror() + + This follows the previously introduced expand_plain_package_mirror() + method. Now both methods can expand repository and package mirror URLs + read from Entropy repository configuration files adding product, arch + and branch information. + +commit 7cff01bbd5b42e27c96aa9604633e062f7c718d0 +Author: Fabio Erculiani +Date: Thu Sep 20 12:52:36 2012 +0200 + + [entropy.const] export "database" sub-directory constant through etpConst + +commit 0a3a330b62a5a4db929f263b294c02ed1451e46d +Author: Fabio Erculiani +Date: Thu Sep 20 11:41:32 2012 +0200 + + [todo] update TODO + +commit 2a6ceaae35707ae490c3a7520c480b1458b5a6a4 +Author: Fabio Erculiani +Date: Wed Sep 19 22:13:30 2012 +0200 + + [services] entropy-pkgdelta-generator: do not generate .edelta for files smaller than 1Mb + +commit 3eb70a3d4778895ad228b03acfc49a562de67188 +Author: Fabio Erculiani +Date: Wed Sep 19 16:47:25 2012 +0200 + + [conf] drop aarnet.edu mirror, dead + +commit 66ef85769ec5dd18ba36a404295cfbd78a9d4c2b +Author: Fabio Erculiani +Date: Wed Sep 19 16:10:07 2012 +0200 + + [conf] add mirror.de.sabayon.org to mirror list + +commit 6b04512a91e0de4240fe746c2d8cd9f6fe1d80ee +Author: Fabio Erculiani +Date: Mon Sep 17 12:41:58 2012 +0200 + + Tagging Entropy version 143 + commit fa006188f195173a3ef3387d92251a21db0cd38c Author: Fabio Erculiani Date: Mon Sep 17 12:41:56 2012 +0200 @@ -44453,3 +44553,26043 @@ Date: Fri Feb 27 19:51:07 2009 +0000 git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3081 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 457778fd6040726cd789b63953befa30b7a0e1e6 +Author: lxnay +Date: Fri Feb 27 18:09:57 2009 +0000 + + Entropy/*: + - EntropyCacher is singleton, which makes a lot of classes happy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3080 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 14d45140953c5c0ae8ab8b21a4719a48ca9d61c2 +Author: lxnay +Date: Fri Feb 27 18:00:09 2009 +0000 + + Entropy/translations: + - update template and sync + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3079 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aefb63a7a35841b611e6fb125ed3c84dd64f98f9 +Author: lxnay +Date: Fri Feb 27 17:59:34 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/EquoInterface/ServerInterface: + - they are now singleton, which is a big leap ahead in terms of ease of use + Entropy/Equo/Server: + - text_query, server_query: adapt code to better with singleton EquoInterface/ServerInterface instances + Entropy/Spritz: + - EquoInterface is now singleton, no need to load a global variable + Entropy/urlFetcher: + - add thread_stop_func, speed_limit, OutputInterface parameters to ease behaviour customization + - rename __setup_proxy (private) to _setup_proxy + - add set_id method, useful for thread identification when running multiple instances of urlFetcher + - close() is now a private method + - added thread_stop_func handling, used to stop fetches from other threads + - commit() is now a private method + - add handle_statistics method, if reimplemented, it's handy for controlling dataflow from other threads + Entropy/entropy.py: + - remove some unused functions imported from outputTools + Entropy/EntropyCacher: + - EntropyCacher is now singleton too + Entropy/MultipleUrlFetcher: + - base class that mimics the behaviour of urlFetcher adding the support for multiple simultaneous downloads + Entropy/entropyTools: + - improve xml_from_dict_extended and dict_from_xml_extended functions (add support for None types) + Entropy/entropy.sh: + - pre-declare public functions (pkg_*) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3078 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5b19ab1f06400a95bf3a84bb9e236ce10e3c125f +Author: lxnay +Date: Fri Feb 27 17:46:50 2009 +0000 + + Entropy/Bash Trigger Specification: + - add documentation about exported env variables + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3077 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 94b6aaa422fd8f0530e7550c118e9d9eb459222d +Author: lxnay +Date: Wed Feb 25 14:10:01 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/TriggerInterface: + - complete implementation of bash-based triggers + Entropy/EntropyDatabaseInterface: + - optimize getPackageData and getTriggerInfo + - getTriggerInfo: also provide branch and etp_revision information + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3076 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 764cb47fd0b0afb04c23cd25cf3d88d727de07c6 +Author: lxnay +Date: Wed Feb 25 12:36:15 2009 +0000 + + Entropy/entropyTools: + - force type casting on dict_from_xml_extended + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3075 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b287f7c7b797b705a0b2aa276ea66304ed701e4b +Author: lxnay +Date: Wed Feb 25 12:24:40 2009 +0000 + + Entropy/entropyTools: + - fix dict_from_xml_extended method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3074 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e7f1dc863e85bf2246fc43022a58c210eede11df +Author: lxnay +Date: Tue Feb 24 21:21:45 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/TriggerInterface: + - add support for bash based triggers (preliminary and incomplete) + - provide bash based trigger example + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3073 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f89438f3589ceba5f353945caedca7a2e45bfdc1 +Author: lxnay +Date: Mon Feb 23 23:14:09 2009 +0000 + + Entropy/TriggerInterface: + - syntax updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3072 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40caacd0fb39e44c27abe2f7b8cd7fd2ae174381 +Author: lxnay +Date: Mon Feb 23 22:56:54 2009 +0000 + + Entropy/entropyTools/*: + - new version of parallelTask, API changes, update every part of the code that uses it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3071 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 14134e7007674a1e92c46936ce5378d80cb8003d +Author: lxnay +Date: Mon Feb 23 22:50:34 2009 +0000 + + Entropy/entropyTools/*: + - new version of TimeScheduled, API changes, update every part of the code that uses it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3070 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1a253e67d637730e40001d3f78b42d3e2d2fb39 +Author: lxnay +Date: Mon Feb 23 19:27:53 2009 +0000 + + Entropy/EquoInterface: + - fetch_file_on_mirrors: when file is not found, do not dump data already downloaded + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3069 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff1e11f7016b69bcd42fbc7d67c90ec8453a0b65 +Author: lxnay +Date: Mon Feb 23 19:24:06 2009 +0000 + + Entropy/translations: + - sync translations and template + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3068 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9fb936d1894ea6c73678f06e3f783a78c680074c +Author: lxnay +Date: Mon Feb 23 18:44:25 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/EquoInterface: + - fetch_file_on_mirrors: make sure it gives up when no mirrors remain and it is for cycling the last uri + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3067 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d7022d0d6ad8e676d746cdc80454077736a761e6 +Author: lxnay +Date: Mon Feb 23 16:22:22 2009 +0000 + + Entropy/EquoInterface: + - ease the handling of available packages cache + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3066 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb724a8cd9d7e55f7f7458e3148c997afc289dcd +Author: lxnay +Date: Mon Feb 23 16:14:28 2009 +0000 + + Entropy/Spritz: + - fix remove option on Updates tab + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3065 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6df1673859079bb6710b8df4874a0fe50c0ffa5 +Author: lxnay +Date: Mon Feb 23 08:32:39 2009 +0000 + + Entropy/Clients: + - spawn add_download_stats instead of add_downloads + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3064 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 771d0d679efeb225914d82662ebcce31cae198e3 +Author: lxnay +Date: Mon Feb 23 08:28:00 2009 +0000 + + Entropy/Spritz: + - update desktop file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3063 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9138d410a91b7a9fcb43ac512a73c0ee790f2448 +Author: lxnay +Date: Sun Feb 22 23:49:06 2009 +0000 + + Entropy/*: + - random trivial fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3062 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4629810b632ee8b58ddc9b5ab8bd6ee30716d614 +Author: lxnay +Date: Sun Feb 22 19:46:52 2009 +0000 + + Entropy/urlFetcher: + - add a new error status "-4", meaning timeout error, move KeyboardInterrupt error code to -100 + Entropy/EquoInterface: + - properly handle timeout errors without discarding data downloaded until then + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3061 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 68731000d2ee15a261ec604ccb2270abdae7fa6c +Author: lxnay +Date: Sun Feb 22 19:17:37 2009 +0000 + + Entropy/urlFetcher: + - download: when running in debug mode, print exceptions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3060 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 183e33e99624ab87a2cd9dec174d4512d0be376b +Author: lxnay +Date: Sun Feb 22 19:03:27 2009 +0000 + + Entropy/EquoInterface: + - fetch_file: when running in debug mode, print the exception occured in urlFetcher, if any + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3059 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2349b21596ac57866b56e94c73777b580c738ae3 +Author: lxnay +Date: Sun Feb 22 18:56:49 2009 +0000 + + Entropy/UGCClientInterface: + - ease add_download_stats, removing branch and release_string parameters + Entropy/RepositorySocketClientCommands: + - ugc_do_download_stats: make it automatically retreiving branch and release string + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3058 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9a82bb2cd82966c58bba75485a166b8b2e8f3c59 +Author: lxnay +Date: Sun Feb 22 18:37:26 2009 +0000 + + Entropy/DistributionUGCInterface: + - get_entropy_release_strings_id: fix another typo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3057 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b81ecbacb2eb2987a6e629147eac905b36afd45 +Author: lxnay +Date: Sun Feb 22 18:34:45 2009 +0000 + + Entropy/DistributionUGCInterface: + - fix do_download_stats, wrong variable reference + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3056 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f21d3d6580ea6400c02102f4fbdb7e65958899c +Author: lxnay +Date: Sun Feb 22 18:32:17 2009 +0000 + + Entropy/DistributionUGCInterface: + - fix is_user_ip_available_in_entropy_distribution_usage SQL query + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3055 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15b6f3e829476c52d946474fc40095e38dcad526 +Author: lxnay +Date: Sun Feb 22 18:05:03 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/urlFetcher: + - minor code style update + Entropy/EntropyCacher: + - rename Cacher to __cacher, making it a private method + - make critical variables private + Entropy/EquoInterface: + - get_unsatisfied_dependencies: improve speed, commenting out disabled code, add support for negative entropy revision on dependency strings, improve caching speed + - get_available_packages_chash: improve speed + - extract_pkg_metadata: kernel dependent packages now get the kernel dependency with revision == -1 (to force the installation of the very latest kernel revision) + Entropy/RepoInterface: + - handle_eapi3_database_sync: clear database cache before calling database_checksum + Entropy/DistributionUGCInterface: + - new tables entropy_distribution_usage, entropy_branches, entropy_release_strings, entropy_ip_locations, thus add support for Earth latitude, longitude mapping and detailed distribution usage stats + - add support for geo-tagging IP addresses (retrieving latitude, longitude) + - code style updates (long SQL queries on multiple rows) + - removed deprecated method do_download + - speed improvements of update_download + - a bunch of new methods, relevant one is do_download_stats (which is a more complex version of do_downloads) + Entropy/DistributionUGCCommands: + - removed support for ugc:do_download, deprecated + - added support for ugc:do_download_stats (see above) + Entropy/RepositorySocketClientCommands: + - added support for ugc_do_download_stats (see above) + - removed support for ugc_do_download (see above) + Entropy/UGCClientInterface: + - removed support for add_download (see above) + - added support for add_download_stats (see above) + Entropy/EntropyDatabaseInterface: + - database_checksum: cache result (through live_cache) to RAM + - atomMatch: filter out invalid atomRev values, < 0 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3054 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3116942db13e0f12bfda3c113a3771105a34da5 +Author: lxnay +Date: Sun Feb 22 17:36:27 2009 +0000 + + Entropy: + - adding REQS file, listing the required dependencies + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3053 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd9864e06dbfc073d91c22a744779d1905719340 +Author: lxnay +Date: Sun Feb 22 17:35:57 2009 +0000 + + Entropy/Spritz: + - fix SystemSettings call, scan is no more exported, use clear() instead + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3052 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 490bf4408acb491245f04a331a7c8bc188a8a97a +Author: lxnay +Date: Sun Feb 22 17:35:22 2009 +0000 + + Entropy: + - adding playground dir, will contain random scripts + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3051 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8593839df3f2f8cbade88b7987107e8615d56070 +Author: dyingmuppet +Date: Sun Feb 22 13:29:00 2009 +0000 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3050 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e61eee2f630e45ff0911d37f4030c5b48f2f1b1 +Author: lxnay +Date: Fri Feb 20 19:59:08 2009 +0000 + + Entropy/urlFetcher: + - make internal methods private + - fix resume support when file is already completely downloaded + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3049 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0c3ec7a16da1fb4f96d84bcc1868f6949fc25715 +Author: lxnay +Date: Fri Feb 20 19:48:12 2009 +0000 + + Entropy/urlFetcher: + - fix resume support + Entropy/ut: + - trivial changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3048 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a8d12ac17e42a25ff14e71b45d7f3a36bdd6304a +Author: lxnay +Date: Fri Feb 20 18:49:06 2009 +0000 + + Entropy/Equo/text_rescue: + - remove use of etpConst['packagestmpfile'] + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3047 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1fe528c5572ba9441af91e54e976fb15a3d91e0 +Author: lxnay +Date: Fri Feb 20 18:47:50 2009 +0000 + + Entropy/entropyConstants: + - remove etpConst['packagestmpfile'] + Entropy/entropyTools: + - getRandomNumber: if /dev/urandom is not available, fallback to random.randint + Entropy/*: + - when strictly required, if /dev/urandom is not available, fallback to random.randint + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3046 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4865a100b85189a82ca5df2af36ad2900c22d2f0 +Author: lxnay +Date: Thu Feb 19 16:15:20 2009 +0000 + + Entropy/UT: + - fix urlFetcher test + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3045 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 20d5f806bfcef4a998286185f603dba6752473ab +Author: lxnay +Date: Thu Feb 19 14:18:42 2009 +0000 + + Entropy: + - add unit test dir + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3044 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb2f9a1580e4193c44fad48771d3c59c32fe2781 +Author: lxnay +Date: Tue Feb 17 22:37:38 2009 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3043 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cbf0bb9f807f7e78c3e0fef47b873625dc693848 +Author: lxnay +Date: Tue Feb 17 14:06:12 2009 +0000 + + Entropy/text_query: + - show dependency type on dependency list + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3042 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d57249e737ecb8343cf61c787301a25079e1abe0 +Author: lxnay +Date: Tue Feb 17 14:01:46 2009 +0000 + + Entropy/Community Repositories/Server Repositories: + - export support for manual dependencies handling to equo and reagent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3041 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 589b6408d5df2ee2437eaaca0814149ed8b2a9af +Author: lxnay +Date: Tue Feb 17 14:00:47 2009 +0000 + + Entropy/ServerInterface: + - package_injector: add manual dependencies notification + Entropy/EntropyDatabaseInterface: + - retrievePostDependencies, retrieveManualDependencies: use retrieveDependencies + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3040 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 87a711fe352f958a6fdf89046ba958e736b61a02 +Author: lxnay +Date: Tue Feb 17 13:46:33 2009 +0000 + + Entropy/TextInterface: + - inputBox: implemented support for list input items + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3039 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0449b678787326b2a4c5c27429542334a9bc42cd +Author: lxnay +Date: Tue Feb 17 11:59:40 2009 +0000 + + Entropy/EquoInterface: + - _lookup_system_mask_repository_deps: tweak behaviour + - get_unsatisfied_dependencies: avoid issues with mapping types + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3038 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c555c771729c8e528affdb44569ed5d2a8f1d52 +Author: lxnay +Date: Tue Feb 17 01:01:09 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - add support for manual dependencies on addPackage + - new handy method insertManualDependencies + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3037 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 683f43779ed5df547cb71fcceaf833172cdbcb41 +Author: lxnay +Date: Tue Feb 17 00:57:41 2009 +0000 + + Entropy/entropyTools: + - new functions get_operator, catsplit, isvalidatom + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3036 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9dbbb33eaabf0b94782d9d9fd931f01d8c4c5cd5 +Author: lxnay +Date: Mon Feb 16 18:27:22 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - fix areIDPackagesAvailable method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3035 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 81e95deb435290558e03a1ddd45b7325ae8f9694 +Author: lxnay +Date: Mon Feb 16 18:19:03 2009 +0000 + + Entropy/SystemSettings: + - SystemSettings is now a dict subclass + + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3034 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79b700261fc4efcc6af0822e89cba5397a6733c7 +Author: lxnay +Date: Mon Feb 16 12:45:56 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - reintroduce previously removed methods: + listIdPackagesInIdcategory + listIdpackageDependencies + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3032 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce6cd09cca052a91a0b057f43f1f33f0178df245 +Author: lxnay +Date: Mon Feb 16 12:26:32 2009 +0000 + + Entropy/config files: + - move to 4 branch by default + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3031 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 29517ae14b4c3b90656efd9679f072dd6b17bfb6 +Author: lxnay +Date: Mon Feb 16 11:22:46 2009 +0000 + + Entropy/rssFeed: + - fix AttributeError exception when xml doesn't have any description tag + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3030 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06e606f4d3cb949f9e0c0488d2be357b5e289a7a +Author: lxnay +Date: Mon Feb 16 11:19:51 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/rssFeed: + - fix AttributeError exception when xml doesn't have any description tag + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3029 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 918cbdcc212dbf408c15d487ac8c26f7f330e9d0 +Author: lxnay +Date: Sun Feb 15 22:06:20 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - query style update + - new method retrieveManualDependencies, will be implemented the support of manually set dependencies soon + - some other misc updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3028 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 028910d6728a80d14615b4124b5f97ee52e48442 +Author: lxnay +Date: Sun Feb 15 22:01:30 2009 +0000 + + Entropy/Spritz: + - package searches are now case-insensitive + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3027 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ef1842bdc8273ace67d987492fc9e2ba50b2a57 +Author: lxnay +Date: Sun Feb 15 13:25:04 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/Equo: + - if no repositories are configured, do not check against removed packages from repo + Entropy/Client: + - when running RepoInterface.sync, OnlineMirrorError exception is no longer raised + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3026 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d041277cec3510bb77f5eff0b10e4aba149e13d8 +Author: lxnay +Date: Sun Feb 15 10:38:12 2009 +0000 + + Entropy/EntropyCacher: + - automatically copy data object on push(), there is no need to do weird things by caller anymore + Entropy/*: + - update EntropyCacher.push calls + Entropy/EquoInterface: + - atomMatch: add extra cache validation layer to make sure to not return crap + - atomMatch: improve speed by moving open_db function definition outside atomMatch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3025 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd549770573082102fd62d589c555bdaf0245186 +Author: lxnay +Date: Sun Feb 15 09:54:35 2009 +0000 + + Entropy/translations: + - update Spanish translation + - re-sync all + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3024 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d50eab4dd234655bc6831335c99fa60ae148bb95 +Author: lxnay +Date: Sun Feb 15 00:04:47 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - add atomMatchValidateCache on atomMatch which verifies if the cached is completely valid + - new method areIDPackagesAvailable + Entropy/RepoInterface: + - if EAPI3 sync fails (read: exceptions), remove the repository to avoid inconsistencies + - _construct_paths: use a dictionary-based index + Entropy/EquoInterface: + - validate EquoInterface.atomMatch results in generate_dependency_tree + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3023 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8ed554dca95660c92e92d6b3a85407ec383dc89f +Author: lxnay +Date: Sun Feb 15 00:00:19 2009 +0000 + + Entropy/Equo/text_query: + - searchPackages: handle DatabaseError exceptions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3022 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6be51918bffbc5860985a3993c2822ffa6eda192 +Author: lxnay +Date: Sat Feb 14 23:59:26 2009 +0000 + + Entropy/env file: + - add CONFIG_PROTECT entry for /etc/entropy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3021 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 29f5c44ee7908d7bad9f4740e9627a9177c5f668 +Author: lxnay +Date: Sat Feb 14 18:54:43 2009 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3020 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd743eadc1e6d68b8112b1636af5db9435386620 +Author: lxnay +Date: Sat Feb 14 14:42:40 2009 +0000 + + Entropy/Spritz: + - add support for ChangeLog visualization in package properties window + Entropy/Equo/Server: + - add changelog query support + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3019 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 998c692f7bd43d795bb308c2c5bc7980443d4a85 +Author: lxnay +Date: Wed Feb 11 20:45:26 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - remove several unused methods + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3018 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec168afc1d60274546ded91df665a40e12d5665f +Author: lxnay +Date: Wed Feb 11 19:21:03 2009 +0000 + + Entropy/EquoInterface: + - rename some methods, we are entering in a final stabilization process + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3017 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 05adba8c374fa6163d9e304387f7b5bffbd1ee1c +Author: lxnay +Date: Wed Feb 11 14:21:12 2009 +0000 + + Entropy/ServerInterface: + - add_packages_to_repository: did not respect repo parameter causing packages to be added to the wrong repository + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3016 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc45297622c044eefb48bab3158cceab4f7e73d4 +Author: lxnay +Date: Tue Feb 10 20:34:08 2009 +0000 + + Entropy/Notification Applet: + - update pixmaps (gfx) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3014 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e21c716d742d6308c9bab7c7cf7b64f72b8c0f64 +Author: lxnay +Date: Tue Feb 10 20:19:42 2009 +0000 + + Entropy/Notification Applet: + - rewrite GUI part using new PyGTK API and widgets + - all the reported issues have been fixed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3013 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7ae71fe74803b082a690bffc0cdfc0993961e6e +Author: lxnay +Date: Tue Feb 10 18:32:07 2009 +0000 + + Entropy/dumpTools: + - dumpobj: fix directory permissions setup + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3012 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cadf2ce5d4b1e9fd2de2cdc46d365266d4438a48 +Author: lxnay +Date: Tue Feb 10 17:54:51 2009 +0000 + + Entropy/QAInterface: + - get_missing_rdepends: try to remove useless dependencies at the end + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3011 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b85bac4b97d4cf8f0767cd7ddaa27b72b1f70569 +Author: lxnay +Date: Tue Feb 10 17:52:34 2009 +0000 + + Entropy/QAInterface: + - get_missing_rdepends: try to remove useless dependencies at the end + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3010 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ba8110172f2152cdc94313aeb9928eeb847de9e +Author: lxnay +Date: Tue Feb 10 16:40:27 2009 +0000 + + Entropy/PackageInterface: + - __move_image_to_system: slightly improve speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3009 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67e4a601e60a3f94de8ff509cab75467f4d0f796 +Author: lxnay +Date: Tue Feb 10 16:39:23 2009 +0000 + + Entropy/PackageInterface: + - now package file moves to live system are atomic + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3008 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88c514f51c6a980d172f84727e3760ec58672f0d +Author: lxnay +Date: Tue Feb 10 16:15:19 2009 +0000 + + Entropy/entropyConstants: + - split const_HandleException creating const_kill_threads + Entropy/entropyTools: + - kill_threads uses const_kill_threads + - introduce movefile(), from Portage, that will be used to atomically move files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3007 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9b08b78d4af47b6b98d55c61e8c0782709a49b8 +Author: lxnay +Date: Mon Feb 9 00:03:14 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/PackageInterface: + - implement config action, emerge --config hooks now implemented + Entropy/Equo: + - add new command equo config for handling packages needing a pkg_config (emerge --config) callback after install + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3006 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7d1c42f677760f0c8d321f291ffe0d2fa94e9df +Author: lxnay +Date: Sun Feb 8 20:35:15 2009 +0000 + + Entropy/urlFetcher: + - beautify syntax + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3005 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2614cccbc1abab60dc6955b161ede4beb11f9bcb +Author: lxnay +Date: Sun Feb 8 20:23:48 2009 +0000 + + Entropy/urlFetcher: + - beautify syntax + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3004 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3ade7accffde440c714c0791b860ca6c608b8264 +Author: lxnay +Date: Sun Feb 8 20:22:07 2009 +0000 + + Entropy/urlFetcher: + - beautify syntax + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3003 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7aaa049baf8af62d9f609c2973b4f257f1424759 +Author: lxnay +Date: Sun Feb 8 17:32:12 2009 +0000 + + Entropy/SystemSettings: + - fix get method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3002 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eeb55fe04571a86bd5519ffc45533734f0818719 +Author: lxnay +Date: Sun Feb 8 17:24:38 2009 +0000 + + Entropy: + - since it seems to not make sense to have a connection test link to check against on 'equo update', let's remove it and see how users react + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3001 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c022b9e4b9fa415e9f290e1cc18122448ca415c +Author: lxnay +Date: Sun Feb 8 17:17:21 2009 +0000 + + Entropy/SystemSettings: + - extend class dict functionalities + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3000 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 07c95a18b24eba85612b57b62103024b5bdbde5e +Author: lxnay +Date: Sun Feb 8 17:02:42 2009 +0000 + + Entropy/ServerMirrorsInterface: + - get_files_to_sync: fix database packages.db.system_mask file handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2999 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cb509f5d4250e0683f4c14277290f39f6930bad4 +Author: lxnay +Date: Sun Feb 8 12:17:27 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/PackageInterface: + - call preinstall step before preremove and postremove on install actions + Entropy/client: + - move repositories.conf to repositories.conf.example + Entropy: + - use /usr/bin/python2 instead of /usr/bin/python as interpreter to avoid Python 3 issues + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2996 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 649c613a557e3f37176f5ae07843fca4debfc399 +Author: lxnay +Date: Tue Feb 3 14:29:38 2009 +0000 + + Entropy/EntropyCacher: + - fix a critical issue that could cause random lockups on sync() if wait is True + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2987 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97081b2624f1c4822f9e6509e81f2f5e08b5a111 +Author: lxnay +Date: Tue Feb 3 13:23:41 2009 +0000 + + Entropy/EntropyCacher: + - make possible to start/stop the thing + Entropy/EquoInterface: + - generate_cache: stop Cacher before purging + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2986 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6d6500c24e0b60b152182b3da2580f70d785f893 +Author: lxnay +Date: Tue Feb 3 12:49:38 2009 +0000 + + Entropy/Equo/world: + - small fix, when upgrading branch, do not call RepoInterface.sync if an exception occured + Entropy/RepoInterface/EAPI3: + - handle get_eapi3_local_database correctly, can return None + Entropy/entropyConstants: + - new global method const_set_chmod + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2985 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c76718436d851a7aa75dd18a21622706d98d43bd +Author: lxnay +Date: Tue Feb 3 12:00:48 2009 +0000 + + Entropy: + - properly get exception traceback and store where needed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2984 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b76740d612e85d2320d259745b9d700c9e27238a +Author: lxnay +Date: Tue Feb 3 08:14:07 2009 +0000 + + Entropy/Spritz: + - split colours settings tab into two separate + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2983 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79fd89d59aacf367781f0c429fa741b187107e91 +Author: lxnay +Date: Mon Feb 2 17:05:06 2009 +0000 + + Entropy/Spritz: + - fix packages removal handling when cancel button is pressed on packages removal validation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2981 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c285c911fda30a24cdd53b220bc55389ec0e6ee6 +Author: lxnay +Date: Mon Feb 2 11:47:10 2009 +0000 + + Entropy/Spritz: + - fix repo update button, cache handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2978 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4dd6ed5b20762bade9183ab96b355fe2ef65c2da +Author: lxnay +Date: Sat Jan 31 15:41:00 2009 +0000 + + Entropy/Spritz: + - LicenseDialog, change API, make it multithreading-aware + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2975 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 461cec43e6604c152053baa88dc8a80bb8695be8 +Author: lxnay +Date: Sat Jan 31 14:55:41 2009 +0000 + + Entropy/Spritz: + - processPackageQueue: fix typo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2974 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 37766ce0b96e1c58ca886be8e11291621fb6a1f5 +Author: lxnay +Date: Sat Jan 31 14:54:28 2009 +0000 + + Entropy/Spritz: + - TaskQueue executor: wrap code around a while loop to keep the FIFO empty as much as possible + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2973 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1528342dfb3243db97a741c6cd65dd055ef26f8e +Author: lxnay +Date: Sat Jan 31 14:53:08 2009 +0000 + + Entropy/EquoInterface: + - __remove_content_from_system(): when spawning _handle_config_protect, always encode tofile from utf-8 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2972 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 22c2b19b2bfdb6deb9ac8b117c7b563a24748cd4 +Author: lxnay +Date: Sat Jan 31 14:13:01 2009 +0000 + + Entropy/Spritz: + - implement TaskQueue like I did on the repo manager, this improves multithreading reliablity + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2971 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 70285d0459a8fce10f363f6d7e6c282a3a45511a +Author: lxnay +Date: Sat Jan 31 14:11:58 2009 +0000 + + Entropy/EquoInterface: + - _lookup_inverse_dependencies: ignore broken client db entries + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2970 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b91aac4d1f1816efe63b58bfe8ba14b32e394ee +Author: lxnay +Date: Sat Jan 31 13:18:34 2009 +0000 + + Entropy/RepoInterface: + - remove pdb + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2969 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b891983a633ba96f0a4f3d2238d829c1b01c243 +Author: lxnay +Date: Sat Jan 31 12:56:30 2009 +0000 + + Entropy/EquoInterface: + - get_world_update_cache: improve reliability + - calculate_world_updates: save cache synchronously + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2968 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33caba6c93c4a208da94c35d0bb7d7593606c522 +Author: lxnay +Date: Fri Jan 30 08:14:41 2009 +0000 + + Entropy/Equo: + - kill all stale threads the hard way when an exception occured + Entropy/Spritz: + - same as above + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2967 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2709dd2d323bd288c30190c1bbafeff79c9dffde +Author: cschneiker +Date: Thu Jan 29 20:30:20 2009 +0000 + + correcting some minor fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2966 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6326527fdc5d27d7661a4897559dd270c4214bac +Author: lxnay +Date: Thu Jan 29 13:00:56 2009 +0000 + + Entropy/ServerMirrorsInterface: + - get_remote_databases_status, create remote FTP directory if it doesn't exist + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2965 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca70bce6a3b05dba802b515db227a9f08c2ac102 +Author: dyingmuppet +Date: Wed Jan 28 18:24:42 2009 +0000 + + Updated Dutch Translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2964 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e37b78a3206eb35b0d74f8a2edf4f8377ba3d31 +Author: lxnay +Date: Wed Jan 28 16:22:15 2009 +0000 + + Entropy/Spritz: + - also install entropy-repo-manager + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2962 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2432f7af5dec82b1f1ddf2d85cdf876f41af1bd6 +Author: lxnay +Date: Wed Jan 28 15:52:40 2009 +0000 + + Entropy/Spritz: + - remove unused method get_hover_obj inside EntropyPackageView + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2961 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e34db48d1f7a63a5679de2472362fe9df0d6caf3 +Author: lxnay +Date: Wed Jan 28 15:51:37 2009 +0000 + + Entropy/Spritz: + - move Spritz message area below main buttons + - improve behaviour of package menu and package treeview selections handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2960 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f1f1b700c1fdf9b2648fd4d8dbaa0395424eca5 +Author: lxnay +Date: Wed Jan 28 15:13:05 2009 +0000 + + Entropy/translations: + - update Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2959 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bae172dcf7dbd91328af654e0a5a7f90720040c7 +Author: lxnay +Date: Wed Jan 28 15:01:22 2009 +0000 + + Entropy/translations: + - sync translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2958 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 863b23464be2426c1ffaf862d3dcac386b7de97d +Author: lxnay +Date: Wed Jan 28 15:00:30 2009 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2957 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7009574a5ee5aa74f73fbaf7bd259600ab88bf0 +Author: lxnay +Date: Wed Jan 28 14:59:39 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - implement packages changelog support and their methods + - remove unused searchPackagesKeyVersion method + - remove checkReadOnly calls from most of the methods + Entropy/EquoInterface: + - implement support for package changelogs + Entropy/PortageInterface: + - implement support for package changelogs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2956 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2306c60417f9fea7c310e5353206e8a7a46fd7ef +Author: cschneiker +Date: Tue Jan 27 23:42:51 2009 +0000 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2955 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f998dcbc64b55b7d0d15bd3edf2baf54d292fb35 +Author: lxnay +Date: Tue Jan 27 16:03:27 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/Smart Applications: + - huge code refresh, getting ready for future massive improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2954 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a755eca4bbae78271de4e572afbc60c3b0ebc1e0 +Author: lxnay +Date: Mon Jan 26 19:30:25 2009 +0000 + + Entropy/SystemManagerClientInterface: + - disable do_cache_session by default + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2953 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79c1c053dd349a5fc8cb9e1d4b461c65757bf9b1 +Author: lxnay +Date: Mon Jan 26 18:50:36 2009 +0000 + + Entropy/SocketHostInterface/BuiltInCommands: + - fix (again) docmd_alive command and check if client shares the same IP of the one that initiated the session + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2952 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d6f9b50e10bd360c73dbd21fa37060cbb816189 +Author: lxnay +Date: Mon Jan 26 18:39:27 2009 +0000 + + Entropy/SocketHostInterface/BuiltInCommands: + - fix docmd_alive socket method + Entropy/SystemManagerClientInterface: + - implement session cache + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2951 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5133dd2e981f19463b4b240f2ea2924851dd3467 +Author: lxnay +Date: Mon Jan 26 17:42:07 2009 +0000 + + Entropy/SocketHostInterface: + - fork lock: handle the thread lock in a saner way + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2950 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 397521f2313ae95ee6e51b95a9845e0e177831f5 +Author: lxnay +Date: Mon Jan 26 16:59:00 2009 +0000 + + Entropy/SocketHostInterface: + - do not crash when trying to send the 'maximum connection reached' string to client if it's not reachable + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2949 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 49dbdf4b21f3faa5b11f893d74359425451611b6 +Author: lxnay +Date: Mon Jan 26 14:46:03 2009 +0000 + + Entropy/Spritz/System Manager Client: + - unparallelize most of the socket calls to improve reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2948 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88f539e7e5666d212ea2016bc6abc757cf202bdb +Author: lxnay +Date: Mon Jan 26 13:17:08 2009 +0000 + + Entropy/SocketHostInterface: + - if HostInterface has ForkLock attribute that's a thread lock, use it when running in fork mode + Entropy/SystemManagerServerInterface: + - test a solution featuring a Fork Lock + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2947 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 13f77c64e1a4e18385b2c03386bff2973bdd8a56 +Author: lxnay +Date: Mon Jan 26 12:30:19 2009 +0000 + + Entropy/SystemManagerServerInterface/SystemManagerRepositoryCommands: + - adapt code to use a hard-drive stored copy of the system queue, and cross fingers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2946 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 68cf13d04cd575aeb6b4e47715d2aa8bd35f4d3d +Author: lxnay +Date: Mon Jan 26 10:37:10 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/Spritz/Repository Manager Client: + - when printing an error dialog, use TaskQueue to route the GFX calls to the right thread + - when clicking on the SPM package info button, fork after having issued the socket command + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2945 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ee5940aa7abd5a0e061859730dcc96e92addfdd8 +Author: lxnay +Date: Mon Jan 26 10:14:13 2009 +0000 + + Entropy/SocketHostInterface/BasicPamAuthenticator: + - remove thread lock on class methods, not needed on this implementation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2944 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fdb955ab4fce037c2676a63ec071e640159fd2d7 +Author: lxnay +Date: Mon Jan 26 10:05:16 2009 +0000 + + Entropy/SystemManagerServerInterface: + - _pop_item_from_queue: improve speed and reliability, remove parallel_mode parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2943 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bfc93662fbdcbcd4a6a414c46c838edce793cd69 +Author: lxnay +Date: Mon Jan 26 09:59:10 2009 +0000 + + Entropy/SystemManagerServerInterface: + - reduce complexity of the queue processor as first step to debug multi-user threading issues on the daemon + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2942 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76a4578f1d7660781aece41deb9bfcae320c29b5 +Author: lxnay +Date: Mon Jan 26 09:25:34 2009 +0000 + + Entropy/SystemManagerServerInterface: + - revert previous changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2941 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a63c1265f64c68f09b4eaba3b7031faed43536d2 +Author: lxnay +Date: Mon Jan 26 09:17:30 2009 +0000 + + Entropy: + - append -O to python interpreter args for equo and spritz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2940 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76367c132b6b1703e27e4f81107ec5e1c7ad4fa5 +Author: lxnay +Date: Sun Jan 25 19:01:16 2009 +0000 + + Entropy/Entropy System Daemon: + - small code refresh + Entropy/SystemManagerServerInterface: + - add thread lock on ServiceInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2939 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c6266cc39c887747e2d4e835b718dc10dca2b1b4 +Author: lxnay +Date: Sun Jan 25 17:25:12 2009 +0000 + + Entropy/Equo: + - searchOrphans: do not crash on symlink loops + Entropy/RepoInterface: + - when setting up a new gentoo profile and reverting the change, make sure to remove the old make.profile too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2938 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f2472ca9ac2190dad0228246eadb4b167699b946 +Author: lxnay +Date: Tue Jan 20 20:00:21 2009 +0000 + + Entropy/SystemManagerExecutorServerRepositoryInterface: + - always flush stdout before closing it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2937 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 730b0f237b466844342bda905b734e4aa0db1980 +Author: lxnay +Date: Tue Jan 20 19:56:45 2009 +0000 + + Entropy/TODO: + - update TODO :-) + Entropy/GUI Repository Manager: + - rework the structure to avoid calling GUI functions outside the main thread, since GTK libs are not completely thread-safe + - add a bunch of bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2936 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 343bd0835fad69e22b48a5d05cde3c194f233b9f +Author: lxnay +Date: Tue Jan 20 19:41:22 2009 +0000 + + Entropy/ServerInterface: + - when downloading a remote db revision file, check if the download itself went fine + Entropy/SystemManagerExecutorServerRepositoryInterface: + - remove some debugging output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2935 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fcb6469432d229e29f61f6e3a554aa65cb8ea288 +Author: lxnay +Date: Sun Jan 18 12:26:45 2009 +0000 + + Entropy/SystemManagerServerInterface: + - load_queue_ext_rc, store_queue_ext_rc: queue_id is int... + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2934 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97c4d47219d8bcf6b4dc0df26fc432429fdaafd3 +Author: lxnay +Date: Sun Jan 18 12:22:17 2009 +0000 + + Entropy/ServerInterface: + - when uploading a new database, show a simple package sets summary + Entropy/EquoInterface: + - packageSetList, packageSetSearch: add matchRepo argument + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2933 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 52a7d3c35c6a963fcee99f4bb4b6f58575aa30f4 +Author: lxnay +Date: Sun Jan 18 11:58:40 2009 +0000 + + Entropy/SystemManagerServerInterface: + - fix remove_queue_ext_rc + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2932 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2ac214ef2b93ba038417f4ee41ec839371f7688c +Author: lxnay +Date: Sun Jan 18 11:51:02 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/SocketHostInterface: + - use the 'with' statement when dealing with code inside thread locks + Entropy/SystemManagerServerInterface: + - move queue items extended result objects away from the main dictionary, this will fix the performance issue with long queues + - use the 'with' statement when dealing with code inside thread locks + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2931 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97b2649568062c8c5b580a1d9f8b252acafe0f16 +Author: lxnay +Date: Sat Jan 17 17:29:48 2009 +0000 + + Entropy/SystemSettings: + - improve internal dictionary handling and move live_unmasking dict away from the persistent dict + Entropy/Spritz: + - improve reliability of the queue clean button, especially when masked packages have been selected + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2930 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 955514a67277bf08a671461b140cc3629cf2eb2e +Author: lxnay +Date: Sat Jan 17 17:02:49 2009 +0000 + + Entropy/Spritz: + - Package Unmask dialog: make sure to only enable valid treeview elements and filter out garbage like parent categories + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2929 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7d763ec82d298cff218de1ec80e78d6c53c3acb +Author: lxnay +Date: Sat Jan 17 16:56:14 2009 +0000 + + Entropy/Spritz: + - fix Undo Remove feature, should work as expected now + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2928 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f912a1b42e1001b165bb82c4d0f17f3da3cdb00 +Author: lxnay +Date: Sat Jan 17 16:55:47 2009 +0000 + + Entropy/*: + - do not use mapping objects in function arguments but default them to None and use isinstance instead. Mapping objects can be really b*stards + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2927 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26aa683cf61f7540e4269000daae98dee65290e5 +Author: lxnay +Date: Sat Jan 17 15:13:06 2009 +0000 + + Entropy/Spritz: + - move the exception window to its own dialogs.py class + - make every Spritz-based app to use ExceptionDialog directly to reduce code duplication + - remove gtkEventThread since it's not needed anymore + - fix traceback string reported by Spritz, which was a bit confusing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2926 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d3580c2ab98f52c6cc61eb3306b17a8af30e3593 +Author: lxnay +Date: Sat Jan 17 15:10:36 2009 +0000 + + Entropy/Equo: + - always destroy EquoInterface when required at the end of the processing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2925 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 11df5aa314277290c6deecf4513f24500687d2f6 +Author: lxnay +Date: Sat Jan 17 15:10:01 2009 +0000 + + Entropy/SecurityInterface: + - generate advisories cache on every new fetch if xcache is enabled + Entropy/EntropyCacher: + - fine tune while loops + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2924 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f75ae7e975a6544f99f0fcbe5b7d414b86adc78c +Author: lxnay +Date: Sat Jan 17 15:08:45 2009 +0000 + + Entropy/dumpTools: improve module speed by pre-allocating global variables + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2923 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ccea15cbe1c3993a805eac4c89554d59bec96dbb +Author: lxnay +Date: Sat Jan 17 13:13:29 2009 +0000 + + Entropy/Spritz: + - when aborting the queue processing, do not tell the user that there's been an error, PEBKAC is always behind the corner + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2922 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c660b43ae7d75461625b944185aa1dcd945893c5 +Author: lxnay +Date: Sat Jan 17 13:05:36 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/LogFile: + - standardize time stamp in log files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2921 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3c76a90f174662cc9e94dc7f170f932007acbcb5 +Author: lxnay +Date: Sat Jan 17 11:15:16 2009 +0000 + + Entropy/Spritz: + - in confirmation dialogs and queue view, show packages marked for removal at the top + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2920 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb3f7cf44d1f8f1236a096923316c960ccd9e8c9 +Author: lxnay +Date: Sat Jan 17 09:26:17 2009 +0000 + + Entropy/Spritz: + - Queue tab: add Clean button to reset the current package queue + - improve package search speed (string.find is ways faster) + - enable list search in the Advisories tab + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2919 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f002fbd6dc423442bdc75f40f96cef19eebe7e13 +Author: lxnay +Date: Fri Jan 16 21:38:04 2009 +0000 + + Entropy/Spritz: + - remove regular exceptions from package search and use simple string matching instead, average users will appreciate + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2918 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 66972dd7789e2a86c2818ee87f814262eea1c3f1 +Author: lxnay +Date: Fri Jan 16 21:14:20 2009 +0000 + + Entropy/entropyTools: + - lifobuffer: improve reliability + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2917 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e0eda1afbddc86b40b15b11aa02a22ff24e304a0 +Author: lxnay +Date: Fri Jan 16 21:09:52 2009 +0000 + + Entropy/Spritz: + - improve reliability when dealing with repository changes, always clear all caches and queues + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2916 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 02f2b17bba751425cfbd4b0494b70f856bfe3b9a +Author: lxnay +Date: Fri Jan 16 20:23:40 2009 +0000 + + Entropy/EquoInterface: + - reorder __init__ calls to avoid possible dumpTools lock under certain circumstances + Entropy/EntropyCacher: + - improve reliability + Entropy/entropyTools/lifobuffer: + - improve reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2915 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8af814a0ae312e594a0172a3d25427cf3ea055a8 +Author: lxnay +Date: Fri Jan 16 20:19:29 2009 +0000 + + Entropy/Spritz: + - implement settings validator map, to avoid loading invalid settings from the xml file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2914 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca700989f18102e6178a2e444b8947213b3eabe9 +Author: lxnay +Date: Fri Jan 16 16:26:32 2009 +0000 + + Entropy/Spritz: + - when saving preferences to config file, trap IOError and OSError exceptions and return the error message back for further handling (in this case, a simple okDialog call) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2913 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 13d2fea80b2dbcc1056ce41ed56d994362b606d1 +Author: lxnay +Date: Fri Jan 16 15:52:08 2009 +0000 + + Entropy/translations: + - sync translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2912 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 582eab8eae3df618cf44fcf0e84d34ecfeaeeb44 +Author: lxnay +Date: Fri Jan 16 15:36:54 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/entropyConstants: + - remove conflicting_tagged_packages from etpConst and move to a 'per-repo' config file + Entropy/SystemSettings: + - handle new conflicting tagged packages file per-repo + Entropy/RepoInterface: + - when syncing the repo, download the new conflicting tagged packages file + Entropy/ServerInterface: + - handle the new conflicting tagged packages file (upload/download) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2911 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 83b5030e40f78b1a1c50e4681d3332edb5556aab +Author: lxnay +Date: Fri Jan 16 13:50:50 2009 +0000 + + Entropy/ServerInterface: + - when checking if a repository is valid, spawn openServerDatabase with is_new = True + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2910 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 141241a1ec622091d4e7cd87e7337f145ada4775 +Author: lxnay +Date: Fri Jan 16 13:45:01 2009 +0000 + + Entropy/SystemSettings: + - before bugging the Entropy client database on scan() check if it's valid and initialized + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2909 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f7c6b8e94449a0183ac84064fb60df33d2c0aa5 +Author: lxnay +Date: Fri Jan 16 13:40:41 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/PackageSettings class: + - rename to SystemSettings + - add filesystem directories and its mask parsers + Entropy/*: + - rename PackageSettings to SystemSettings + Entropy/SystemSettings: + - improve parsers code and speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2908 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f102d28c8de6960aa8850aeb55669c55de40b5c +Author: lxnay +Date: Fri Jan 16 13:37:04 2009 +0000 + + Entropy/Spritz: + - add entropy-repo-manager split executable and desktop file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2907 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6764c067e3e4b14c42ffb698f6d8c858b5eb9746 +Author: lxnay +Date: Fri Jan 16 12:17:07 2009 +0000 + + Entropy/conf: + - move etpConst filesystem info settings to config files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2906 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b03355003296c93a2b9d84a81770b9de1f77c14 +Author: lxnay +Date: Thu Jan 15 17:31:22 2009 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2905 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5fcbef311503b6733a0767a41550be22bf9e1825 +Author: lxnay +Date: Thu Jan 15 17:31:06 2009 +0000 + + Entropy/EquoInterface: + - generate_dependency_tree: added support for PDEPENDs, which will be sorted correctly now, after the package itself + Entropy/EntropyDatabaseInterface: + - new method retrievePostDependencies, useful to retrieve PDEPENDs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2904 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fa51b1576c87e5209d96830bc84b9cf562871344 +Author: lxnay +Date: Thu Jan 15 10:46:55 2009 +0000 + + Entropy/Reagent/Community Repos/ServerInterface: + - implement server-side database backup and restore tool + Entropy/EquoInterface: + - list_backedup_client_databases: add client_dbdir parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2903 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce069e52a3c38d7cb288574d0b65aab3eb43dbd0 +Author: lxnay +Date: Wed Jan 14 23:54:23 2009 +0000 + + Entropy/translations: + - sync translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2902 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aa307fe4b8ad561fb5bdd7b76ff890bd62c829db +Author: lxnay +Date: Wed Jan 14 22:39:39 2009 +0000 + + Entropy/Spritz: + - implement package sets add/removal feature + - InputDialog: implement ListStore/TreeView for EquoInterface.inputBox() + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2901 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c1623dfc9ac050ddbc4fbcf99a7ed51a753e72e +Author: lxnay +Date: Wed Jan 14 22:38:20 2009 +0000 + + Entropy/EquoInterface: + - remove_user_package_set, add_user_package_set: also return a message description of the action taken + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2900 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7a6c7abb4dfdccc1a3435c6631f52f309370660 +Author: lxnay +Date: Wed Jan 14 15:32:20 2009 +0000 + + Entropy/Spritz: + - improve package sets support + - update code to reflect API changes in EquoInterface on packageSetMatch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2899 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de6d8e7aac0c9a41696d487fd18424fb5b97f1f6 +Author: lxnay +Date: Wed Jan 14 15:31:28 2009 +0000 + + Entropy/Spritz: + - elaborateUndoremove: verify that dep_tree dict contains a 0 key before popping it out + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2898 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 854595f6cff027dd7796771767a14b80cecf5529 +Author: lxnay +Date: Wed Jan 14 15:30:35 2009 +0000 + + Entropy/EquoInterface: + - new method add_user_package_set + - new method remove_user_package_set + - change API on packageSetMatch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2897 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 93d8e990b107943d7b739f0e7b367d2688e0d08b +Author: lxnay +Date: Wed Jan 14 12:41:53 2009 +0000 + + Entropy/Spritz: + - add SpritzApplication argument to EntropyPackageView __init__ + - spawnUgcUpdate: filter out SystemExit exceptions + - addPackages: improve speed, avoid to trash cache on every call + - preliminary implementation of the package re-masking feature + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2896 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 927e10b6527821545e1fd89e469868cde3b9102d +Author: lxnay +Date: Wed Jan 14 12:36:44 2009 +0000 + + Entropy/EquoInterface: + - is_match_unmasked_by_user, is_match_masked_by_user: change returning result and check if match passed is valid + - mask_match: remove EntropyCacher sync from the function, move it to clear_dump_cache + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2895 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit adac2e6dbff30765b389277f1d001e270c64867d +Author: lxnay +Date: Tue Jan 13 11:05:44 2009 +0000 + + Entropy/EquoInterface: + - properly initialize EntropyCacher during EquoInterface.__init__ to avoid entering in a cache cleanup loop that causes it to be always cleared up + Entropy/EntropyCacher: + - add async argument to the push method to choose if to write the cache directly to disk or queue it into the CacheBuffer + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2894 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 595488824fec5202db827bf0151a78b2fbf080cf +Author: lxnay +Date: Tue Jan 13 10:53:16 2009 +0000 + + Entropy/Spritz: + - fix 'review for install' button style + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2893 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f5c18873fa32b2b3ab6a9501c2fd3f0028d2f826 +Author: lxnay +Date: Tue Jan 13 10:49:36 2009 +0000 + + Entropy/Equo: + - when restoring a database backup, check if the choice selected by the users is valid + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2892 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78bb31fed8e9c2b8be7ae22330ee98965f263d7f +Author: lxnay +Date: Tue Jan 13 10:47:13 2009 +0000 + + Entropy/Equo: + - do not use text_configuration module but load EquoInterface instead when caching on exit + - small syntax updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2891 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91bee1c1c7663eb00100edcd6bfa545d915858e6 +Author: lxnay +Date: Mon Jan 12 08:51:05 2009 +0000 + + Entropy/EquoInterface: + - some code style updates + - fix packageSetMatch for repository-based package sets + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2890 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb1da44206ceb1214fab444195f8ca65b98adee9 +Author: lxnay +Date: Mon Jan 12 08:49:04 2009 +0000 + + Entropy/Spritz: + - make package sets menu popping up correctly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2889 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 189daebd377b35d9ec843e9a46ccb03d1d04ecc6 +Author: lxnay +Date: Mon Jan 12 08:48:21 2009 +0000 + + Entropy/translations: + - update Catalan + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2888 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9912dee8c88d57243db2bf36e16b9b5f020c1472 +Author: lxnay +Date: Mon Jan 12 08:47:35 2009 +0000 + + Entropy/translations: + - final sync + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2887 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f5fb4a768ad314e580cb04f8b085c7f1a3b1060e +Author: lxnay +Date: Sun Jan 11 21:27:32 2009 +0000 + + Entropy/entropyConstants: + - move cache files extension string to etpConst + - fix the Entropy code accordingly + Entropy/EntropyCacher: + - add sync method to force a cache flush + - implement a thread lock to be thread-safe + Entropy/EquoInterface: + - fix a bug with cache cleaning after masking/unmasking packages + - scan PackageSettings at every instance load to ensure proper settings reads + - get_masked_packages_tree: some speed improvements + - is_match_masked_by_user: new method, makes easy to check if a package has been masked by the user + - is_match_unmasked_by_user: same as above, new method + - mask_match, unmask_match: rewrite the management of package masking and make possible to mask a package from the interface too (only unmask was previously implemented) + - mask_match, unmask_match: make possible to mask/unmask by key + slot coupling (app-foo/foo:2) + Entropy/EntropyDatabaseInterface: + - improve speed of idpackageValidator child methods + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2886 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30ed52ccc7fb289dfa3f0e2259546c98012e92e4 +Author: lxnay +Date: Sun Jan 11 10:30:56 2009 +0000 + + Entropy: + - move etpConst['packagemaskingreasons'] to EquoInterface.PackageSettings dict + - add reverse dict in EquoInterface.PackageSettings to standardize the package masking identifiers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2885 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5452d87beb17ed94f00c03bd88e4deb0ea56e7f8 +Author: rogerc +Date: Sun Jan 11 10:06:50 2009 +0000 + + update ca.po + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2884 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d70fca2121eddf77872862b9b008322db15a4937 +Author: lxnay +Date: Sun Jan 11 00:03:56 2009 +0000 + + Entropy/Spritz: + - fix possible hangs when output string is longer than the maximum terminal width + - create common method gtkLoop to be used as GUI refresher + - improve add_atoms_to_queue speed and add matches parameter to provide already matched packages directly + - implement deptest and libtest features + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2883 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7de3b90137da083c58a46a775533eb8845b37037 +Author: lxnay +Date: Sun Jan 11 00:01:16 2009 +0000 + + Entropy/EquoInterface: + - libraries_test: return dict as first tuple element if ldconfig is not found + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2882 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8775fb28b897069f6d71195f0959f51ef36350bb +Author: lxnay +Date: Sat Jan 10 22:38:18 2009 +0000 + + Entropy: + - when removing items from sets, use their discard() + Entropy/EquoInterface: + - libraries_test: add an abort hook + - clear_dump_cache: catch OSError exceptions on os.remove + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2881 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9d3277e00aa232cd2d476a45f64266242c735ce3 +Author: lxnay +Date: Thu Jan 8 23:43:29 2009 +0000 + + Entropy: + - when using EntropyCacher, always try to pass it a shadow copy of the object + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2880 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c53824ebd9da71de5f7b9ec217ea8a5f28ddf6c2 +Author: lxnay +Date: Thu Jan 8 23:42:56 2009 +0000 + + Entropy/dumpTools: + - also catch RuntimeError exceptions on dumpobj + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2879 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f45b8f8e16e6f1410732bb5bac04ea2704b3095a +Author: lxnay +Date: Thu Jan 8 23:42:13 2009 +0000 + + Entropy/deptest: + - check if packages proposed for install can be updated + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2878 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 16cc327185c231d1c8673b20d7e5358696646268 +Author: lxnay +Date: Thu Jan 8 23:41:32 2009 +0000 + + Entropy/Spritz: + - more debugging info on the queue processor + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2877 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 23e75cb12c8b2a815d22065c24bbd131a626d735 +Author: lxnay +Date: Thu Jan 8 22:48:13 2009 +0000 + + Entropy/Spritz: + - libtest, initial implementation, more tomorrow + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2876 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2ffb634db210abf6458e84adbc4c0f1c230be424 +Author: lxnay +Date: Thu Jan 8 22:45:52 2009 +0000 + + Entropy/Spritz: + - implement deptest feature + - stub implementation of libtest + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2875 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d06bd54864cc73cdf658414ed8e6b91d45d53562 +Author: lxnay +Date: Thu Jan 8 22:45:24 2009 +0000 + + Entropy/TODO: + - reorganize TODO list + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2874 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5e0d6cc1038fb832a83b9307bfb61862943b41b +Author: lxnay +Date: Thu Jan 8 22:42:56 2009 +0000 + + Entropy/dumpTools: + - loadobj: since we are multithreaded, a file can be removed between the availability check and the open() call, so, trap IOError and why not, also OSError exceptions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2873 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 77fcacda8342fe268e4b6bdb3c29216796208f1f +Author: lxnay +Date: Thu Jan 8 22:40:50 2009 +0000 + + Entropy/Equo: + - deptest: improve reliability and dependencies match + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2872 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9da61a6251e297bf8868d5c172926e225ef3ebf7 +Author: lxnay +Date: Thu Jan 8 21:56:57 2009 +0000 + + Entropy/translations: + - syncing translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2871 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e407217e37fdc0984c61a63c2db1408960cfcfe5 +Author: lxnay +Date: Thu Jan 8 20:13:43 2009 +0000 + + Entropy/Notification Applet: + - change config file name + Entropy/TODO: + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2870 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 272f80ee08b281a85de8f82a064f4e3905a71f40 +Author: lxnay +Date: Thu Jan 8 20:02:43 2009 +0000 + + Entropy/Spritz: + - allow colors customization + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2869 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4bf5d1d09394fca8e494df1b181f0c907f12e70a +Author: lxnay +Date: Thu Jan 8 15:56:43 2009 +0000 + + Entropy/entropyTools: + - add two new methods to convert dictionaries to XML and vice versa: xml_from_dict_extended, dict_from_xml_extended + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2868 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f72a95146d748e9f9af6d5ff186a8d7921e0208 +Author: lxnay +Date: Thu Jan 8 15:56:09 2009 +0000 + + Entropy/ServerInterface: + - openServerDatabase: add is_new parameter to allow skipping critical checks for new databases + Entropy/EquoInterface: + - list_repo_packages_in_category: return list instead of set + Entropy/EntropyDatabaseInterface: + - searchPackagesByCategory: improve code syntax + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2867 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 050370b0eee07ba5f09dbb3a55b47af7fdf69636 +Author: lxnay +Date: Thu Jan 8 14:18:31 2009 +0000 + + Entropy/Spritz: + - move all the colors variable to SpritzConf + - improve speed on the per-category packages view and enable rubber banding + - other misc changes to improve speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2866 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6124bcf10a08d89e0781e3c192242eb406ed2d28 +Author: lxnay +Date: Wed Jan 7 20:15:08 2009 +0000 + + Entropy/EquoInterface: + - atomMatch: some misc syntax adjustments + Entropy/RepoInterface: + - fix database download when Entropy API = 1 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2863 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d0ff5ba4a926d1a2f081dcc2072342c723ff803d +Author: lxnay +Date: Tue Jan 6 19:31:26 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - createCountersTable: do not drop table + - retrievePackageSets: if packagesets table is not available, return {} + - databaseStructureUpdates: - re-add counters and packagesets table check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2862 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9a19a9f69c90048db624bfec7a020b6b82e61e23 +Author: lxnay +Date: Tue Jan 6 19:24:25 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/Equo/Reagent/Activator: + - add short options (-p,-a,-v,-q,-pavq) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2861 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ecf484f5298e89890cf13a4b6be4cb6320e9613e +Author: lxnay +Date: Tue Jan 6 19:23:30 2009 +0000 + + Entropy/EquoInterface: + - retrieveInstallQueue: if treepackages doesn't contain 0 as key, return empty list + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2860 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1eda423bd72e37a7a1a709d74d1f3bc43826cad4 +Author: lxnay +Date: Tue Jan 6 18:56:27 2009 +0000 + + Entropy/EntropyCacher: + - introduce new cache management class, featuring async writes + Entropy/EquoInterface: + - make EquoInterface using EntropyCacher, gaining 15% more speed on non-cached atomMatch calls + - improve destroyer (destroy()) + - atomMatch: reorganize cache hashing + Entropy/FileUpdatesInterface: + - improve scanfs method syntax + - improve load_cache reliability + Entropy/SecurityInterface: + - __set_advisories_cache: make it a public method (set_advisories_cache) + Entropy/ServerInterface: + - implement destroyer (destroy()) + - ensure_paths: check if repository is in etpConst['server_repositories'] before spawning + Entropy/EntropyDatabaseInterface: + - fetchSearchCache: improve speed + - storeSearchCache: improve speed + - atomMatchFetchCache: improve speed + - atomMatchStoreCache: improve speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2859 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 98ed3fdc070b5d3ccf3750b358a40533bfc4a166 +Author: lxnay +Date: Tue Jan 6 18:48:56 2009 +0000 + + Entropy/entropyTools: + - TimeScheduled: add set_delay method + - TimeScheduled: remove try/except from do_delay, no longer needed + - lifobuffer: improve speed, add method clear and make it multithreading aware + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2858 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 357b2fe75462c0820d7dc15c97f7f074babf04c8 +Author: lxnay +Date: Tue Jan 6 18:47:06 2009 +0000 + + Entropy/outputTools: + - use SystemExit instead of sys.exit() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2857 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36136c3a7254093b53c903009f61a94abd4f2a64 +Author: lxnay +Date: Tue Jan 6 18:43:35 2009 +0000 + + Entropy/Equo: + - use SystemExit instead of sys.exit() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2856 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 384cb91025bf2f63bd60cfffdb5a84d1c995dd32 +Author: lxnay +Date: Tue Jan 6 18:43:09 2009 +0000 + + Entropy/Reagent: + - use SystemExit instead of sys.exit() + Entropy/Activator: + - use SystemExit instead of sys.exit() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2855 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e968c54eb6fbeb2ac3ce1e25956ac50863dde379 +Author: lxnay +Date: Tue Jan 6 18:42:28 2009 +0000 + + Entropy/Spritz: + - spritz python executable: use SystemExit instead of sys.exit() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2854 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8e601c4832bd2bc7b3f16427133dd03d842d15c +Author: lxnay +Date: Tue Jan 6 18:41:57 2009 +0000 + + Entropy/Spritz: + - remove killThreads, no longer needed thanks to SystemExit exceptions + - make rubber banding and package actions menu working the right way(TM) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2853 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6ac41432c24cda3696d035a0a263c280611e6005 +Author: lxnay +Date: Mon Jan 5 22:25:11 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - insertDependencies(): improve speed + - insertPackageSets(): improve reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2852 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f083b686ca05c44ec5692de37b54d348edc8192a +Author: lxnay +Date: Mon Jan 5 22:16:03 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - make insertPackageSets method working + - improve speed of listBranchPackagesTbz2 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2851 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9a7243351b4e5a3ec742c3a4424ae7f4a1271992 +Author: lxnay +Date: Mon Jan 5 21:38:12 2009 +0000 + + Entropy/ServerInterface: + - add parameter dbconn to update_database_package_sets + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2850 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cb5f2a8bbb0eb2a5c84691e2e93b224cbdf034b5 +Author: lxnay +Date: Mon Jan 5 21:22:33 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - addPackageToInstalledTable(): code style update + - insertPackageSets(): do not use an iter function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2849 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 031045bca59d9549e1e895a9f5720b80d83d0ca1 +Author: lxnay +Date: Mon Jan 5 21:04:47 2009 +0000 + + Entropy/EntropyDatabaseInterface: + - improve insertPackageSets + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2848 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 315453ef4c8fbda254897c7c8bff00d6fdedecfc +Author: lxnay +Date: Mon Jan 5 15:07:43 2009 +0000 + + Entropy/Spritz: + - fix rubber banding feature + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2847 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6341b436ce5c0374f6b6d9e4e67f1d2894cd5f0 +Author: lxnay +Date: Sun Jan 4 22:56:05 2009 +0000 + + Entropy/PortageInterface: + - fix package sets retrieval + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2846 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 416292576811d63429d4a36da003bd6f7427d25b +Author: lxnay +Date: Sun Jan 4 22:51:17 2009 +0000 + + Entropy/PortageInterface: + - fix package sets retrieval + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2845 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 684f0da008df941784f778e86a34744aac9c7a2f +Author: lxnay +Date: Sun Jan 4 21:07:04 2009 +0000 + + Entropy/translations: + - update Spanish translation + - update Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2844 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf90788585c62a914c3ce1b324af2ade403f304c +Author: lxnay +Date: Sun Jan 4 14:10:57 2009 +0000 + + Entropy/translations: + - sync and update, + svn ci -m Entropy/translations: + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2843 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d4b919f1fafdaa1a0a86f8b2406cd705100b4294 +Author: lxnay +Date: Sun Jan 4 14:10:08 2009 +0000 + + Entropy/TODO: + - update TODO + Entropy/EntropyDatabaseInterface: + - new method retrieveUnusedIdpackages + Entropy/EquoInterface: + - new method unused_packages_test(), self explanatory + Entropy/Equo: + - new command 'unusedpackages', useful to search unused dependencies/packages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2842 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f876e7909e19bd0e366263f4cac067ff4b4b1443 +Author: lxnay +Date: Sat Jan 3 22:03:53 2009 +0000 + + Entropy/PackageInterface: + - __move_image_to_system: consider systemroot when generating my_remove_content + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2840 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30661a5ae65b2a6641c5eb60666d476915ce9a47 +Author: lxnay +Date: Sat Jan 3 21:50:40 2009 +0000 + + Entropy/PackageInterface: + - __move_image_to_system(): improve reliability of items_installed generation by forcing elements to their real path + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2838 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d872ecedf16f8bab343b6413dc627ba0521b447e +Author: lxnay +Date: Sat Jan 3 21:37:19 2009 +0000 + + Entropy/PackageInterface: + - fix differential packages removal when files are moved to a symlinked subdir to another while the real path is the same + - other speed improvements + Entropy/misc: + - misc syntax improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2836 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a3f3f01c674b7b0fb818083b0474bcc7d315db88 +Author: lxnay +Date: Fri Jan 2 21:57:13 2009 +0000 + + Entropy/matchContainer: bye bye class + Entropy/EquoInterface: + - get_package_action(): improve speed + - get_masked_packages_tree(): improve speed and reliability + - generate_dependency_tree(): improve speed + - _lookup_inverse_dependencies(): improve speed through caching + - get_required_packages(): slightly improve speed + - retrieveInstallQueue(): disable some useless output if quiet == True + Entropy/PackageInterface: + - use database method getVersioningData in __generate_install_metadata() + Entropy/ServerInterface: + - revert undefined symbols check on libtest since there can be a LOT of false positive + Entropy/EntropyDatabaseInterface: + - searchKeySlot(): split key and change SQL to improve speed by 15 times + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2833 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b4a2a668fee7f65eeeacd0433fa39391c5e3001 +Author: lxnay +Date: Fri Jan 2 21:34:11 2009 +0000 + + Entropy/Spritz: + - improve speed on calls involving queue add/remove methods + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2832 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ba980b877fce333a29355d31bfb7e4eabd4dd91 +Author: lxnay +Date: Fri Jan 2 16:53:41 2009 +0000 + + Entropy/translations: + - sync template and translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2831 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 074bd3d9aaefeead1917bff0dfd160cb878ebb31 +Author: lxnay +Date: Fri Jan 2 13:10:57 2009 +0000 + + Entropy/entropyTools: + - some optimizations to the elf metadata reading/parsing functions + - new function read_elf_broken_symbols + Entropy/QAInterface: + - libraries_test: implement broken symbols check, optional + Entropy/ServerInterface: + - always enable broken symbols check on libtest + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2830 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79a6e17d06225082c653b55e058af204a88b8f07 +Author: lxnay +Date: Fri Jan 2 13:09:32 2009 +0000 + + Entropy/Spritz: + - always lock main window when showing a wait window + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2829 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 562b4c4bb9e799544332bee80bf1ffe79aae2454 +Author: lxnay +Date: Thu Jan 1 20:48:11 2009 +0000 + + Entropy/Spritz: + - lock UI components during queue processing + - tweak urlFetcher a bit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2828 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7aad9d849488791715dfd2518c224efa67cc6762 +Author: lxnay +Date: Thu Jan 1 17:38:42 2009 +0000 + + Entropy/Spritz: + - urlFetcher: do not flood the X server (through GTK) with gazillions of redraws + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2827 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7634165d509dd18d4594e36e845dd78b1dbcfa71 +Author: lxnay +Date: Thu Jan 1 17:37:40 2009 +0000 + + Entropy/Spritz: + - do not corrupt the package queue when saving it through the relative button + - catch processPackageQueue exceptions if in debug mode + - fix set_subLabel() markups handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2826 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dbb61f4cef446049724e2835cd19d0b01c1eb46f +Author: lxnay +Date: Thu Jan 1 17:32:40 2009 +0000 + + Entropy/Spritz: + - every time we enter the queue add/remove functions show a nice please wait dialog + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2825 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19f9ed62745b3df8e5bfdf97f8102683fc752944 +Author: lxnay +Date: Thu Jan 1 17:31:32 2009 +0000 + + Entropy/TriggerInterface: + - fix subprocess.call function call + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2824 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff606ff438c7a1ab87a5263ffdef789f03dd3a58 +Author: lxnay +Date: Thu Jan 1 17:31:10 2009 +0000 + + Entropy/entropyTools: + - bye bye old uncompressTarBz2 function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2823 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b23d900424eab3a3368ab81347ed98f1f05272da +Author: lxnay +Date: Thu Jan 1 10:36:14 2009 +0000 + + Entropy/EquoInterface: + - move __del__ calls to a new destroy method and call it inside __del__ + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2822 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 674c59fd2eb24d4a4443c4a7345c3dc55ca4473d +Author: lxnay +Date: Thu Jan 1 08:44:09 2009 +0000 + + Entropy/LogFile: + - improve code quality + Entropy/EquoInterface: + - close clientLog file on object deletion + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2821 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5789467a93be5583dfd886c805753f7283f5ce37 +Author: lxnay +Date: Wed Dec 31 17:42:31 2008 +0000 + + Entropy/l10n: + - update translations + - sync translations + - update NL translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2820 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 93176ad2ca5202a942236595f76a3795a1dc6535 +Author: lxnay +Date: Wed Dec 31 08:33:18 2008 +0000 + + Entropy/entropyTools: + - applicationLockCheck: raise SystemExit exception instead of sys.exit + Entropy/EquoInterface: + - changed dependencies calculation results, always pull in updated dependencies, deep_deps now works with revisions, disabled 'needed' check + Entropy/entropyConstants: + - fix a small bug in const_setupEntropyPid: that caused to report entropy as locked if entropy.pid is found but empty + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2819 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4bf56a99c3063b613ead750ab66fde3bf7d99b29 +Author: lxnay +Date: Tue Dec 30 18:43:16 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/entropyConstants: + - say goodbye to etpRSSMessages + - other cosmetical fixes + Entropy/EquoInterface: + - close LogFile instance's file on instance delete + - wipe os.system() calls + - rewrite get_meant_packages() to use SOUNDEX features of SQLITE3 + - replace old and slow filterSatisfiedDependencies with get_unsatisfied_dependencies, which is faster and more reliable (added NEEDED check by default) + - improve speed of generate_dependency_tree + - improve speed of get_required_packages + - fix get_world_update_cache_hash() + - improve speed of retrieveInstallQueue + - make __unpack_package reporting the right error on uncompressTarBz2 if this crashes + - remove Python 2.4/2.5 workarounds since they are not needed anymore, being entropyTools.uncompressTarBz2 fixed forever (handling UTF-8 filenames correctly) + - adjust __move_image_to_system for the changes above + - __move_image_to_system, if an error is caught on shutil.move, do not crash but report it to user instead + Entropy/TriggerInterface: + - replace os.system() with subprocess.call() + - remove unused nspluginwrapper trigger + Entropy/ErrorReportInterface: + - add locale output + - get the full content of ps auxf, not just the first 80 chars + - update handler accordingly (handlers/) + Entropy/LogFile: + - close log file on object deletion + Entropy: + - import subprocess by default + Entropy/EntropyDatabaseInterface: + - remove etpRSSMessages and use a ServerInterface variable instead + - add new method getVersioningData, useful to speed up other Entropy areas + - improving speed of other functions adding more one-liners conditionals + - add new method retrieveNeededRaw, useful to speed up other Entropy areas + - improve speed of retrieveDependenciesList, everything can be done at SQL level + - new method searchSimilarPackages that uses SOUNDEX to retrieve similar package/atom names + - improve speed of listAllCategories + - shrink databaseStructureUpdates + - remove old and dusted method + - improve speed of doDatabaseImport + - improve speed of database_checksum + - group multiple .cursor.execute using .cursor.executescript + - improve speed of __filterSlotTagUse + Entropy/entropyTools: + - improve speed and reliability of uncompressTarBz2 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2818 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4466907e2b2b65b6e20b33b1f39a9d7d660191c8 +Author: lxnay +Date: Tue Dec 30 09:37:24 2008 +0000 + + Entropy/conf: + - disable files backup by default + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2817 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3588f90e10726265e2a78562aad40f48cbf0630f +Author: lxnay +Date: Mon Dec 22 21:29:29 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - remove updatePackage: not needed anymore + - improve handlePackage execution speed + - improve addPackage execution speed + - improve removePackage execution speed (dropping backward compat with ancient databases) + - move rss handling to their own functions + - improve speed of regenerateDependsTable + - add method addDependsRelationToDependsTable + - add method clearDependsTable + - improve isDependsTableSane reliability + - reduce length of removeDependencyFromDependsTable + - improve speed and reliability of clearCache + - improve speed of insertContent by using map() + - update retrieve_packages_to_remove + Entropy/PackageInterface: + - improve speed of _install_package_into_database + Entropy/EquoInterface: + - optimize get_world_update_cache_hash + - optimize get_available_packages_chash + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2816 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 20632c7e27cdf4d382a584dd830bfd4bf111a276 +Author: lxnay +Date: Mon Dec 22 21:23:03 2008 +0000 + + Entropy/entropyConstants: + - add dependstable to the SQL db generation string + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2815 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7df9cb737995a9db7483708bbb98c4beded4e8b9 +Author: lxnay +Date: Mon Dec 22 21:22:22 2008 +0000 + + Entropy/Spritz: + - improve packages treeview population speed by optimizing objects retrieval functions (15% faster) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2814 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9dc8cb7a80f486bd2e38957ce774f38b7a028dae +Author: lxnay +Date: Mon Dec 22 21:20:36 2008 +0000 + + Entropy/client: + - re-add kdmrc to configprotectskip + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2813 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0e48328cadcc0df6522f0cfa1b216c0d25f9600 +Author: lxnay +Date: Sun Dec 21 19:10:31 2008 +0000 + + Entropy/dumpTools: + - use a safer with statement while opening file objects in loadobj and dumpobj functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2811 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0135894c208720bf2c2763c3c0fda4a42972763a +Author: lxnay +Date: Sun Dec 21 16:20:03 2008 +0000 + + Entropy/PackageInterface: + - rework run_stepper() and avoid using infinite elif conditionals + Entropy/PortageInterface: + - disable forking on spm_doebuild call to improve speed by 25% (need to verify memleaks) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2810 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 49ad66265c3e1b0a46e5df27424d58e22e04377e +Author: lxnay +Date: Fri Dec 19 01:03:18 2008 +0000 + + Entropy: + - when using os.fork(), always force child process to quit using os._exit() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2808 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3310d3c1950f6bda79ecc78d25c0c8c61bdfcc9c +Author: lxnay +Date: Thu Dec 18 14:33:06 2008 +0000 + + Entropy/PortageInterface: + - when etpUi['mute'] is set, run_fixpackages() will be silent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2807 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e6de7abdaa2967ad52b009850d55351d9a4c85e +Author: lxnay +Date: Thu Dec 18 11:42:02 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - runTreeUpdatesSlotmoveAction(): fix slotmove action execution under very rare conditions + - filterTreeUpdatesActions(): improve reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2805 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3e6c211895a675085618a925a782cfa79ab6760 +Author: lxnay +Date: Thu Dec 18 10:35:37 2008 +0000 + + Entropy/TODO: + update TODO + Entropy/EntropyDatabaseInterface: + - slightly improve atomMatch speed + - add method uniformBranch + Entropy/EquoInterface: + - fix a small type issue in dependencies_test (nothing relevant) + - fix a small issue in generate_dependency_tree (nothing to worry about) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2804 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f57f6aa8881e2096cecb7833740e583c5e44b62 +Author: lxnay +Date: Wed Dec 17 21:23:41 2008 +0000 + + Entropy/Equo: + - smartpackagegenerator(): fix handlePackage database call values unpack + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2803 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a411d87aeb3e6ff619bd56e0ff1ab899eba65317 +Author: lxnay +Date: Wed Dec 17 12:21:03 2008 +0000 + + Entropy/Equo: + - completely remove PackageMaskingStorage stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2801 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f15ad492a473a7e22527d5ae890c52fc2ce3e37d +Author: lxnay +Date: Wed Dec 17 12:13:18 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - packagesFilter: remove atom parameter, being unused + - retrieveSystemPackages: fix method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2800 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a4bdc3bf3693148786a148025f939576f14023ee +Author: lxnay +Date: Wed Dec 17 12:10:23 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/System Packages: + - add user configurable system packages through /etc/entropy/packages/system.mask + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2799 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 284743975f89787f889de7ce40721fe0e4fc3365 +Author: lxnay +Date: Wed Dec 17 12:09:20 2008 +0000 + + Entropy/Spritz: + - improve dependencies calculation speed by using built-in map() and filter() methods + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2798 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca2afa3cb336cd9ac02c7cd1f924a871eca15288 +Author: lxnay +Date: Mon Dec 15 20:39:10 2008 +0000 + + Entropy/Equo/conf: + - remove kdmrc from configprotectskip| + Entropy/EquoInterface: + - fix addRepository() for tbz2 packages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2795 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e6f51377b7324ff1eaab7b7f9bb42b639846a2d3 +Author: lxnay +Date: Mon Dec 15 15:10:22 2008 +0000 + + Entropy/EquoInterface: + - repo_error_messages_cache must be a set() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2793 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 161a46d44963fc1c3c7529e332c7b5c89efe41e6 +Author: lxnay +Date: Mon Dec 15 15:02:48 2008 +0000 + + Entropy/ServerInterface: + - orphaned_spm_packages_test(): print packages not found in string form + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2792 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a11837e253a850112568742d31363aae30575c2 +Author: lxnay +Date: Mon Dec 15 15:01:23 2008 +0000 + + Entropy/ServerInterface: + - orphaned_spm_packages_test(): print packages not found in string form + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2791 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b45a1d74920ff0da3b86539cc1b270da16f3b3cb +Author: lxnay +Date: Mon Dec 15 14:59:05 2008 +0000 + + Entropy/ServerInterface: + - orphaned_spm_packages_test(): ease output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2790 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5794c3b671488c6dd7668aaecae428573d51c8db +Author: lxnay +Date: Mon Dec 15 14:57:58 2008 +0000 + + Entropy/Reagent: + - fix spm function call + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2789 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 14df3cbeda801807ace784dbf3bc42adc38a622a +Author: lxnay +Date: Mon Dec 15 14:55:43 2008 +0000 + + Entropy/Reagent: + - fix spm function call + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2788 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d62fc68e7c1993619432976302df55411c61846 +Author: lxnay +Date: Mon Dec 15 14:54:42 2008 +0000 + + Entropy/ServerInterface/Reagent: + - implement orphaned SPM packages scan + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2787 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a16edd0cbef4f22096c6ee7fb2b00d05131d8221 +Author: lxnay +Date: Sun Dec 14 18:49:25 2008 +0000 + + Entropy/EquoInterface: + - calculate_world_update(): fix some trivial and conceptual bugs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2785 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 520522cd4ffd5dc9d6aed1504972bc38afdaa2d2 +Author: lxnay +Date: Sun Dec 14 15:04:23 2008 +0000 + + Entropy: + - misc improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2784 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5337fdec113a9515eaf21e8a93d75cd7842ebbdf +Author: lxnay +Date: Sun Dec 14 13:23:52 2008 +0000 + + Entropy/caches: + - remove cache global variables + - say goodbye to const_resetCache, not needed anymore + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2783 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5693550221927d80525505edfb17a153d557bc9 +Author: lxnay +Date: Sun Dec 14 12:42:09 2008 +0000 + + Entropy/entropyConstants: + - get rid of etpRemoteFailures and maskingReasonsStorage global variables + Entropy/EquoInterface: + - apply entropyConstants changes + - new method get_masked_package_reason + Entropy/EntropyDatabaseInterface: + - hack to control idpackageValidatorCache size + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2782 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2efba57138739a3952b1e18f8d3ae9ef53962a67 +Author: lxnay +Date: Sat Dec 13 09:58:00 2008 +0000 + + Entropy/ServerInterface: + - in for cycles, unpack tuples directly + - append treeupdates info to binary packages too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2781 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f3e8d8996165fa8fd4507a9198fe1ff533103fa +Author: lxnay +Date: Fri Dec 12 17:50:50 2008 +0000 + + Entropy/UGCClientInterface: + - login/do_login(): ability to force re-login + Entropy/Spritz: + - do not remove login credentials inside UGC preferences when clicking on Generate Login + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2779 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 38136eefa25d1c80b2d2fab794548b552424fd02 +Author: lxnay +Date: Fri Dec 12 17:41:27 2008 +0000 + + Entropy/Spritz: + - properly show a wait window when running long tasks + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2778 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 050dccc39bd4cdb5314060033d0654fada9640b0 +Author: lxnay +Date: Fri Dec 12 17:27:16 2008 +0000 + + Entropy/Spritz: + - fix package voting from treeview + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2777 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c702b06974cfdf4550dc99ac0a415bb5adcb2304 +Author: lxnay +Date: Fri Dec 12 15:56:47 2008 +0000 + + Entropy/Spritz: + - when pressing Clear Cache, get back to the Repositories tab + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2776 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3787dc603041f0c5ac7eadf49f079dc354903381 +Author: lxnay +Date: Fri Dec 12 15:39:52 2008 +0000 + + Entropy/EquoInterface: + - goodbye listAllAvailableBranches + Entropy/Spritz: + - remove branch switching button, it's a critical task that should be done only with brain ON + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2775 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 312c2e67f33e61b9a4b9d2c1c26ca7dc6bc6c635 +Author: rogerc +Date: Fri Dec 12 15:36:08 2008 +0000 + + update catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2774 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d0250f7d65176edcecef72e9b9489a6e4e239c43 +Author: lxnay +Date: Fri Dec 12 09:35:21 2008 +0000 + + Entropy/Equo: + - fix deptest packages install + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2773 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8106fbe551e495dd6b248bb372a445f85975d8ca +Author: lxnay +Date: Fri Dec 12 09:31:33 2008 +0000 + + Entropy/Spritz: + - fix available packages selection (for install) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2772 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 653247e29230391e415e5d624a4dc12ef37ea50c +Author: lxnay +Date: Thu Dec 11 19:15:33 2008 +0000 + + svn ci -m + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2771 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d3b8fe9138ddaf99a9eed7a5882b7492ad581aec +Author: lxnay +Date: Thu Dec 11 19:14:32 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - searchPackages: add just_id option to only pull idpackages in + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2770 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1555d3cefa598902e2060e74337ae972b241e251 +Author: lxnay +Date: Thu Dec 11 15:43:45 2008 +0000 + + tagging entropy 0.24.0 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2769 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb2fcbd42b05e6e45006fa0d865c156c6bb0961f +Author: lxnay +Date: Thu Dec 11 15:42:24 2008 +0000 + + Entropy/translations: + - update Italian translation + - sync others + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2768 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e46fd159e5f5be149352ddcb282950b32568a638 +Author: lxnay +Date: Thu Dec 11 10:47:39 2008 +0000 + + Entropy/EquoInterface: + - allow tagging entropy packages by setting ENTROPY_PROJECT_TAG inside the ebuild + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2767 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c9f2a293a5bc7ac91e83696f4145f7dd0995bca2 +Author: lxnay +Date: Thu Dec 11 00:05:42 2008 +0000 + + Entropy/Spritz: + - implement sources download here too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2766 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit daae0887d6e5c07051dd0e470e5c452663952dab +Author: lxnay +Date: Wed Dec 10 23:47:00 2008 +0000 + + Entropy/PackageInterface: + - new action implemented: source, useful to download packages source code + Entropy/Equo: + - add support for downloading source packages (equo source) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2765 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a27888e5d45e10390203ece7602017edc8fbc048 +Author: lxnay +Date: Wed Dec 10 17:27:24 2008 +0000 + + Entropy/Spritz: + - add fetch (download) only support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2764 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1d033a63dae80c58ac5d134aa30e44765c6d89d +Author: lxnay +Date: Wed Dec 10 17:03:06 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2763 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2281f0eb81d9105f09663e7faeb572d01e54e117 +Author: lxnay +Date: Wed Dec 10 17:02:47 2008 +0000 + + Entropy/Spritz: + - implement rubber banding support for package views, allows multiple package selections + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2762 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31c7feaaef187dc423f3128a3f2bd76598fe0cd2 +Author: lxnay +Date: Wed Dec 10 12:23:15 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/Reagent: + - add configuration files updates check + Entropy/translations: + - update translations and template file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2761 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31f5477066b5deb0fb0ce4df46bf142eca5aee93 +Author: lxnay +Date: Wed Dec 10 12:20:10 2008 +0000 + + Entropy/ServerInterface/ServerMirrorsInterface: + - block database upload and updates if there are uncommitted configuration files (reworked) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2760 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f054c3fbe4a0039d03a30490e005ec8807b07eac +Author: lxnay +Date: Wed Dec 10 11:51:06 2008 +0000 + + Entropy/ServerInterface/ServerMirrorsInterface: + - block database upload if there are uncommitted configuration files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2759 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 128e7a34a1a6973221bb7b071796f7039f79ad23 +Author: lxnay +Date: Wed Dec 10 00:22:14 2008 +0000 + + Entropy/UGCClientInterface: + - fix thread locking issues with calling the login method inside do_cmd + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2758 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd6f2f0ae53a25b3a312eadbe31b8d2080e8a55c +Author: lxnay +Date: Wed Dec 10 00:09:22 2008 +0000 + + Entropy/SocketInterface: + - fix previous commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2757 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26103471b0ce9637fccc89c1d1c37e65efb03d3a +Author: lxnay +Date: Tue Dec 9 23:54:02 2008 +0000 + + Entropy/SocketInterface/RequestHandler: + - fix transmit method call + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2756 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0bad1818059841db547d1fff7ccb47e3ff385491 +Author: lxnay +Date: Tue Dec 9 23:50:51 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - do not crash on createPackagesetsIndex + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2755 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d70c6572634972f9d9a5ed2236937243781714ba +Author: lxnay +Date: Tue Dec 9 22:56:50 2008 +0000 + + Entropy/Spritz: + - remove translatable flag from gtk-undo item in spritz.glade + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2754 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4537846a99bbce3599b3f928241a55090215b92d +Author: lxnay +Date: Tue Dec 9 22:50:10 2008 +0000 + + Entropy/translations: + - sync translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2753 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3fd734fef4ed25990d0d8d1d0de95b65c6f329b +Author: lxnay +Date: Tue Dec 9 22:30:08 2008 +0000 + + Entropy/Equo/libtest: + - show broken libraries in alphabetical order + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2752 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88c245c84599886b91fde1a84caf98d090b66ff9 +Author: lxnay +Date: Tue Dec 9 22:27:16 2008 +0000 + + Entropy/RepoInterface: + - _config_updates_make_profile(): if /etc/make.profile is broken, remove the symlink first + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2751 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ebe551db54ec3002cd1ee0949b6e73bed800fe7d +Author: lxnay +Date: Tue Dec 9 22:03:33 2008 +0000 + + Entropy/EquoInterface: + loadRepositoryDatabase(): check if repositoryName is a string + generate_depends_tree(): fix issues with system packages dependencies resolution (like sys-kernel/linux-sabaupm= + PackageSettings: + - on repos_system_mask_installed key, pull all the available idpackages using multiMatch, which seems better + - repos_system_mask_installed_keys: add helper dict to ease interaction + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2750 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 974a9183555f783960f2860e8690865d8147696e +Author: lxnay +Date: Tue Dec 9 21:27:38 2008 +0000 + + Entropy/Spritz: + - kb/sec VS kB/sec + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2749 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8dc99622f236d246ef59cdb44f522dec0081234f +Author: lxnay +Date: Tue Dec 9 21:25:32 2008 +0000 + + Entropy/Spritz: + - improved usability: created the Queued tab to allow users review their changes before getting to the Queue tab + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2748 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de40ae7847f9c4a26883346009f60cb41e52c69b +Author: lxnay +Date: Tue Dec 9 20:23:37 2008 +0000 + + Entropy/Spritz: + - improve speed of elaborateUndoremove + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2747 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1f2a17ed7bd0f57da4fe6c1c0203425488076ac8 +Author: lxnay +Date: Tue Dec 9 18:58:45 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/Spritz: + - implement package sets support + - massive bugfix and remove support for packages in the Updates tab + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2746 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 11901f4c963428ab70a6ea57c30a4f6c8f39f37a +Author: lxnay +Date: Tue Dec 9 18:55:37 2008 +0000 + + Entropy/EquoInterface: + - packageSetExpand(): use etpConst['packagesetprefix'] length to remove the prefix (@) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2745 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 47c6252dc10ce50c8fc8cd7225a91eca89f530eb +Author: lxnay +Date: Tue Dec 9 13:12:31 2008 +0000 + + Entropy/TimeScheduled: + - make possible to sleep before spawning the function + Entropy/EquoInterface: + - packageSetMatch: return empty tuple if no matches are found (instead of empty dict) when multiMatch is not enabled + - generate_dependency_tree(): add flat option, to return a yet ordered dependencies list (instead of a dict) + - generate_dependency_tree(): slightly update speed when creating the final dictionary + Entropy/phpBB3AuthInterface: + - make possible to disable the update of the session table + Entropy/UGCCacheInterface: + - get_package_downloads(): always return int + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2744 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5592ecfb84311a4f71d5e82c923377e97e3e5449 +Author: lxnay +Date: Mon Dec 8 15:30:29 2008 +0000 + + Entropy/Spritz: + - GLSA info window: substitute labels with TextViews to avoid running off-screen :-) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2743 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8cadf2b6c961533e63286d105307cb564a3d025 +Author: lxnay +Date: Mon Dec 8 15:16:31 2008 +0000 + + Entropy/Spritz: + - on the Security advisories tab, when adding packages, always ask before adding + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2742 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b0f81146746abd525470d58be8c45d2935830a5a +Author: lxnay +Date: Mon Dec 8 14:52:57 2008 +0000 + + Entropy/Spritz: + - improve queue load/save speed + - make it working, eventually + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2741 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c18d09deb21f88e11381487d4a9bbb939b4fbc85 +Author: lxnay +Date: Mon Dec 8 14:16:04 2008 +0000 + + Entropy/Spritz: + - fix package masking dialog, transforming it into a simple window with GtkDialog functionalities + All this because GtkDialog widgets are always modal when running and in our case, the package properties window was locked + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2740 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 456270648981c9eca4d2b94a353febf132e3f21f +Author: lxnay +Date: Mon Dec 8 13:17:40 2008 +0000 + + Entropy/Spritz: + - fix warning GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2739 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f228e68597d33771997a76a1396a0ab235dc5560 +Author: lxnay +Date: Mon Dec 8 12:48:47 2008 +0000 + + Entropy/Equo: + - add support for package sets + Entropy/EquoInterface: + - group initConfig_entropyConstants calls in a stand-alone EquoInterface method + - half-implement in-memory repositories (will be completed upon request) + - atomMatch: support matchRepo for server-repos too + Entropy/TODO: + - update TODO + Entropy/EquoInterface: + - improve packageSetMatch method + - implement packagesExpand and packageSetExpand methods + Entropy/exceptionTools: + - implement new InvalidPackageSet exception + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2738 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46ba10dcbdf80ba924cc26872124a0dee1841b6f +Author: lxnay +Date: Mon Dec 8 10:17:14 2008 +0000 + + Entropy/Equo/Reagent: + - implement package sets search + Entropy/ServerInterface: + - implement packageSetList, packageSetSearch, packageSetMatch methods + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2737 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0172841210e116630f4aa520bb064bc9b60f36ff +Author: lxnay +Date: Mon Dec 8 09:11:52 2008 +0000 + + Entropy/phpBB3AuthInterface: + - improve phpbb username validation on registration + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2736 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd85e10164198d1cc3cd37697f6f30454e5ef088 +Author: lxnay +Date: Sun Dec 7 22:38:42 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - implement table structure for supporting package sets + - add methods to handle them: clearPackageSets(), insertPackageSets(), retrievePackageSets() + Entropy/Socket Server Interface: + - if command is not valid, return a CL answer + Entropy/Socket Server Client Interface: + - handle CL answers on receive() + Entropy/ServerInterface: + - add support for package sets, loading data from sets/ database dir subdirectory + - automatically handle them by updating the db at every change + Entropy/Repository Daemon: + - add EAPI3 support for package sets + Entropy/RepoInterface/EquoInterface: + - add support for package sets on sync + - add package sets match and search functions + more tomorrow + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2735 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 22d3400e7a2e1e3a6b5df8fa4df2b3df22e7a5ef +Author: lxnay +Date: Sun Dec 7 22:32:57 2008 +0000 + + Entropy/TODO: update TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2734 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f7cd190e9ac9865a126816f1384f6b9ba003c97 +Author: lxnay +Date: Sun Dec 7 19:28:05 2008 +0000 + + Entropy/entropyTools: + - add extract_packages_from_set_file method, just a helper function + Entropy/Package Masking inteface reworked: + - etpConst['packagemasking'] is gone, the Package masking interface changed name, now it's called PackageSettings and is a standalone class that can work like a simple python dictionary object + - adapt all the code to the new interface, which is close to final and pretty solid if compared to the old one etpConst['packagemasking'] dict and its issues (like being un-initialized) + Entropy/Package sets support: + - implement server-side methods (ServerInterface) to collect repository-defined sets + Entropy/urlFetcher: + - move some init code to stand-alone functions (setup_proxy and setup_resume_support method) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2733 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48e409da0c1be9ecab9c90763618f518c9476e80 +Author: lxnay +Date: Sun Dec 7 16:22:53 2008 +0000 + + Entropy/entropyConstants: + - empty system_packages list, we now have packages.db.system_mask, which is the best place to put system packages + Entropy/PortageInterface: + - add suport to package sets, introducing 3 new methods: get_set_config(), get_sets(), get_sets_expanded() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2732 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 809d7c210fece0c415e115063bf4b6b4155ceb50 +Author: lxnay +Date: Sun Dec 7 13:09:40 2008 +0000 + + Entropy/phpBB3AuthInterface: + - move _generate_sql() to RemoteDbSkelInterface, so every other class can benefit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2731 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1a3b088ed126962340caa0d4bdd17be6f0848eef +Author: lxnay +Date: Sun Dec 7 13:08:01 2008 +0000 + + Entropy/packages.db.mask syntax: + - remove branch parameter from file atoms syntax + - update code accordingly + Entropy/phpBB3AuthInterface: + - _generate_sql(): fix SQL update statement with utf-8 chars + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2730 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f398a91ca61d7da8ddc0d388bd69da9f06f3ce1e +Author: lxnay +Date: Sat Dec 6 16:20:43 2008 +0000 + + Entropy/DistributionUGCInterface: + - finalize SQL indexes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2729 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0d16ca71730d22a5cdbeeecfa70d63b09d2e9a3a +Author: lxnay +Date: Sat Dec 6 15:42:20 2008 +0000 + + Entropy/DistributionUGCInterface: + - fix previous commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2728 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7712fcb660aebd4843caead0cdb486cefd8e34ed +Author: lxnay +Date: Sat Dec 6 15:39:08 2008 +0000 + + Entropy/DistributionUGCInterface: + - make cache expiration time configurable per cache item + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2727 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b9c8956a890ea58d1ad3aef33d20002175e2488 +Author: lxnay +Date: Sat Dec 6 15:33:43 2008 +0000 + + Entropy/SocketInterface: + - when processing a command, make sure cmd_data (thus cmd) is valid (must be a dict) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2726 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1346bea707fa49ddc41ef82be84d1869438fd37 +Author: lxnay +Date: Sat Dec 6 15:28:49 2008 +0000 + + Entropy/dumpTools: + - getobjmtime(): fix dump_path generation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2725 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b44bf5350d4f4f5234c4f158dcbbbafcffd60ca8 +Author: lxnay +Date: Sat Dec 6 15:03:51 2008 +0000 + + Entropy/DistributionUGCInterface: + - add caching infrastructure to avoid running long queries multiple times returning the same result + - set cache expiration to 1 day by default + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2724 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 281de8e09771b50553b1907ac88faf6e38b27472 +Author: lxnay +Date: Sat Dec 6 11:31:40 2008 +0000 + + Entropy/DistributionUGCInterface: + - use SQL_CACHE MySQL feature on biggest queries + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2723 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9bcee6f1b633c36da2544e7e2c469320668fe509 +Author: lxnay +Date: Fri Dec 5 22:58:46 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/EquoInterface: + - avoid removal of system_mask-ed packages client-wide + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2722 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fa969f42ceb8cee9565f73ad3bdf9577178a0c97 +Author: lxnay +Date: Fri Dec 5 21:37:18 2008 +0000 + + Entropy: + - remove the use of list.sort() method in favour of sorted(list) + - implement a per-repository system packages mask, to force clients to install specified packages (like one of the slotted sys-libs/db packages for convenience), consider this an extension to system packages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2721 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cac4a96482d5b89675e8cdc1ccaa26ce10114b53 +Author: lxnay +Date: Fri Dec 5 21:35:21 2008 +0000 + + Entropy/Activator: + - fails on wrong extended arguments + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2720 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 038c0761bd90dafb1b5ec4e0aead4e5256b41033 +Author: lxnay +Date: Fri Dec 5 21:33:49 2008 +0000 + + Entropy/Equo: + - fails on wrong extended parameters (like --as instead of --ask) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2719 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a5790ca9df96c98ab3dcf1beb73a323c7459cf9b +Author: lxnay +Date: Fri Dec 5 21:24:57 2008 +0000 + + Entropy/Equo: + - fix switchbranch help output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2718 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0bcc693bfc3d09cd9fc022b954a7f396daf9a3e7 +Author: lxnay +Date: Thu Dec 4 22:23:35 2008 +0000 + + Entropy/EquoInterface: + - filterSatisfiedDependencies(): give up if the repo db is broken + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2717 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6c3fe1e920bff6b09f9d67eef50a96937b2b13ce +Author: lxnay +Date: Thu Dec 4 22:23:03 2008 +0000 + + Entropy/Equo: + on equo world, always force deep deps + this will workaround sys-libs/db issue + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2716 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb78c00601561a98d7f37b5cc65892a74c042a58 +Author: lxnay +Date: Thu Dec 4 22:22:15 2008 +0000 + + Entropy/entropy-system-daemon: + - add default session ttl + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2715 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 842e4f6b5c98d6242fe4ee5871cd166c1788c809 +Author: lxnay +Date: Thu Dec 4 22:21:48 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2714 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5854dd934c971d06baaa7695a989a170e5a909b3 +Author: lxnay +Date: Thu Dec 4 13:45:42 2008 +0000 + + Entropy/rssFeed: + - writeChanges(): add reverse param, to avoid writing elements in the reverse order + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2713 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit daddbcff2f8ac9d3e53a7ab7dfac04bedf502ec5 +Author: lxnay +Date: Thu Dec 4 00:27:48 2008 +0000 + + Entropy/phpBB3AuthInterface: + - login(): check against username column and not username_clean + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2712 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4e56e233c8e5ce0323f9218232d3635998a90741 +Author: lxnay +Date: Wed Dec 3 21:53:05 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_users_score_ranking(): reverse query results order + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2711 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 14990c422e085566a78663d0419562c3f479e165 +Author: lxnay +Date: Wed Dec 3 21:44:35 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_users_score_ranking(): make it faster + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2710 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ccd3fc22af6c993d363ba51010ed28e2e1fed1f +Author: lxnay +Date: Wed Dec 3 21:41:44 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_users_score_ranking(): fix the function, was completely broken + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2709 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb8eb4a60a848b843b7177e58bb57b0aae508254 +Author: lxnay +Date: Wed Dec 3 21:21:11 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_users_score_ranking(): return a tuple providing information about the amount of rows found + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2708 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80c06f15ea8c30186176466cdc6cf31e9e718978 +Author: lxnay +Date: Wed Dec 3 20:57:14 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_users_score_ranking(): add LIMIT support to query + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2707 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 078544ed0d640994e78171facae9b53782bf3aea +Author: lxnay +Date: Fri Nov 28 22:36:54 2008 +0000 + + Entropy/libraries test: + - always check /usr/libexec too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2706 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit edbd2ea4d1067e6b6ea22d406d08b18b895b9601 +Author: lxnay +Date: Sun Nov 23 18:16:10 2008 +0000 + + Entropy/Reagent: + - libtest: avoid to push garbage on complete + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2705 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4a493bfc755586a354fb466c1f7e360fe9cf8f70 +Author: lxnay +Date: Sun Nov 23 16:36:22 2008 +0000 + + Entropy/ServerInterface: + - libraries_test: obviously colour functions can't print tuples + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2704 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b0d45c6ba971f185f5b2ca3897937ccfd1ca42d0 +Author: lxnay +Date: Sun Nov 23 14:43:46 2008 +0000 + + Entropy/PortageInterface: + - add new method query_belongs_multiple to allow multiple files to be matched simultaneously + Entropy/ServerInterface: + - update libraries_test to use the new method above and print more info + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2703 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 04937064b04aed788ea7cc40033d023da2975b4c +Author: lxnay +Date: Sun Nov 23 12:57:17 2008 +0000 + + Entropy/EquoInterface: + - libraries_test: add /usr/share to the directories to scan + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2702 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ace4938ce8c8c313c5555a28846b2bfb7e0ef33 +Author: lxnay +Date: Fri Nov 21 14:38:33 2008 +0000 + + Entropy/entropyTools: + - uncompressTarBz2: fix typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2700 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e89bd7ce4322aa3f032277e11a4f1956a26eb6f +Author: lxnay +Date: Fri Nov 21 09:10:20 2008 +0000 + + Entropy/entropyTools: + - improve uncompressTarBz2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2699 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2ee5b5b1cb37ba9dad18b3d3a110a584b8045083 +Author: lxnay +Date: Wed Nov 19 12:47:36 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - retrieveKeySlotTag: new handy method + Entropy/EquoInterface: + - get_match_conflicts: automatically ignore matches pointing to the same package + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2698 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f585f02049f27b54deae34cccaf4208fd5f53e6 +Author: lxnay +Date: Tue Nov 18 16:38:42 2008 +0000 + + Entropy/PackageInterface: + - TriggerInterface.triggers moved from set() to list(), thus -= operator is not available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2697 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0ea1c6b0888d51a5cbf8378f53a70609597f9baf +Author: lxnay +Date: Tue Nov 18 13:34:26 2008 +0000 + + Entropy/PackageInterface: + - __unpack_package(): handle EOFError exceptions raised by spawnFunction and hope that it's been just a fatality + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2696 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 63ce8ae39b4f6a9f202fb1499b358a31d5f64ade +Author: lxnay +Date: Tue Nov 18 13:13:05 2008 +0000 + + Entropy/EquoInterface: + - fix Portage world file update when Entropy packages are kernel tagged + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2695 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b4e5579f30fb114a320ce4ac5089b207fa857e7 +Author: lxnay +Date: Tue Nov 18 13:01:34 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2694 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 00123dde1ec255acb3dc3c603f5226fae5632ada +Author: lxnay +Date: Tue Nov 18 13:00:47 2008 +0000 + + Entropy/EquoInterface/TriggerInterface: + - remove most of the internal triggers used by gentoo-compat=False, it's not the place to store this stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2693 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8b169957636e9bcf9a16229286fa76cf3afeb073 +Author: lxnay +Date: Tue Nov 18 12:49:58 2008 +0000 + + Entropy/Equo/equo.conf: + - remove gentoo-compat option in config file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2692 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6d166039bdf66c3ce1df115ff6728ca67003e232 +Author: lxnay +Date: Tue Nov 18 12:49:26 2008 +0000 + + Entropy/entropyConstants: + - always enable Gentoo-compat, remove ability to disable it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2691 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6b4c90f04814e685d97229c88ea24319a73448cb +Author: lxnay +Date: Tue Nov 18 12:14:44 2008 +0000 + + Entropy/EquoInterface: + - reorder args & kwargs of the Triggers method + - pass the package action to the TriggerInterface class + Entropy/PackageInterface/TriggerInterface: + - fix an issue causing nvidia drivers opengl interface to be disabled + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2690 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 930f39420a54d5c17d69aff358c20c718d5cb4ab +Author: lxnay +Date: Sat Nov 15 16:09:25 2008 +0000 + + Entropy/Branch switching: + - on Equo, force world updates calculation to use the new branch in any case + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2689 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6c4dc0cc19f0dd849cdbc483fcc2c23a4ee97fdc +Author: lxnay +Date: Fri Nov 14 21:27:21 2008 +0000 + + Entropy/phpbb3AuthInterface: + - is_administrator(): check in all available admin groups before returning False + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2688 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d925788abbacf1844e782e05250132e89faee32f +Author: lxnay +Date: Thu Nov 13 21:08:20 2008 +0000 + + Entropy/Repository Manager: + - fix branch handling, convert back to str + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2687 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8520fb471f88cd1ef96e893f0d14f06e2e315349 +Author: lxnay +Date: Wed Nov 12 21:47:36 2008 +0000 + + Entropy/RemoteDbSkelInterface: + - add fetchall2list,fetchall2set,fetchone2set,fetchone2list methods + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2686 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8880208f958bdb66e177751c8e3b9c90406d56f7 +Author: lxnay +Date: Wed Nov 12 14:37:12 2008 +0000 + + Entropy/SystemManagerExecutorServerRepositoryInterface: + - open stdout_err in a+ mode instead of aw + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2685 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 579a25437caa64011281d56bcf56effef2e8fd81 +Author: lxnay +Date: Wed Nov 12 14:17:05 2008 +0000 + + Entropy/SystemManagerClientInterface: + - disable connection caching + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2684 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8068a59bdfe41d90809aa16a4706a7cf90a0bafb +Author: lxnay +Date: Wed Nov 12 13:52:39 2008 +0000 + + Entropy/SocketHostInterface: + - process(): fix authenticator instantation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2683 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 71ba6c3cd91ad80dd68b8b23e3778bdfa2782624 +Author: lxnay +Date: Wed Nov 12 13:44:53 2008 +0000 + + Entropy/SocketHostInterface: + - double check that authenticator is loaded before using its methods on process() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2682 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ee687343766b75ef62762976975044d26efb7df +Author: lxnay +Date: Wed Nov 12 13:38:11 2008 +0000 + + Entropy/EntropySocketClientCommands: + - handle Unpickling errors on convert_stream_to_object() + Entropy/SocketHostInterface: + - add optional lock for authenticators + - serialize BasicPamAuthenticator access + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2681 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 17c4ee1e7a93f96d41b9055313376b1a7db86dc9 +Author: lxnay +Date: Wed Nov 12 13:11:56 2008 +0000 + + Entropy/Spritz: + - InputDialog: if parent is not specified, center widget on the screen + - fine tuning other windows too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2680 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9d311cb5bde95d8edbcba05ad10b401ee0427246 +Author: lxnay +Date: Wed Nov 12 12:55:02 2008 +0000 + + Entropy/Spritz: + - effectively split the repository manager client + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2679 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 37a1ca82305dc34820eb5284b4813c88a5d155a5 +Author: lxnay +Date: Wed Nov 12 12:31:42 2008 +0000 + + Entropy/Spritz: + - make the repository manager client also a stand-alone application + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2678 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d68f036b3ec17e3aa0e3d30d2a7766062fee78fd +Author: lxnay +Date: Wed Nov 12 10:22:09 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - improve thread lock code style, use the with statement + Entropy/EquoInterface: + - calculate_world_updates(): filter out tagged packages already satisfied that were erroneously pulled in + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2677 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4549c16fc487bcd6d7f3fab12c2bc29d9957b822 +Author: lxnay +Date: Wed Nov 12 10:13:29 2008 +0000 + + Entropy/translations: + - update translation template + - update Dutch translation + - sync others + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2676 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 726dfcd60f79cdf7bcb3597ac64fd7f2deac1ea7 +Author: lxnay +Date: Tue Nov 11 15:13:43 2008 +0000 + + Entropy/EntropySocketClientCommands: + - when socket fails on transmit, return None instead of crashing due to SSLError exceptions + Entropy/SystemSocketClientInterface: + - always ignore socket errors in disconnect(), who cares? + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2674 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 897573611b845ad683a37a901729db28b0a69ffb +Author: lxnay +Date: Tue Nov 11 15:12:11 2008 +0000 + + Entropy/Spritz: + - do not crash on getPackageItem (packages.py) when repository is not available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2673 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4fa03997dccc111defd1d1a3e123824278c618bf +Author: lxnay +Date: Tue Nov 11 15:00:08 2008 +0000 + + Entropy/i18n: + - Italian translation at 100% + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2670 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 698df40fa232fb343169be56dbffa18f01dae0cd +Author: lxnay +Date: Tue Nov 11 14:56:22 2008 +0000 + + Entropy/translations: + - update Catalan + - sync all + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2669 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0c7f7692543c8f3a4afdc483444eed6608e45630 +Author: lxnay +Date: Tue Nov 11 14:17:17 2008 +0000 + + Entropy/ServerInterface: + - switch_packages_branch(): fix typo, cur_branch can be unset if no packages are switched + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2668 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ad9e8bdfa6565b63149080e04d28f5f06a5a6cc +Author: lxnay +Date: Mon Nov 10 22:46:46 2008 +0000 + + Entropy/rssFeed: + - addItem(): add the ability to specify an arbitrary pubDate + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2667 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 10727775160d72dccc7dd21781f90b051c905718 +Author: lxnay +Date: Mon Nov 10 19:31:56 2008 +0000 + + Entropy/DistributionUGCInterface: + - insert_flood_control_check(): check if the query returned no elements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2666 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 87e8a761dd4ee86c335c8f561572b71bb0ee35ba +Author: lxnay +Date: Mon Nov 10 18:28:29 2008 +0000 + + Entropy/phpBB3AuthInterface: + - update_user_id_profile(): new method, allows the update of the user profile + - get_email(): new method, retrieve logged user email + - update_password_hash(): new method, allows the update of the user password + - update_email(): new method, allows the update of the user email + - get_user_birthday(): new method, retrieve user birthday + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2665 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f65e40b4fe8aa52f7df7e4fe9e3f0eaa58fb3a4b +Author: lxnay +Date: Sun Nov 9 19:37:53 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - removePackage(): remove pdb :-) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2664 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cec32d320ce6e3dd4f5454a374f1da2df6c6467e +Author: lxnay +Date: Sun Nov 9 19:35:05 2008 +0000 + + Entropy/Community Repositories/Server-side Repositories: + - add the ability to arbitrary tag packages + Entropy: + - use entropyTools.create_package_atom_string and entropyTools.create_package_filename to create package atom and filename strings + Entropy/EquoInterface: + - atomMatch, add the ability to match packages by tag from here too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2663 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d304069ae937775ffecf242f4f8278515a77ea13 +Author: lxnay +Date: Sun Nov 9 19:32:55 2008 +0000 + + Entropy/entropyTools: + - create generic functions to ease entropy package atom and filename strings creation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2662 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 24b53fc0c8545be7cdee3f1f355cc8a163d4916c +Author: lxnay +Date: Sun Nov 9 19:31:59 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2661 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f6c7cb49e091acdb608071c8a506d5f78c673984 +Author: lxnay +Date: Sun Nov 9 17:38:21 2008 +0000 + + Entropy/EquoInterface: + - split extract_pkg_metadata(): cross fingers, needs testing + Entropy/entropyTools: + - add sum_file_sizes function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2660 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 942df90788225322d505fd2273a3c0400d623f15 +Author: lxnay +Date: Sun Nov 9 16:21:15 2008 +0000 + + Entropy/socket tx handling: + - handle socket.sslerror exceptions too + Entropy/FtpInterface: + - handle ftplib.error_reply on closeConnection + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2659 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9d21894af9ea05e06cbb165cc1a9b3fc6c0bc2a4 +Author: lxnay +Date: Sun Nov 9 16:06:20 2008 +0000 + + Entropy/DistributionUGCInterface: + - add search_iddoc_item method to search available document identifiers + Entropy/RepoInterface: + - implement system make.conf sanity check + - implement automatic /etc/make.profile updates + Entropy/entropyConstants: + - add rootdir prefix to spm configuration files + Entropy/entropy.py: + - general tidy + Entropy/entropyTools: + - add function to determine if a path is sane or not (is_valid_path) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2658 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb23e610544822108bac99f680a915437680012e +Author: lxnay +Date: Fri Nov 7 08:56:48 2008 +0000 + + Entropy/DistributionUGCInterface: + - improve handle_pkgkey speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2657 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e13d2a76d1bfe5c9d6e2953387e8773936736b0 +Author: lxnay +Date: Fri Nov 7 08:35:35 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_total_downloads_count(): return int, not float + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2656 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a568bc9ed7c31ebbd9ab786f64c580369a3a38e +Author: lxnay +Date: Thu Nov 6 17:30:32 2008 +0000 + + Entropy/UGC/Equo/Spritz: + - do not show the exception output when spawning UGC.add_downloads() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2655 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b157373b3f1d94f0f153a59639dd91cd29ac2000 +Author: lxnay +Date: Thu Nov 6 16:58:15 2008 +0000 + + Entropy/DistributionUGCInterface: + - search functions with SQL offset now return a tuple containing found data and available rows + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2653 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit abce4c417efb941b0c3d0e96391bd716acd753f4 +Author: lxnay +Date: Thu Nov 6 16:15:41 2008 +0000 + + Entropy/UGC/Equo/Spritz: + - do not crash when running add_downloads + - run add_downloads in background + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2652 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c49855117e78d725d86f8ffd0c19d6abb71558c2 +Author: lxnay +Date: Wed Nov 5 15:54:34 2008 +0000 + + Entropy/Notification Applet: + - fix all the known issues related to threading => the applet now works without having to move the pointer over it + Entropy/Spritz: + - fine tune the UGC update function thread timer + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2650 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit efe58d408d2468429403a95052ce0e16f8d3d106 +Author: lxnay +Date: Wed Nov 5 12:04:58 2008 +0000 + + Entropy/DistributionUGCInterface: + - _get_ugc_extra_metadata(): if key is already provided, copy to pkgkey dict key + Entropy/SocketHostInterface: + - add command length limit setting, default to 768000 bytes + - fine tune the forked requests timeout, default to 300 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2649 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e9e54f00e6a7bfaa8c73a314ef52e63c2467c11b +Author: lxnay +Date: Wed Nov 5 00:48:46 2008 +0000 + + Entropy/DistributionUGCInterface: + - search_keyword_items(), search_content_items(), search_username_items(): add user score to query + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2648 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de9cb17e9ee0dc470f5ef8476424e92ced6bd7e6 +Author: lxnay +Date: Tue Nov 4 22:24:39 2008 +0000 + + Entropy/PackageInterface: + - remove add_download() from fetch_file_on_mirrors() + Entropy/Equo/Spritz: + - add add_downloads() (from UGC interface) after the fetch process + Entropy/SocketHostInterface/Repository Daemon: + - add a new command that let client register all the downloaded packages at once + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2646 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0c1cf96284abec7a0a1cd4ac31b3b2eb4744e518 +Author: lxnay +Date: Tue Nov 4 21:31:28 2008 +0000 + + Entropy/UGCClientInterface: + - add a thread lock to serialize multithreaded requests + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2645 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3396cab82aa88fe7760c8e3486ca27f0d9e1314e +Author: lxnay +Date: Tue Nov 4 20:47:40 2008 +0000 + + Entropy/SystemSocketClientInterface: + - do not reset hostname and hostport on disconnect to make reconnect_socket() working + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2644 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ee605e35d852afdb4bff4feb344d782583b12706 +Author: lxnay +Date: Tue Nov 4 20:18:26 2008 +0000 + + Entropy/SocketHostInterface/CommandProcessor: + - load authenticator and service interface only if needed by the command + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2643 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit af68db28a74378e9451c8a4b5e38c466fa012833 +Author: rogerc +Date: Tue Nov 4 18:58:24 2008 +0000 + + update ca translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2642 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5378b018ff80975144271e57b4041a6b633b9691 +Author: lxnay +Date: Tue Nov 4 14:52:24 2008 +0000 + + Entropy/RepoInterface/EAPI3: + - reworked EAPI3 sync through the repository daemon to be smarter and less intensive for the server + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2641 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42d0a7798e62615d45e100979939e24641c92da0 +Author: lxnay +Date: Tue Nov 4 12:55:05 2008 +0000 + + Entropy/SocketHostInterface/CommandProcessor: + - fix garbage collection + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2640 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c29245ba6636a07388592f0620eda154a18c5a2c +Author: lxnay +Date: Tue Nov 4 12:53:02 2008 +0000 + + Entropy/SocketHostInterface: + - move finish() in RequestHandler to finish_request() and close_request() in HostServer + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2639 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 39cf9307224c8fade6c95876b213ae0dd1f9d5c2 +Author: lxnay +Date: Tue Nov 4 12:36:59 2008 +0000 + + Entropy/DistributionUGCInterface: + - setup an automatic type converter to speed up methods and reduce overhead + Entropy/SocketHostInterface: + - move connection validation to the host server class, to drop bad ones early in the pipe + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2638 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc724aae0271cb37340a126d212045a7350b2d45 +Author: lxnay +Date: Mon Nov 3 22:55:47 2008 +0000 + + Entropy/SocketHostInterface: + - handle(): fine tune zombie processes check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2637 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6fc7c949ea838ef96efa4e54140b804b6c231da4 +Author: lxnay +Date: Mon Nov 3 22:48:43 2008 +0000 + + Entropy/SocketHostInterface: + - reduce the forked requests timeout to 15 (from 300) seconds + - export the setting to etpConst + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2636 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 965fbb2e83ddc3bbdbc68122d12cd0cec168c1c0 +Author: lxnay +Date: Mon Nov 3 17:31:54 2008 +0000 + + Entropy/DistributionUGCInterface: + - optimize some methods + - add new search methods search_pkgkey_items(), search_content_items(), search_username_items(), search_keyword_items() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2635 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c93e482774fd675b7e3b361c4ec3d4d1fd0bbf0 +Author: lxnay +Date: Mon Nov 3 16:31:34 2008 +0000 + + Entropy/notification applet: + - fine tune refresh interval variable, from 60 seconds to 3600 + - add a random refresh time delta + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2634 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cced1db900486966a92de791ec1ce65e9c843e56 +Author: lxnay +Date: Mon Nov 3 15:34:43 2008 +0000 + + Entropy/python libs: + - goodbye old and dusted python libraries + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2633 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9c5301a74fe7edd854aa2054799c8049b382e22b +Author: lxnay +Date: Mon Nov 3 15:26:17 2008 +0000 + + Entropy/TriggerInterface: + - write more info about portage exceptions on relevant triggers + Entropy/PortageInterface: + - add two helper methods write_traceback_to_log() and write_to_log() + - fix an issue causing Portage to raise UnsupportedAPIException, doebuild()'s mysettings must contain a valid EAPI string + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2631 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 511a1596ab59c23a3e890c9cba3bf276a8071807 +Author: lxnay +Date: Mon Nov 3 08:33:19 2008 +0000 + + Entropy/DistributionUGCInterface: + - do_download(): I am a moron + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2630 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e54b06fa82db3e44714d31f3f2b1306015a2e4a +Author: lxnay +Date: Sun Nov 2 22:05:04 2008 +0000 + + Entropy/DistributionUGCInterface: + - do_download(): spawn store_download_data properly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2629 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ae27ce874181da66c98871946d70b6c3b553fa3 +Author: lxnay +Date: Sun Nov 2 22:04:21 2008 +0000 + + Entropy/DistributionUGCInterface: + - do_download(): spawn store_download_data properly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2628 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8068a4bd10a871dcecd42ef7ce278c41cdec28f0 +Author: lxnay +Date: Sun Nov 2 21:52:37 2008 +0000 + + Entropy/DistributionUGCInterface: + - do_download() update iddownload on insert_download() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2627 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c39d40652040cae6d35869a0f22b5dbbfc5e38f1 +Author: lxnay +Date: Sun Nov 2 21:49:04 2008 +0000 + + Entropy/DistributionUGCInterface: + - store extra download information on do_download() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2626 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 51e2d952f92c50366f5bad45ca101bb5b16ecfc9 +Author: lxnay +Date: Sun Nov 2 20:55:36 2008 +0000 + + Entropy/SocketHostInterface: + - reduce session TTL by default + - add soft barrier to the simultaneous connections limit, adding random lag + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2625 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 909b26f44c26cfe021c3de58103de5b4421bddf8 +Author: lxnay +Date: Sun Nov 2 13:10:09 2008 +0000 + + Entropy/DistributionUGCInterface: + - update user score every ugc add/removal + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2624 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1a58a6990f0377d2baca1a0a8c10573325fa6f8 +Author: lxnay +Date: Sun Nov 2 11:35:51 2008 +0000 + + Entropy/SocketHostInterface: + - in case the authenticator raises an exception during load, close the connection and say goodbye + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2623 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea288f58ed0159340cef5d79bb3baa862e0cbfd0 +Author: lxnay +Date: Sun Nov 2 11:19:34 2008 +0000 + + Entropy/SocketHostInterface: + - increase fork timeout to 5 minutes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2621 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8488f79f5df8d9bfb175a4dde4d7bec4cda08b72 +Author: lxnay +Date: Sun Nov 2 11:09:38 2008 +0000 + + Entropy/SocketHostInterface: + - handle(): kill the zombie process after timeout + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2620 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 14e7821fd090fdde18beda9bc7857895c3f5c95f +Author: lxnay +Date: Sun Nov 2 11:05:20 2008 +0000 + + Entropy/Spritz/UGC: + - fix ugc item description object handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2619 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5fcbe084e59e3f532c87b6cbd03d80122bbd88f6 +Author: lxnay +Date: Sun Nov 2 11:00:59 2008 +0000 + + Entropy/SocketHostInterface: + - introduce max connections per IP limit + - introduce automatic PID killer on handle() when time is over (default timeout = 120 seconds) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2618 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6387bb737b6bca3169c8473033544220734311fe +Author: lxnay +Date: Sat Nov 1 19:55:21 2008 +0000 + + Entropy/PortageInterface: + - calculate_dependencies(): handle EAPI2 IUSE items in a better way, although no valid documentation seems to be available at this time + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2617 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fdf957c4aefd68519ebe7bd906687a580cd013ff +Author: lxnay +Date: Sat Nov 1 18:31:23 2008 +0000 + + Entropy/DistributionUGCInterface: + - improve get_user_alldocs(): order by pkgkey + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2615 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 224b3237759bbffe5aca1f249250397fae99346a +Author: lxnay +Date: Sat Nov 1 18:27:13 2008 +0000 + + Entropy/DistributionUGCInterface: + - improve get_user_alldocs() SQL + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2614 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36e59f5ee7cbe26b1d840dca6fafe24fcb607625 +Author: lxnay +Date: Sat Nov 1 18:14:01 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_user_alldocs(): method to retrieve all the documents belonging to a certain userid + - get_user_generic_doctype(): less code duplication, that is + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2613 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f903dc9306191e368f308bb286c161aefb96d721 +Author: lxnay +Date: Sat Nov 1 17:34:42 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_user_score_ranking(): fix sql query + - get_user_votes_count(): return int, not float + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2612 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 239276ea245ec6ef8444fe94b6dc12d4c38b6169 +Author: lxnay +Date: Sat Nov 1 17:05:47 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_user_score_ranking(): execute_query was wrong + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2611 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9fe8678b4b21ce9b866eb3eba7c7f1bd7dc51882 +Author: lxnay +Date: Sat Nov 1 16:58:00 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_user_score_ranking(): new method, returns the actual user ranking based on Entropy score + - get_users_scored_count(): new method, returns the number of ranked users + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2610 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 21f0ee4a53b4c4c12e9cc2063aee4405b29367a1 +Author: lxnay +Date: Sat Nov 1 16:37:04 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_user_stats(): extend method adding more info + - get_user_generic_doctype_count(): generic function, less code duplication around in the class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2609 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b08ea2a3b221695cfb62ad824a0327d8f585432 +Author: lxnay +Date: Sat Nov 1 15:55:41 2008 +0000 + + Entropy/DistributionUGCInterface: + - use hashlib instead of md5 module + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2608 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42803a2aaceab0c6420a1fe150651a73395a5a3e +Author: lxnay +Date: Sat Nov 1 12:44:02 2008 +0000 + + Entropy/DistributionUGCInterface: + - make score weight configurable + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2607 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e738a6a246423331afecbc1f28c5f7252455af4 +Author: lxnay +Date: Sat Nov 1 12:02:08 2008 +0000 + + Entropy/Equo: + - fix description search + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2606 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c553b87c4b28856045cc4f9bf7272edc3320ef8d +Author: lxnay +Date: Sat Nov 1 09:26:48 2008 +0000 + + Entropy/DistributionUGCInterface: + - fix sql query for get_user_score() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2605 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c680b56eea92c195e882e696f53856ee3a68d33a +Author: lxnay +Date: Sat Nov 1 09:25:00 2008 +0000 + + Entropy/DistributionUGCInterface: + - implement through SQL the user score feature, users will gain points for submitting UGC + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2604 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 16a76d2dc595dca977980330ddf6edfa90a57358 +Author: lxnay +Date: Fri Oct 31 21:30:24 2008 +0000 + + tagging entropy 0.23.2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2603 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aa7eebdf2af60a119f269d69eb544314974cd959 +Author: lxnay +Date: Fri Oct 31 21:23:00 2008 +0000 + + Entropy: + - we are now >=Python2.5 only, sorry 2.4 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2602 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35fd724919bc00cb2665773af9761d0854ce61d4 +Author: lxnay +Date: Fri Oct 31 21:14:43 2008 +0000 + + Entropy/DistributionUGCInterface: + - make scan_for_viruses() redirect stdout to /dev/null, we really don't need it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2601 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 71d8f2c3ed415ee5efe356c0541d22632d443785 +Author: lxnay +Date: Fri Oct 31 21:07:30 2008 +0000 + + Entropy/DistributionUGCInterface: + insert_youtube_video(): always set sabayon as keyword + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2600 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fbe14ed2ea652a7c2914ae7c74000b8749da535a +Author: lxnay +Date: Fri Oct 31 21:03:11 2008 +0000 + + Entropy/DistributionUGCInterface: + insert_youtube_video(): if no keywords are specified, make the keyword argument of gdata.media = None + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2599 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 04ff44b3e55e83644d2037854b1eb5e08a532158 +Author: lxnay +Date: Fri Oct 31 20:56:55 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_iddoctype() returns int type + - youtube video upload: reduce title length + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2598 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e07223fdfb8755a09e94380968a60b523a115177 +Author: lxnay +Date: Fri Oct 31 18:32:28 2008 +0000 + + Entropy/DistributionUGCInterface: + - add get_iddoctype(): function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2597 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b01b1f4d31b9f047c1bb691fd1244d9b8d6c8e8b +Author: lxnay +Date: Fri Oct 31 17:53:02 2008 +0000 + + Entropy/misc: + - general code optimization + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2596 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7f11901c25fcad595373ed8f638f6b8bb9a4adc3 +Author: lxnay +Date: Thu Oct 30 16:39:27 2008 +0000 + + Entropy/EmailSender: + - port to >=python-2.5 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2595 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8663f2fd821e84dbdbe33bfb9bf24daea5aedac5 +Author: lxnay +Date: Thu Oct 30 10:50:45 2008 +0000 + + Entropy/EmailSender: + - add smtp auth support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2594 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8224842bbbbda1942ff304da5b3d5066bf2c003e +Author: lxnay +Date: Thu Oct 30 09:11:26 2008 +0000 + + Entropy/RepoInterface: + - run treeupdates after repositories sync + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2593 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2707a0282e7b3dcb0c3f8b3361f90b0b7b6f054b +Author: lxnay +Date: Wed Oct 29 19:10:08 2008 +0000 + + Entropy/socket interfaces: + - it can happen that some socket interface flavours don't have the settimeout attribue, check that before it's too late ghgh + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2592 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 989e49177f3596df67aa11663f5f720814ade58a +Author: lxnay +Date: Wed Oct 29 16:19:06 2008 +0000 + + Entropy/DistributionUGCInterface: + - optimize several sql queries and python functions + Entropy/EntropyDatabaseInterface: + - addPackage(): when providing an idpackage, run removePackage() to ensure no collisions + Entropy/PackageInterface: + - when a package fails to unpack, try to download it again and start over + - when running fetch_step(), check if returns 0, otherwise, give up + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2591 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9f5b276605a0c73e56267777db88b53d84365c05 +Author: lxnay +Date: Wed Oct 29 16:16:49 2008 +0000 + + Entropy/Spritz: + - adding some debug info for the crowd + - fix a small issue with fetching ADS + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2590 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3583fa67d64916328c398e5eb5563dca246e74a5 +Author: lxnay +Date: Wed Oct 29 13:05:41 2008 +0000 + + Entropy/entropyTools: + - uncompressTarBz2(): catch EOFError exceptions and return -1 + Entropy/PackageInterface: + - __unpack_package(): when running fetch_step, check if returns 0 + - try to unpack the package 3 times before giving up, if it fails, try to redownload it again + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2589 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8139708e81e387ffec1cd7f259beb26cf119650 +Author: lxnay +Date: Wed Oct 29 12:31:45 2008 +0000 + + Entropy/UGC Client Interface: + - get_downloads(), get_docs(), add_vote(): - check if the returned data is a valid tuple before splitting it + Entropy/EquoInterface: + - extend get_meant_packages() capabilities to run off any database and branch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2588 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 25eb415ec34972565cf6abf42dc2ebf508a6bff8 +Author: lxnay +Date: Wed Oct 29 10:26:21 2008 +0000 + + Entropy/Spritz: + - if --debug make UGC client interface verbose + - fix stars column background color + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2587 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5dcac6f53dc14bb345c7f1167b42e25aebbf5729 +Author: lxnay +Date: Tue Oct 28 21:47:54 2008 +0000 + + Entropy/DistributionUGCInterface: + - insert_keywords(): improve query + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2586 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 393d9d11b5491a2a6d596661ee35ebea426967da +Author: lxnay +Date: Tue Oct 28 21:30:48 2008 +0000 + + Entropy/DistributionUGCInterface: + - Youtube video upload: upload file using the original filename + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2585 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ef1f14f6a81e444c83576f08794d8e62229d4a3d +Author: lxnay +Date: Tue Oct 28 14:20:21 2008 +0000 + + Entropy/DistributionUGCInterface: + - escape key + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2584 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8855497e73eb823ede45fbd867b4953158a59c91 +Author: lxnay +Date: Tue Oct 28 11:44:39 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_ugc_vote(),get_ugc_allvotes(): improve mysql results parsing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2583 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b93605e2170ac4edf9294cfd255abc4784db15f +Author: lxnay +Date: Tue Oct 28 11:32:59 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_ugc_vote(): fix typo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2582 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b940dfa66f3b57fd39a826319a5d27c40b189add +Author: lxnay +Date: Tue Oct 28 11:31:57 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - listIdPackagesInIdcategory(): add order_by parameter + - contentDiff(): improve reliability + Entropy/DistributionUGCInterface: + - get_ugc_vote(): improve speed + - before calling tostring() method to mysql objects, check if it's necessary + Entropy/EquoInterface: + - print traceback in the case that clientdb got corrupted and we're running in safe mode + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2581 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2a7d1d6d4e4fc14f20f16481c5ac9c8b11cf5ff7 +Author: lxnay +Date: Tue Oct 28 11:29:18 2008 +0000 + + Equo/text_rescue: + - when resurrecting db, verify that atom from clientdb has been retrieved correctly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2580 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c57e70f332e7ba60850294ccbd9de197b3743b2b +Author: lxnay +Date: Tue Oct 28 11:28:17 2008 +0000 + + Entropy/entropyTools: + - getRandomNumber(): use os.urandom() + - dep_getkey(): check if input param is valid + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2579 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit da1b5d9692a652fd54afa42ed6b9f90e5a8afc4d +Author: lxnay +Date: Mon Oct 27 07:49:24 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - atomMatch(): run sub functions only if required + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2578 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d8a3a6941af92de284d0d15a5ad6b0f3a616124d +Author: lxnay +Date: Sun Oct 26 15:29:06 2008 +0000 + + Entropy/i18n: + - update translations template + - update Dutch translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2576 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7c8f2c2e1054bf3fda43d28fd68d94bfe3b6322 +Author: lxnay +Date: Sun Oct 26 15:22:05 2008 +0000 + + Entropy/entropyConstants: + etpdatabasemissingdepswlfile -> etpdatabasemissingdepsblfile + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2575 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a2e38f0bbc6727ff8c8a3c4240641fe6bb636575 +Author: lxnay +Date: Sun Oct 26 15:16:57 2008 +0000 + + Entropy/EquoInterface: + - atomMatch(): make it more modular + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2574 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff39cd9514359e4df018b0ef3f879b6274b55bc8 +Author: lxnay +Date: Sun Oct 26 14:45:03 2008 +0000 + + Entropy/ServerInterface/QAInterface: + - make possible to blacklist missing library dependencies at runtime and through packages.db.missing_deps_whitelist file inside the repository db directory + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2573 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cb623aeba458e7b472857d90c7cc8394579ac2b7 +Author: lxnay +Date: Sat Oct 25 22:31:44 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - searchPackage(): add order by parameter + Entropy/EquoInterface: + - get_branch_from_download_relative_uri(), move from ServerInterface to here + - fetch_file_on_mirrors() add branch that needs to be passed to fetch_file() to store the download in the right directory + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2572 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5811338db951c7c6c784a3f40d1ca83074258dce +Author: lxnay +Date: Fri Oct 24 23:19:09 2008 +0000 + + Entropy/EquoInterface: + - match_checksum(): fix odd behaviour causing redowloads to fail if checksum is not matched the first time + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2571 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dc6a195ecc5fee3ee39e128f5efc923383ed306a +Author: lxnay +Date: Fri Oct 24 23:09:16 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - doTreeupdatesSpmCleanup(): no portage dir? no portage party! + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2570 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ec2569cf3dd431021946409c4e0c1146e3dac52 +Author: lxnay +Date: Fri Oct 24 22:32:54 2008 +0000 + + Entropy/ServerInterface: + - verify_remote_packages(): effectively check md5sum before jumping up and down + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2569 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78151e981859115f5ad63229e07a25c0bbfda107 +Author: lxnay +Date: Fri Oct 24 15:51:47 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - split atomMatch method + - split idpackageValidator method + Entropy/EquoInterface: + - atomMatch(): code cleanup + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2568 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 70181827611d394430005f7b08248bcb2ae4118d +Author: lxnay +Date: Fri Oct 24 10:58:23 2008 +0000 + + Entropy/Spritz: + - make installing external packages impossible when Spritz is busy + - remove doGtkEvents call every time busyCursor() and normalCursor() is spawned + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2566 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0dfb2b3c1d8661ab89a2a679cb492d87098a3e9c +Author: lxnay +Date: Fri Oct 24 10:57:20 2008 +0000 + + Entropy/ServerInterface: + - cosmetical change + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2565 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 457ab9824dc3efb938ab5fd77182b4f0a3bdefb9 +Author: lxnay +Date: Fri Oct 24 10:56:48 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2564 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f6c00f17bf771b73d50927178c11f1a6be02e9b +Author: lxnay +Date: Fri Oct 24 10:48:05 2008 +0000 + + Entropy/i18N: + - update template + - complete italian translation + - sync others + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2563 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4d752bc344b3d9a70a05678613dd43853ae7bd53 +Author: lxnay +Date: Fri Oct 24 10:09:53 2008 +0000 + + EquoInterface/Portage hooks: + - we might run into a system with broken libbz2.so*, since Entropy can even run without it, in case of this happens during Portage pkg_* hooks, we can happily ignore and step over + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2562 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9488f70dbb9b66bfc55c08f87efb603584a1365c +Author: lxnay +Date: Fri Oct 24 10:05:57 2008 +0000 + + EquoInterface/get_meant_package(): + - ignore strings too long + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2561 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 438aa6c9c7a414416e99357954d2bb1e65b0f2ea +Author: lxnay +Date: Fri Oct 24 09:58:30 2008 +0000 + + Entropy/EmailSender: + - add support for specifying SMTP host and port + PackageInterface: + - check if download path is available on the db when requesting a fetch action, if not, warn the user and step over + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2560 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 935f5903fa047347c16eab0225ce47178f35462c +Author: lxnay +Date: Fri Oct 24 09:57:00 2008 +0000 + + Entropy/entropyTools: + - add helper functions is_valid_ascii() and is_valid_unicode() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2559 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f5a0bf69c1855b2f454344df797478f08d8baba2 +Author: lxnay +Date: Fri Oct 24 09:56:19 2008 +0000 + + Entropy/Equo: + - check if arguments passed by user are valid UTF8 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2558 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8295bab21d76a94897817e1aeae699c9fffa57a5 +Author: lxnay +Date: Fri Oct 24 09:55:46 2008 +0000 + + Entropy/text_query: + - if atom == None, ignore and step over on searchOrphans + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2557 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2d74f904fdb9b993750552a02c77fe497da8a42e +Author: lxnay +Date: Fri Oct 24 09:34:24 2008 +0000 + + Entropy/text_query: + - fix an issue causing printPackageInfo to load multiple EquoInterface instances + - improve search speed and reduce CPU usage + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2556 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8455ece1bb5bf01831bb96a302ba571ee11e042b +Author: lxnay +Date: Thu Oct 23 17:52:22 2008 +0000 + + Entropy/phpBB3AuthInterface: + - add new method activate_user(), useful to activate users after the registration + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2555 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19a07d011426316a2a580d1bc5cb0a49803b03e0 +Author: lxnay +Date: Thu Oct 23 17:21:48 2008 +0000 + + Entropy/phpBB3AuthInterface: + - make user activation requirement on register_user() optional + Entropy/MailSender: + - new class to send basic and complex emails + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2554 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 105b0221c31f3c09ee45a253ee2319bac44af6fd +Author: lxnay +Date: Thu Oct 23 16:00:26 2008 +0000 + + Entropy/phpBB3AuthInterface: + - handle utf8 strings correctly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2553 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 18566bdfbd4ffc0180b4521f05432b3c68750303 +Author: lxnay +Date: Thu Oct 23 15:55:17 2008 +0000 + + Entropy/phpBB3AuthInterface: + - handle utf8 strings correctly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2552 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f4942aee7d685f4e13877ac38701b41c0b557303 +Author: lxnay +Date: Thu Oct 23 15:52:50 2008 +0000 + + Entropy/phpBB3AuthInterface: + - handle utf8 strings correctly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2551 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4c59e26e02c4cccdd6f7b97a4c4d0aeee5b6f977 +Author: lxnay +Date: Thu Oct 23 15:51:27 2008 +0000 + + Entropy/phpBB3AuthInterface: + - handle utf8 strings correctly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2550 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3bcfdf9d81538034507f5308d39e09b8cbc923a0 +Author: lxnay +Date: Thu Oct 23 15:48:19 2008 +0000 + + Entropy/phpBB3AuthInterface: + - handle utf8 strings correctly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2549 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4af30bcd1af467cd5fb0ec5dcaa9aef29bbaad52 +Author: lxnay +Date: Thu Oct 23 15:23:10 2008 +0000 + + Entropy/phpBB3AuthInterface: + - fix is_username_allowed() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2548 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d01a9846d59e375331e6b66543169a7559777e58 +Author: lxnay +Date: Thu Oct 23 15:20:46 2008 +0000 + + Entropy/phpBB3AuthInterface: + - fix username and email validation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2547 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 949d931db33e375c6278bc1f311dd1dcff72a228 +Author: lxnay +Date: Thu Oct 23 15:04:21 2008 +0000 + + Entropy/phpBB3AuthInterface: + fix __register() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2546 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7b0e070983f28df03bc86ea265e2a12b8d5b2b99 +Author: lxnay +Date: Thu Oct 23 14:59:25 2008 +0000 + + Entropy/phpBB3AuthInterface: + - fix validate_username_regex() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2545 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 088c92eb5634fdc97f9b73da46588104ea3cfe8a +Author: lxnay +Date: Thu Oct 23 14:44:18 2008 +0000 + + Entropy/phpBB3AuthInterface: + - implement user registration against phpbb3 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2544 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab4d586b9f728040305ca4ab7d60759683018179 +Author: lxnay +Date: Thu Oct 23 12:01:48 2008 +0000 + + Entropy/phpBB3AuthInterface: + - add valid password range + - add valid username range + Entropy/EAPI3/Client: + - do not crash if repository, arch or product are None (while converting to coloured output) in convert_stream_to_object() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2543 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 350fb405e65d7ee7f60e8f4a2bebb0fac7b8f080 +Author: lxnay +Date: Thu Oct 23 11:44:45 2008 +0000 + + Entropy/Equo: + - do not run removal if --pretend is specified + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2542 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 823ab4f770fbbfa0e4030d6ca03b73082d3fa580 +Author: lxnay +Date: Tue Oct 21 07:27:41 2008 +0000 + + Entropy/i18n/Spanish: + - update translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2541 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 653fc2f2d2d08c580dd82c991e7a4e82ddd34ab8 +Author: lxnay +Date: Mon Oct 20 15:11:28 2008 +0000 + + Entropy/rssFeed: + - also get dc:creator from rss + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2540 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0eeffc52bcc8c7ccb05b55f51031c310662a5cf +Author: lxnay +Date: Mon Oct 20 12:58:55 2008 +0000 + + Entropy/Entropy notification applet: + - fix high CPU usage + - code cleanup + - code refresh + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2539 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9d6ae17b31541ba89ddd9708987061229a767017 +Author: lxnay +Date: Sun Oct 19 22:20:54 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - improve SQL on cleanup* methods + - atomMatch(): fix strippedAtom referencing before assignment + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2538 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 092a78c7abfe401d94c621176d502ee6b038f142 +Author: lxnay +Date: Sat Oct 18 21:56:06 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - fix atomMatch when atom string is badly formatted at its root, avoid crasing at any cost and return the proper data structure every time + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2537 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bee7f77744fad6e918c0ae23e80d97a5af8c4f79 +Author: lxnay +Date: Sat Oct 18 16:37:52 2008 +0000 + + Entropy/rssFeed: + - avoid to crash when editor and copyright tags are not available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2536 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 24317677292d9637f64237617ba52d746da9388f +Author: lxnay +Date: Sat Oct 18 16:36:43 2008 +0000 + + Entropy/rssFeed: + - avoid to crash when language tag is not available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2535 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6d5f7106173d48f681c348fc1727cdfaa423b5c8 +Author: lxnay +Date: Sat Oct 18 14:17:31 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2534 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dac781a6fa7ffdedee2d2bb928ce6bb6e03f7805 +Author: lxnay +Date: Fri Oct 17 08:49:18 2008 +0000 + + Entropy/DistributionUGCInterface: + - some misc fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2533 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 52ba3b2a4c60a75311120cef122124707c4c0cfb +Author: lxnay +Date: Thu Oct 16 17:20:53 2008 +0000 + + Entropy/DistributionUGCInterface: + - improve query detection by checking if query item is true (!=0 and not None) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2532 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cdda679a1af33da1713132e15d1229048b52938b +Author: lxnay +Date: Thu Oct 16 17:17:14 2008 +0000 + + Entropy/RemoteDbSkelInterface: + - move _check_needed_reconnect() here so every subclass can benefit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2531 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46e715a6e3ae22dbfc925ab690a47c6b0d40cb5b +Author: lxnay +Date: Thu Oct 16 16:00:22 2008 +0000 + + Entropy/DistributionUGCInterface: + - add distribution statistics retrieval method get_distribution_stats() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2530 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d04c628bdd76cba5589d11a4e79a710e7904b5cd +Author: lxnay +Date: Thu Oct 16 15:18:14 2008 +0000 + + Entropy/DistributionUGCInterface: + - add score to get_user_stats() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2529 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9061ce30851432e466ad0a814d4f01f861a48798 +Author: lxnay +Date: Thu Oct 16 14:24:40 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/Equo: + - fix database resurrect when database is clearly fscked up + Entropy/DistributionUGCInterface: + - add a lot of methods to retrieve user statistics + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2528 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c88aaa908c92acb2f2ccbe189e717df6c7b3ebc6 +Author: rogerc +Date: Mon Oct 13 19:56:53 2008 +0000 + + -updated ca.po + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2527 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f3ae858e2cee0847d5e781e618693f4c689a884 +Author: lxnay +Date: Mon Oct 13 17:36:34 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/Equo/gentoosync: + - always ask before running it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2526 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d3081ac46c4bd266e37d27aacd5f359ea9bd921 +Author: lxnay +Date: Mon Oct 13 17:18:51 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2525 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c0f3c0827e33e55c0f81844aa7947141b97b29c +Author: lxnay +Date: Mon Oct 13 17:17:41 2008 +0000 + + Entropy/Spritz/Repository Manager: + - add support for notice boards handling + Entropy/Spritz: + - main code reorganization and cleanup (improved stability) + - bye bye gui.py + - add support for notice boards handling + - add support for installed packages database backup/restore + - add the ability to load without/with a corrupted installed packages database (safe mode) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2524 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 94c9f0c3516a53785bf40a9831b64b80e9acd14d +Author: lxnay +Date: Mon Oct 13 17:15:03 2008 +0000 + + Entropy/Activator: + - add support for notice boards handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2523 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0378c9c0ca3e9ba41b880d097906bcadb2ef9198 +Author: lxnay +Date: Mon Oct 13 17:14:44 2008 +0000 + + Entropy/Equo: + - add support for notice boards + - add support for installed packages database backup/restore + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2522 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1dc14f2dcab8ad00414852f9ea4a09de3e5c51a5 +Author: lxnay +Date: Mon Oct 13 17:14:06 2008 +0000 + + Entropy/EquoInterface: + - implement safe mode feature -> EquoInterface.safe_mode status integer, first function to use it is EquoInterface.openClientDatabase() + - openClientDatabase() make possible to start an EquoInterface instance with a corrupted/non-existant installed packages database (safe mode) which can be detected by client interfaces (Equo/Spritz) + Entropy/EntropyDatabaseInterface: + - improve branch support (and speed) for client database (installed packages db) + Entropy/rssFeed: + - make it a generic RSS handling class + Entropy/ServerInterface: + - make changes to rssFeed instances to reflect the change above + Entropy/Repository Manager: + - add support for notice boards handling + Entropy/ServerInterface: + - add support for notice boards handling + Entropy/EquoInterface: + - add support for notice boards + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2521 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d2ff3c6ea3005bd30a38bb65c9f6ffdaceae7bae +Author: lxnay +Date: Mon Oct 13 17:08:01 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2520 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 41b6f09af91f39395f6a32eeb7b4cf15ce8777ea +Author: lxnay +Date: Sun Oct 12 07:23:43 2008 +0000 + + Entropy/Notification Applet: + - switch to new GTK threading method + - update some library paths + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2519 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76d8d9596c6d2a9c8effc656bdeda313afcdd60c +Author: lxnay +Date: Sat Oct 11 21:11:07 2008 +0000 + + Entropy/TODO: + - update TODO + Entropy/Equo: + - add installed packages database backup/restore tools + Entropy/EquoInterface: + - add backup/restore database helper functions + Entropy/EntropyDatabaseInterface: + - fix getIDPackageFromDownload() + Entropy/entropyTools: + - add compress_file() function (uncompress_file() already present) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2518 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e7a4568f1237b2ebd213c8d741872979d7b4a6f +Author: lxnay +Date: Sat Oct 11 16:56:51 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - fix getIDPackage() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2517 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a21b458a132ed95809af00982d95e1e91eb07976 +Author: lxnay +Date: Sat Oct 11 16:54:47 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - improve branches handling on the client (installed packages) database + - remove some obsolete functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2516 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9347bd4f24ae14f09cc17baa44a1df211bc06b90 +Author: lxnay +Date: Fri Oct 10 20:22:16 2008 +0000 + + Entropy/entropyTools: + - spawnFunction(): add the ability to provide a callback function to read the child pid id + Entropy/Repository Manager: + - make possible to stop any queued command that calls spawnFunction (85% of them) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2515 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b4e6609cf4a627eab6eb654a993d892a349af087 +Author: lxnay +Date: Fri Oct 10 19:24:02 2008 +0000 + + Entropy/FtpInterface: + - improve FTP uri parser, move to entropyTools + - fix issues when no directory path is specified + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2514 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 222ff8f01d1e007f8465b2164c8f0c87065ec1d9 +Author: lxnay +Date: Fri Oct 10 11:41:37 2008 +0000 + + tagging entropy 0.22.1 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2513 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a55a86f563a94ece21d4b2ecb20705abd42a7dc +Author: lxnay +Date: Fri Oct 10 11:27:29 2008 +0000 + + Entropy/ServerInterface: + - fix indentation into migrate_repository_databases_to_new_branched_path() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2512 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f33367879d1153a581c42a92efdcafb663051492 +Author: lxnay +Date: Fri Oct 10 11:18:54 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - revert some changes doing more harm than good + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2511 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ca8ba6f29a7dd4f5e51249c052b1b44826d72fb +Author: lxnay +Date: Thu Oct 9 18:52:13 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - listAllCategories(): add order_by parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2510 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e76b85360cf280c6378638860ef01c2382a9fef6 +Author: lxnay +Date: Thu Oct 9 18:07:42 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - retrieveContent(): add order_by parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2509 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 39f2cd0a0f39a090f7f49b1a3ef71dd8625a438a +Author: lxnay +Date: Thu Oct 9 18:06:22 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - retrieveContent(): add order_by parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2508 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 994b4a87f5b9c3480c8c2489c1fb85ed6e1b7ef1 +Author: lxnay +Date: Wed Oct 8 18:43:32 2008 +0000 + + Entropy/Equo: + - update --upgrade feature when running equo world + Entropy/EquoInterface: + - update move_to_branch() to reflect latest branch management changes + Entropy/EAPI3: + - update EAPI3 commands to reflect latest branch management changes + - also update server-side functions, removing the old ones to avoid to be run by old clients + see server/entropy-repository-daemon changes to know more + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2506 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a23df9b5f69f6a5bba8ad7703791c6a4750ae39b +Author: lxnay +Date: Wed Oct 8 18:40:12 2008 +0000 + + Entropy/Spritz: + - add information on available branches into the repository information string + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2505 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9a4c254b04caf7bbb8dd1765f9f49f7583ebc37 +Author: lxnay +Date: Wed Oct 8 18:39:30 2008 +0000 + + Entropy/TODO: + - update TOOD + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2504 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 69ce0591ad680cd083531e284bd9f8d3d82cb981 +Author: lxnay +Date: Wed Oct 8 16:07:42 2008 +0000 + + Entropy/ServerInterface: + - switch_packages_branch(): also migrate counters + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2503 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5215849f9cc253f6ba11e936a753e5ff31b87542 +Author: lxnay +Date: Wed Oct 8 15:20:38 2008 +0000 + + Entropy/ServerInterface: + - database split: avoid to run tidy_packages() on maintenance branches -> branch_string != etpConst['branches'][-1] + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2502 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8ab4ae38510b5b8ec793211692337b624f08a8d0 +Author: lxnay +Date: Wed Oct 8 15:18:52 2008 +0000 + + Entropy/entropyConstants: + - sort etpConst['branches'] + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2501 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b2c4437aa2a2f583ae74353c2834cfd0a717338b +Author: lxnay +Date: Wed Oct 8 13:43:11 2008 +0000 + + Entropy/ServerInterface: + - switch_packages_branch(): export counter to stdout + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2500 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c05c5e2efb35d0aa3d28ebe723a888f4a8e46356 +Author: lxnay +Date: Wed Oct 8 13:39:41 2008 +0000 + + Entropy/Reagent: + - ease the output, do not print the whole package list + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2499 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5ec9b033dfdfe52d0b448f3d05b5006dde6293d +Author: lxnay +Date: Wed Oct 8 13:36:40 2008 +0000 + + Entropy/database split: + - some changes to allow easy branch migration through the 'switchbranch' tool + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2498 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30782e37ed44b257399ef811616e51fda98c3052 +Author: lxnay +Date: Wed Oct 8 12:41:17 2008 +0000 + + Entropy: + - database split: work out the client part + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2497 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 561db807d5392309a689f4ddc8d595b8d3d8bc0f +Author: lxnay +Date: Wed Oct 8 12:05:00 2008 +0000 + + Entropy: + - databases now split by branch (first chunk, ServerInterface migrated, EquoInterface and Repository Daemon to go + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2496 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50f82df28a67f05f8ed5d0571b07e02e4495b124 +Author: lxnay +Date: Wed Oct 8 12:03:58 2008 +0000 + + Entropy/Equo: + - when exception is raised, DO transform the error to unicode instead of ascii + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2495 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6532363bb288cbd5f4506675af13bd19b33e9ec9 +Author: lxnay +Date: Tue Oct 7 13:14:53 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2493 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit df145cd5b769edc98af65e99e2e07f5c6480391e +Author: lxnay +Date: Tue Oct 7 13:13:56 2008 +0000 + + Entropy/repository manager example: + - add google client id param + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2492 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c5aa85b30b897befe3b369f2977dd7749983c996 +Author: lxnay +Date: Tue Oct 7 13:13:20 2008 +0000 + + Entropy/Spritz: + - make UGC video uploads more fun to do + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2491 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 38c4481d05537b86b0b53542a226b6f42c012138 +Author: lxnay +Date: Tue Oct 7 12:41:56 2008 +0000 + + Entropy/DistributionUGCInterface: + - insert_youtube_video(): add google client id support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2490 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2977ea5d1403285fda4fc30f84f33b28fdf553ec +Author: lxnay +Date: Tue Oct 7 10:51:33 2008 +0000 + + Entropy/Repository daemon example: + - add google developer key support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2489 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c5e564c83803821ce5b412ed212a864d46527812 +Author: lxnay +Date: Tue Oct 7 10:51:02 2008 +0000 + + Entropy/System Manager: + - write_to_running_command_pipe(): add the ability to not write stdin to stdout through a simple bool + Entropy/DistributionUGCInterface: + - add Google developer key support (if provided) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2488 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9f6cb73be61b571dc933368d00f995f643ac8340 +Author: lxnay +Date: Mon Oct 6 23:21:35 2008 +0000 + + Entropy/Spritz: + - make UGC submits parallel, this avoids having a frozen GUI + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2487 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a7a84731c294a42305e62323b00ea90bd031e5c1 +Author: lxnay +Date: Mon Oct 6 18:19:03 2008 +0000 + + Entropy/outputTools: + - my_raw_input: make txt optional + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2485 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e40be9ae263efa3a176850b8c8ce75e1cf10ddb7 +Author: lxnay +Date: Mon Oct 6 17:51:28 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - do not crash on completely broken atom (USE deps) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2484 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b6e1c62daf8bde25496fd20732b888d49181281 +Author: lxnay +Date: Mon Oct 6 17:46:10 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - do not crash on completely broken atom (USE deps) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2483 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8553d11794ae6044718753fe4514b2ae40aaeca4 +Author: lxnay +Date: Mon Oct 6 17:43:08 2008 +0000 + + Entropy/entropyTools: + - improve remove_usedeps() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2482 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40143779d362a940efb49bd5c80b73fa750e186e +Author: lxnay +Date: Mon Oct 6 17:34:13 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - atomMatch(): do not crash on badly formatted atom when dealing with USE dependencies + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2481 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 323e29de7e4739f295b088df19203e7d363eeb7f +Author: lxnay +Date: Mon Oct 6 17:24:00 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - fix issues with string formatting when remote database is locked (server-side only) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2480 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a72e3b206640032b23437069d4faee11ef5423b +Author: lxnay +Date: Mon Oct 6 14:00:47 2008 +0000 + + tagging entropy 0.21.1 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2479 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ec6159d13278fbebc8b181acf95995a8cc640a4 +Author: lxnay +Date: Mon Oct 6 13:58:09 2008 +0000 + + Entropy/System Manager: + - fix issues with parallel tasks on the queue_processor: always break the loop if fork_data + - never accept to keep the queue locked even if an exception is raised inside the queue_processor + - add support for remote interactivity on all the publicly exported commands (this allows to interact with the functions/tasks remotely) + Entropy/PortageInterface: + - add usedeps_reduce to filter out unwanted Portage EAPI2 USE dependencies + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2478 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50ccec54f72c6297154935b1517560206cd14339 +Author: lxnay +Date: Mon Oct 6 13:54:12 2008 +0000 + + Entropy/outputTools: + - do not use raw_input(), which is shit, poll stdin instead + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2477 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca8de2c50b689dd0e9b446bab20958f9b982eba9 +Author: rogerc +Date: Mon Oct 6 09:50:42 2008 +0000 + + update catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2476 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e84722069d1ecdca4a159c8183a6110c1f518eb +Author: lxnay +Date: Sun Oct 5 18:29:03 2008 +0000 + + Entropy/Repository Manager: + - fix another typo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2475 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f893fe00f34f1086b035ade867d09d4caf05b62 +Author: lxnay +Date: Sun Oct 5 18:11:14 2008 +0000 + + Entropy/Repository Manager: + - fix typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2474 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f778f87c8675b3c4e05fd072fe03df8a35ad4f1 +Author: lxnay +Date: Sun Oct 5 18:00:41 2008 +0000 + + Entropy/Repository Manager: + - enable basic commands interactivity (half done) + testing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2473 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit add3b8d5a7398c8c8862978f2bd33f15b3238778 +Author: lxnay +Date: Sun Oct 5 15:37:19 2008 +0000 + + Entropy/PortageInterface: + - calculate_dependencies(): fix typo error + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2472 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2a91f4a61fc834329f7c39c6e09afa510bcf1ccd +Author: lxnay +Date: Sun Oct 5 15:32:55 2008 +0000 + + Entropy/PortageInterface: + - calculate_dependencies(): handle IUSE EAPI2 style correctly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2471 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79f67e6e6f3790e83ef01c895ce46c9c07f9a360 +Author: lxnay +Date: Sun Oct 5 15:28:06 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - WriteLock, thread lock fixes + - code style fixes + Entropy/Repository Manager: + - use copy.deepcopy() to store functions' args and kwargs inside the dict + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2470 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7d7131400c7bd8ced1d6513c50587c4048dda82 +Author: lxnay +Date: Sun Oct 5 09:26:51 2008 +0000 + + Entropy/SocketHostInterface: + - fix an issue that caused the SessionLock to be acquired twice by the expired sessions collector (second time in destroy_session) + Entropy/SystemManagerClientInterface: + - reword kill_all_connections and add the ability to cache them or not by providing this bool option to the instantiator + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2469 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0455b205084555d24959941b8e7e21b86b7b18a6 +Author: lxnay +Date: Fri Oct 3 18:56:07 2008 +0000 + + Entropy/Spritz: + - avoid to crash on queue item split when trying to retrieve a command result + Entropy/Repository Manager: + - complete the previous commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2468 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e7744d73f372b81d1f87b33b3620c4641c7a961 +Author: lxnay +Date: Fri Oct 3 18:47:15 2008 +0000 + + Entropy/Repository Manager: + - make docmd_get_queue() locking the queue before reading it + - make the queue_processor() to really handle parallelizable (? wtf ?) tasks + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2467 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d32c3049ea4e844eaed9fa0ed506bf9c7d5c15a8 +Author: lxnay +Date: Fri Oct 3 18:11:27 2008 +0000 + + Entropy/Repository Manager: + - make it stronger when dealing with Portage on Spm functions + Entropy/Spritz: + - do not consider spm package dict static + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2466 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 430091eb8e7c88c2c08741e56e67a4299d40522b +Author: lxnay +Date: Fri Oct 3 17:48:15 2008 +0000 + + Entropy/SocketHostInterface: + - use thread lock on sessions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2465 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e632c1fd7c72874f69931b7741b092de214e55f +Author: lxnay +Date: Fri Oct 3 17:39:53 2008 +0000 + + Entropy/Repository Manager Executor: + - scan_entropy_packages_database_changes() making it shell-safe + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2464 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3a764d1f9300b2df482471cb0ebbaf4796edc729 +Author: lxnay +Date: Fri Oct 3 17:38:18 2008 +0000 + + Entropy/Repository Manager Executor: + - scan_entropy_packages_database_changes() making it shell-safe + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2463 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eac9b8a9de5842cd138100714678dc180203eeb7 +Author: lxnay +Date: Fri Oct 3 17:17:07 2008 +0000 + + Entropy/Repository Manager: + - make stdout_logging option working + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2462 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0cb362588a3825a63528a88f2dd18e02aef02d6 +Author: lxnay +Date: Fri Oct 3 17:02:49 2008 +0000 + + Entropy/Repository daemon test client: + - add the ability to set the port from shell + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2461 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b44086953493a9e89c285844ca3ce9b704cac1ea +Author: lxnay +Date: Fri Oct 3 16:13:51 2008 +0000 + + Entropy/misc: + - some tweaks before 0.21 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2459 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c9c479b47466ac7f80af2536e87d33a04d5ef86f +Author: lxnay +Date: Fri Oct 3 15:57:31 2008 +0000 + + Entropy/i18n: + - update translations + - complete Italian + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2458 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8eb794969b0fd985defec46e74f6b297d2e6604 +Author: lxnay +Date: Fri Oct 3 14:11:54 2008 +0000 + + Entropy/Repository Manager: + - add --nodeps option to compile_atoms + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2457 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b89c57ee00a76e9b3d401edd1b9c67867011daa +Author: lxnay +Date: Fri Oct 3 13:16:54 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2456 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d2e5d69f59397c19b3889cd3af7e232af030cab0 +Author: lxnay +Date: Fri Oct 3 13:14:16 2008 +0000 + + Entropy/Spritz/Repository Manager: + - use some hacks to avoid crashes when playing with gtk events on different threads (add a strong thread locking system) + - complete the 'activator' part + Entropy/Spritz/Connection Manager window: + - add the ability to save connections for easy retrieval + svn ci -m + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2455 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b3e6e55edc0fdeef323043b40649337834ef311 +Author: lxnay +Date: Fri Oct 3 13:12:33 2008 +0000 + + Entropy/Repository Manager: + - add digest verification functions + - use TimeScheduled for the connection killer handler instead of a horrible while loop + - kill all the connection on class deletion + M3 is DONE! + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2454 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79ec13a8e92cf395dfe353d19b77341320d58c94 +Author: lxnay +Date: Fri Oct 3 02:00:57 2008 +0000 + + Entropy/Spritz: + - complete reagent features inside the System Manager + - implement 'activator' functionalities (not complete yet) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2453 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c8f6fb0e6051bc06c5d70d7ea046cc8a951ef438 +Author: lxnay +Date: Fri Oct 3 01:59:47 2008 +0000 + + Entropy/System Manager: + - cache socket connection to improve speed + - add extended_result keyword inside queue items metadata to redirect big results there and avoid to have remote get_queue() taking a lot due to the need to serialize big data + - complete 'reagent' part + - implemented most of the 'activator' functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2452 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ccdd7aec7f0b5dfc89d6d804db18b7cc6fc6a029 +Author: lxnay +Date: Fri Oct 3 01:57:22 2008 +0000 + + Entropy/entropyConstants: + - switch branch to 4 by default in hard-coded config + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2451 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 25836b46b75ab3c3542c712aec3259a56b9d03c0 +Author: lxnay +Date: Fri Oct 3 01:56:42 2008 +0000 + + Entropy/entropyTools: + - add a function to truncate a file till its first newline char + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2450 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 374d5b11aa09cfee0df0cbee8d687e9895d76c2b +Author: lxnay +Date: Fri Oct 3 01:55:50 2008 +0000 + + Entropy/System Manager Repository Daemon example: + - add community_repo bool switch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2449 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 00be8c1bbda00b1b632fb2c45c5b026c7e67b319 +Author: lxnay +Date: Fri Oct 3 01:54:52 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2448 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31e63dfd600c619d8c007a4d9408d125d3d6929b +Author: lxnay +Date: Tue Sep 30 21:43:15 2008 +0000 + + Entropy/Spritz/Repository Manager: + - database management part is almost complete + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2447 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 98b84340df2d0ce866df6ce00d7a644ef6a0cb00 +Author: lxnay +Date: Tue Sep 30 21:42:42 2008 +0000 + + Entropy/EquoInterface: + - openMemoryDatabase(): new function to open an empty Entropy database on RAM + Entropy/ServerInterface: + - get_available_repositories(): helper function to retrieve the list of available server-side repositories + - switch_default_repository(): make uninitialized repository handling optional + - openServerDatabase(): add do_cache parameter, make database classes caching optional + Entropy/Repository Manager: + - remote database management is almost complete, NLnet M3 @ 95% ! + Entropy/EntropyDatabaseInterface: + - make it working on multiple, different threads + - add a thread lock (WriteLock) to handle multiple writes correctly + - removePackage(): make it looking better + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2446 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 149c1ca5a22b9d30d73c22b0c4cad8c27ca930cc +Author: lxnay +Date: Tue Sep 30 11:41:33 2008 +0000 + + Entropy/Portage: + - add EAPI2 support (entropyTools) + Entropy/atomMatch: + - add support for matching USE flags and Portage EAPI2 syntax + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2445 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50da03d02ad79d10c3b8017df2dd37e3ac6eaa83 +Author: lxnay +Date: Tue Sep 30 10:09:06 2008 +0000 + + Entropy/RepositoryManager: + - add --fetchonly and --buildonly support to compile_atoms() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2444 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6380f2d8ecd2b71e82fb4216c4de9ebb491af1ae +Author: lxnay +Date: Tue Sep 30 10:08:41 2008 +0000 + + Entropy/entropyTools: + - fix issues with xgettext + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2443 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b041782bfecd878735645c03784778735fe43ed +Author: lxnay +Date: Tue Sep 30 10:08:39 2008 +0000 + + Entropy/i18n: + - fix xgettext issues + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2442 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 21f78932250c5f55061c87cca0f077488b3d0da3 +Author: lxnay +Date: Mon Sep 29 21:20:05 2008 +0000 + + Entropy/Spritz/Repository Manager: + - improve reliability for multiple running commands (with the Output View also) + - add a local lock for the Queue, to avoid having shit around (depends :P, this is for lythie), like Segmentation Faults + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2441 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de565dace845fa806c7c8cc765bda44e3c087177 +Author: lxnay +Date: Mon Sep 29 21:18:40 2008 +0000 + + Entropy/SystemManagerServerInterface: + - split queue processor in two, for items that can be run in parallel and others that cannot + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2440 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09028d8c51e23ca81c71ec463687652ae470197f +Author: lxnay +Date: Mon Sep 29 20:06:07 2008 +0000 + + Entropy/Spritz: + - move GLSA window to dialogs and make it loadable on demand + - more work on the Repository Manager, Spm part completed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2439 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67f2a4b834367ef284c014b65471526c3f068630 +Author: lxnay +Date: Mon Sep 29 20:05:17 2008 +0000 + + Entropy/Equo: + - add You Meant(tm) support to 'equo remove' + - change SpmInterface.get_package_slot() to SpmInterface.get_installed_package_slot() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2438 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f5a91e61a9cc1f92295f113e867d827614ec2e26 +Author: lxnay +Date: Mon Sep 29 20:00:59 2008 +0000 + + Entropy/RepositoryManager: + - goodbye old one, hope to not read you soon (:P) + Entropy/UGCCacheInterface: + - use thread locks instead of a simple bool, safer + Entropy/EntropyDatabaseInterface: + - createCountersIndex(): remove duplicated method, merge into one + Entropy/SystemManagerRepositoryMethodsInterface: + - implement a LOT of new methods + - SPM part completed + Entropy/SystemManagerMethodsInterface: + - add pinboard handling support + Entropy/SystemManagerRepositoryClientCommands: + - implement all the basic SPM command + Entropy/SystemManagerServerInterface: + - use thread locks for the queue data + - improve speed by reworking QueueManager data structure + - update functions accordingly + - add pinboard support + Entropy/SystemManagerExecutorServerRepositoryInterface: + - complete SPM support + Entropy/PortageInterface: + - add list_glsa_packages() method + - add get_glsa_id_information() method + - rework get_best_masked_atom() method + - rework get_category_description_data() + - rework get_atoms_in_system() + - rework get_atom_category() + - add get_installed_package_description() + - add get_package_slot() + - add get_package_useflags() + - add get_installed_package_useflags() + - add get_installed_package_setting() + Entropy/SocketHostInterface: + - make it leaking less + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2437 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5be4c8a93256790da2144c1d3f6b2f86d1d9723 +Author: lxnay +Date: Mon Sep 29 19:50:47 2008 +0000 + + Entropy/entropyConstants: + - add some SPM options for future reference + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2436 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab1a96446b8b82f85c2c1c0b2aac3bf0a85da22f +Author: lxnay +Date: Mon Sep 29 19:50:15 2008 +0000 + + Entropy/entropyTools: + - dict_from_xml(): make it working for empty strings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2435 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3910af97e74a0243b3ad0f248b7b19d815a18ca7 +Author: lxnay +Date: Mon Sep 29 19:49:24 2008 +0000 + + Entropy/Electron: + good bye! You won't be missed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2434 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f849ffb5f0ef8f9cd66109a9b6ab936f26d237e +Author: lxnay +Date: Fri Sep 26 09:29:37 2008 +0000 + + Entropy/PortageInterface: + - complete enable_package_useflags() and disable_package_useflags() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2433 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 716f06c3a2fcdd5df1ce43454f7b52063f4ad9e5 +Author: lxnay +Date: Fri Sep 26 08:16:39 2008 +0000 + + Entropy/DatabaseInterface: + - insertCounter(): improve SQL syntax on DELETE + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2432 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d91aa20e2789d6062d5839685b9f857549a95a60 +Author: lxnay +Date: Fri Sep 26 08:14:53 2008 +0000 + + Entropy/Database Interface: + - insertCounter(): when running DELETE, also consider the branch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2431 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b85d9e1361e3205e3f10e4496bd5f50871c24645 +Author: lxnay +Date: Thu Sep 25 18:10:12 2008 +0000 + + Entropy/ServerInterface: + - openServerDatabase(): hopefully fix counters table migration definitely + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2430 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4a3d4eeff6eb355c4ebae0283f7d432a90f07317 +Author: lxnay +Date: Thu Sep 25 17:54:02 2008 +0000 + + Entropy/ServerInterface: + - openServerDatabase(): force read-write hard ! + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2429 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d18b7b5322a9094c21c81e7de6458e8551137e00 +Author: lxnay +Date: Thu Sep 25 17:46:01 2008 +0000 + + Entropy/ServerInterface: + - openServerDatabase(): force a commit when migrating counters even if it is opened read-only + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2428 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cd5c0811d526126a4079370b51bed407db37e4c +Author: lxnay +Date: Thu Sep 25 17:43:18 2008 +0000 + + Entropy/EquoInterface: + - improve openRepositoryDatabase() reliability by considering the thread identifier when using its cache + Entropy/ServerInterface: + - do the same as above for the server database + - copy counters across branches only if the db is opened rw + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2427 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4363f805aba4458a6e949153cda2896f293b20e3 +Author: lxnay +Date: Thu Sep 25 17:11:10 2008 +0000 + + Entropy/ServerInterface/Database Interface: + - code optimization when using SQLite executemany() + - change counters table structure (auto-migrated) to allow multiple branches support to work server-side, this shouldn't affect other things that much, hopefully + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2426 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c47ae9908e5937f733fe0013d0b9ecc0cc5537f +Author: lxnay +Date: Thu Sep 25 12:50:03 2008 +0000 + + Entropy/ServerInterface: + - fix an issue with showing download paths + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2425 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e6ee69c7ea30a84ac77b57d36167374a3761472e +Author: lxnay +Date: Thu Sep 25 12:47:07 2008 +0000 + + Entropy/ServerInterface: + - show branch in the main info header + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2424 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f864a22557231216ac20e12feed367aa044c6ce0 +Author: lxnay +Date: Thu Sep 25 12:28:28 2008 +0000 + + Entropy/UGC Interface: + - fix stream transfer and store + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2423 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c49de891f3e6ebdec6c11625dd4a0d6759e2e5fd +Author: lxnay +Date: Thu Sep 25 12:20:08 2008 +0000 + + Entropy/EquoInterface: + - generate_dependency_tree(): avoid crashing if atom retrieval didn't work successfully + Entropy/UGC Interface: + - make file uploads automatically divided per package key + Entropy/SystemManager Interface (Repository Manager): + - add get_spm_category_updates command to retrieve Portage updates per category + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2422 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7b1db0517f066d2d3de305b30aeaf0cbde055d1b +Author: lxnay +Date: Wed Sep 24 13:31:32 2008 +0000 + + Entropy/Spritz: + - fix voting through treeviews + - first BIG commit of the implementation of the SystemManager (as in Repository Manager actually) client + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2421 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c5b819416ab6ddf0cbca05e75a90967c9d3fcd00 +Author: lxnay +Date: Wed Sep 24 13:30:31 2008 +0000 + + Entropy/SystemManager client: + - example application of the SystemManager Client-side infrastructure + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2420 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6cbdcc909cce01deb391a984fa43f662bdb28b4b +Author: lxnay +Date: Wed Sep 24 13:29:45 2008 +0000 + + Entropy/SystemManager daemon: + - example application of the SystemManager Server-side infrastructure + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2419 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c53af72eeae72f358f2e59310cf33a8fca2abc7c +Author: lxnay +Date: Wed Sep 24 13:28:00 2008 +0000 + + Entropy/SystemManager Interface: + - first BIG (I mean BIIIIG) commit of the Socket and Queue based communication infrastructure between two peers + Entropy/EquoInterface: + - misc fixes and improvements, nothing to worry about + Entropy/RepositoryManager: + - based on the SystemManager, it's what is going to be used for the Community/Server-side Repository GUI + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2418 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7f2078cfd753490a0a0fd772f7393482cfe01297 +Author: lxnay +Date: Wed Sep 24 13:18:07 2008 +0000 + + Entropy/entropyConstants: + - add 'constants' support for the future repository notice board + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2417 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 578b5080b19e5ff03d8327889fcdba267a3cc279 +Author: lxnay +Date: Wed Sep 24 13:17:17 2008 +0000 + + Entropy/entropyTools: + - improve parallelTask class by storing the function result into self.result + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2416 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c43a7fd38f922a986f43e33a85d2be932d45e201 +Author: lxnay +Date: Wed Sep 24 13:16:30 2008 +0000 + + Entropy/outputTools: + - inputBox: add support for check and combo boxes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2415 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 892baf8b9d86d6b999e519aa0daa0bcbbb9b3f56 +Author: lxnay +Date: Wed Sep 24 13:15:34 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2414 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 736eb710389ec3ff2ada484bf8e4e5b20f2bc44c +Author: lxnay +Date: Sat Sep 20 18:50:40 2008 +0000 + + Entropy/Spritz: + - spritz python executable: export --debug sys.argv entry to SPRITZ_DEBUG env var if set + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2413 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26aa4529ab0fad5b1ce7fa66bbc16aea6cec9570 +Author: lxnay +Date: Sat Sep 20 18:49:35 2008 +0000 + + Entropy/TODO: + - update todo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2412 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb84ad41db5f0599b5b08907ca30a99c0fc3957e +Author: lxnay +Date: Sat Sep 20 15:47:04 2008 +0000 + + Entropy/reagent: + - fix packages move/copy from a repo to another + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2411 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb967f2ec9b3aa9c2a8e966994b2a9279da29116 +Author: lxnay +Date: Sat Sep 20 15:38:09 2008 +0000 + + Entropy/i18n: + - update Catalan translation + - update Dutch translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2410 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 86f93ce8902e26799f6b59cbf78733c7d65d75a9 +Author: lxnay +Date: Sat Sep 20 11:24:50 2008 +0000 + + Entropy/Spritz: + - fix voting inside PkgInfo window + - fix random GTK freezes (thanks Joost) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2408 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 44aee07cfd4bcf2c9934dcff2563eebd45c7f3d4 +Author: rogerc +Date: Fri Sep 19 15:59:25 2008 +0000 + + updated catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2407 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 237ee33fcc08a9b64b7d5185b4a5114adec626d7 +Author: lxnay +Date: Thu Sep 18 09:17:04 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2404 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 380f57b523e266cd6748f7c3325a9c8532e74888 +Author: lxnay +Date: Thu Sep 18 08:50:57 2008 +0000 + + Entropy/DistributionUGCInterface: + - when inserting an image, verify that is really an image + - add flood control feature when inserting a document (comment, file, image, video...) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2403 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 836eadc8226da3ae6e270a1fb60c07ed8e5dbf71 +Author: lxnay +Date: Thu Sep 18 08:49:07 2008 +0000 + + Entropy/entropyTools: + - add functions useful to verify if a file is an image (supported png, jpeg, bmp, gif) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2402 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73ea3f502dcfc9941a98f62fafc9345495bdd32e +Author: lxnay +Date: Wed Sep 17 13:05:55 2008 +0000 + + Entropy/Spritz: + - add ads support+rotation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2401 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d5b0e1ee6107aa3a478b54d5022afc9ffcd01454 +Author: lxnay +Date: Wed Sep 17 13:03:55 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2400 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30477bbf221ef3a731f411fa45effd2e7e7e44f6 +Author: lxnay +Date: Wed Sep 17 13:03:45 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2399 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 046bcd66eeaabc09610e79787c15a7fab1c44d5e +Author: lxnay +Date: Wed Sep 17 13:03:07 2008 +0000 + + Entropy/entropyTools: + - parallelTask: make nuke() exception configurable + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2398 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ccdc37f5b94fa064a87b166b2a4b17b5ad8e80c +Author: lxnay +Date: Wed Sep 17 13:02:10 2008 +0000 + + Entropy/TODO: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2397 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c03a32e241dfc4f91a373cce818644d1526fafa5 +Author: rogerc +Date: Wed Sep 17 12:13:30 2008 +0000 + + updated ca.po translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2396 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 236153b24ccac76f7a0415253d0a32800a3f02c5 +Author: lxnay +Date: Wed Sep 17 10:50:05 2008 +0000 + + Entropy/i18n: + - complete Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2395 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e1007a722b578e09cd161c3cf7ef4474b7bed16d +Author: lxnay +Date: Wed Sep 17 07:37:42 2008 +0000 + + Entropy/i18n: + - update Spanish translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2394 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a1f517bce549baf4aacce2933377bdf9e05a62a +Author: lxnay +Date: Tue Sep 16 21:12:22 2008 +0000 + + Entropy/Spritz: + - ProcessGtkEventsThread: fine tuning + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2393 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dcc865970222ed3d11cb2e57dc256b9e4746e2f1 +Author: lxnay +Date: Tue Sep 16 21:11:39 2008 +0000 + + Entropy/Spritz: + - add UGC preferences menu to Spritz's Glade xml + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2392 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 58a701a2b5d487b67b2401721b9677e62ba56310 +Author: lxnay +Date: Tue Sep 16 21:10:40 2008 +0000 + + Entropy/Spritz: + - implement UGC preferences menu + - make Spritz faster using real threaded processes (gtk.gdk.threads_init() - please use >=pygtk-2.12.1-r2) + - avoid to lock at the end of the package queue process on gtk.events_pending() + - do not spawn SpritzApplication.spawnUgcUpdate() after repositories sync, not needed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2391 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fe6661280190b684a7dc8a40b776839e05cbe275 +Author: lxnay +Date: Tue Sep 16 21:07:57 2008 +0000 + + Entropy/Spritz: + - order UGC entries by date + - make preview generation of UGC image entries exception-aware + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2390 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 98fa7d46353a86376c14ddf9b4ca0d74e41b467d +Author: lxnay +Date: Tue Sep 16 21:06:46 2008 +0000 + + Entropy/Spritz: + - add const.PREF_PAGES (Preferences pages index) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2389 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d64f205ffc01e2e1ae7d2a206a0d439d5e6d5e76 +Author: lxnay +Date: Tue Sep 16 21:04:15 2008 +0000 + + Entropy/Spritz: + - speed up searches by removing description from filters + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2388 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f464b54255efeaac553521d9f8b2285096cddaf8 +Author: lxnay +Date: Tue Sep 16 21:02:40 2008 +0000 + + Entropy/UGCClientInterface: + - remove debugging output on send_document_autosense() + Entropy/UGCCacheInterface: + - add multithreading lock handling to clean_* functions + - add clear_cache() method + - improve alldocs cache handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2387 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a093dc17349933d5a600dce0c2647e24b10a3071 +Author: lxnay +Date: Tue Sep 16 20:59:57 2008 +0000 + + Entropy/entropyConstants: + - add repoid key to etpConst['server_repositories'] + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2386 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 11a187a2f47b0abe409a9561df7145eb7003e9c5 +Author: lxnay +Date: Tue Sep 16 18:50:32 2008 +0000 + + Entropy/i18n: + - update translations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2385 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ccbe159e82cc23639b581a963d6ac7c8ce6ca8cb +Author: lxnay +Date: Mon Sep 15 16:26:41 2008 +0000 + + Entropy/Spritz: + - UGC: implement item properties (show), item submit (add), item deletion (remove) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2384 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5bd94af58fdc6c58cd7fbf3336b342a2ff3f2e6d +Author: lxnay +Date: Mon Sep 15 16:24:56 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2383 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80079465f3c451c418cf80006370c0cabd0e53c5 +Author: lxnay +Date: Mon Sep 15 16:24:20 2008 +0000 + + Entropy/TODO: + - update! + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2382 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 051de39d8ad0ef65fda5708dc423ce4a76495025 +Author: lxnay +Date: Mon Sep 15 16:22:35 2008 +0000 + + Entropy/entropyConstants: + - add document types descriptions (singular form) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2381 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc52cdeb027b3bce08f11241f80ec37fa56ebac8 +Author: lxnay +Date: Mon Sep 15 16:21:46 2008 +0000 + + Entropy/entropyTools: + - add kill method to parallelTask class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2380 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 52a16c2f6714842fb72bd445588fec97ab3cc21d +Author: lxnay +Date: Mon Sep 15 16:21:09 2008 +0000 + + Entropy/outputTools: + - make readtext() plopping proper unicode strings + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2379 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f240c150975868ba4fb9c2f3083d6a9388da8e88 +Author: lxnay +Date: Sun Sep 7 20:55:03 2008 +0000 + + Entropy/Spritz: + - started to implement UGC metadata handling inside the Package Info window + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2378 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5c3bbb46ae2a5e474f35cd837ad75d3a2f5539b4 +Author: lxnay +Date: Sun Sep 7 19:52:10 2008 +0000 + + Entropy/Spritz: + - add some image constants in the const class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2377 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19557861709e3ee0e1d5c78e70a1993d24ac7c0a +Author: lxnay +Date: Sun Sep 7 19:51:29 2008 +0000 + + Entropy/Spritz: + - sleep 2 seconds on the shut down to allow threads to exit cleanly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2376 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9af2dd6de92fc1316d1a68ef4380791b374d4fe2 +Author: lxnay +Date: Sun Sep 7 19:50:20 2008 +0000 + + Entropy/UGCCacheInterface: + - add UGCClientInterface.get_docs() cache infrastructure + Entropy/Socket/OpenSSL: + - add SysCallError exception handling + Entropy/entropyConstants: + - add ugc types description + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2375 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a2fe3e53cbdd48f253d3623fdea1b0a733ebf5e +Author: lxnay +Date: Sat Sep 6 20:59:52 2008 +0000 + + Entropy/Spritz: + - avoid using 100% CPU and messing with threads while voting + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2374 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed16c4c6120417ad72a8bea42530f71050310ee9 +Author: lxnay +Date: Sat Sep 6 14:04:39 2008 +0000 + + Entropy/i18n: + - update translations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2373 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c964b47bee84df2520cbf4c718ae0132652c369d +Author: lxnay +Date: Sat Sep 6 14:01:46 2008 +0000 + + Entropy/Spritz: + - put voting feature inside the applications TreeView + (which means a LOT of work) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2372 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dfb6f711609b2803935aa6dcb5ef2146f0be0dc4 +Author: lxnay +Date: Fri Sep 5 18:40:45 2008 +0000 + + Entropy/Spritz: + - make UGC basic metadata (vote and download info) to be downloaded/updated in background every 2 minutes + - make voting possible from the package properties menu + - more work on UGC support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2371 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aeb5ed8c14a66c257ed1cc8a689e6e2e9cba6266 +Author: lxnay +Date: Fri Sep 5 18:36:14 2008 +0000 + + Entropy/Spritz/etpgui: + - getUGCPackageVote(): improve function speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2370 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3052af44f485efa47e387f73f0ca4248a24221c1 +Author: lxnay +Date: Fri Sep 5 18:34:34 2008 +0000 + + Entropy/Spritz: + - update graphics and add some new UGC related icons + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2369 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9b49c4e91a023653942e9fbd2ab6f6675b23da4 +Author: lxnay +Date: Fri Sep 5 18:33:22 2008 +0000 + + Entropy/RepoInterface: + - fix a typo in ____construct_paths() and add 'profile.link' item + - run_sync(): remove self.Entropy.update_ugc_cache() call, not needed + Entropy/EquoInterface: + - loadRepositoryDatabase(): verify that repository id really exists + Entropy/DistributionUGCCommands: + - fix commands syntax + Entropy/UGCCacheInterface: + - support multi-threaded mode + - improve performance + - get_package_downloads(): return 0 instead of None in case of errors + - get_downloads_cache(), get_vote_cache(): check against pickle load exceptions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2368 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 021f399670278b75aefd67178f826399568d09db +Author: lxnay +Date: Sun Aug 31 19:25:28 2008 +0000 + + Entropy/Spritz: + - start to implement UGC inside the application, first step + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2367 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f91fbdc5a01cd3f6aad8050801fa535dc911df0 +Author: lxnay +Date: Sun Aug 31 15:20:30 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_ugc_alldownloads(): force values to int() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2366 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 703656912a3557284a1eec38827aacbdbf4480bd +Author: lxnay +Date: Sun Aug 31 15:13:45 2008 +0000 + + Entropy/UGCCacheInterface: + - new general purpose UGC caching infrastructure to speed up iterations when no up-to-date data is needed + Entropy/UGCClientInterface: + - move every caching related function to the new UGCCacheInterface class + - add some caching stuff + - make is_repository_eapi3_aware() faster + Entropy/DistributionUGCInterface: + - fix an error inside the query of get_ugc_alldownloads() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2365 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f62a9f87c29f92837adfd464052e035ba0ef9bb1 +Author: lxnay +Date: Sun Aug 31 12:20:42 2008 +0000 + + Entropy/SSL: + - remove debugging output + - improve SSL support by ironing out its socket interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2364 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76b85350f825205eb5e168f8f13f350a8e6a38b5 +Author: lxnay +Date: Sun Aug 31 11:48:20 2008 +0000 + + Entropy: + testing SSL on big transfers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2363 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf0c175b9d0eb962def461ffcf12847a2cf12adc +Author: lxnay +Date: Sun Aug 31 11:42:49 2008 +0000 + + Entropy: + testing SSL on big transfers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2362 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2082bce7262df23c3393760c5abea80b3701e0c5 +Author: lxnay +Date: Sun Aug 31 11:39:12 2008 +0000 + + Entropy: + testing SSL on big transfers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2361 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1493014901d6d652d257e8ce6cd662fc0b3ca46d +Author: lxnay +Date: Sun Aug 31 11:04:55 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2360 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a023dd7d089671d1af4e27cbc470588ed5c166a +Author: lxnay +Date: Sun Aug 31 11:03:22 2008 +0000 + + Entropy/SocketHostInterface: + - add some debugging code + - try to split stream into multiple chunks on transmit() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2359 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0695e72048553d6ca4976085199896366dee0471 +Author: lxnay +Date: Sun Aug 31 10:54:50 2008 +0000 + + Entropy/SocketHostInterface: + - add support for noop string + - add some testing code + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2358 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f34d98ca3c8ecc0672802df7a93da578063430e1 +Author: lxnay +Date: Sun Aug 31 10:37:32 2008 +0000 + + Entropy/SocketHostInterface: + - improve transmitter on SSL + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2357 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a4edd8b28330850c84a6a545e5a08e88c4a1449 +Author: lxnay +Date: Sun Aug 31 10:22:28 2008 +0000 + + Entropy/SocketHostInterface: + - workaround pyOpenSSL bug on sendall, connection tends to die, use send + Entropy/UGCClientInterface: + - improve performance of ugc_get_allvotes() and ugc_get_alldownloads() + - fix a bug with the selection of the connection port when ssl_connection is disabled + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2356 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5fa23d6fe1c98e4d6f49e55dcbde3f3071104d2 +Author: rogerc +Date: Thu Aug 28 14:42:15 2008 +0000 + + updated ca.po translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2355 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 147992c71bec638752eb020bf1331c30a03163d4 +Author: lxnay +Date: Thu Aug 28 10:02:40 2008 +0000 + + Entropy: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2353 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 20e530f57bc431a64273b67e3b4dc93ade6ccdce +Author: lxnay +Date: Wed Aug 27 20:38:44 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2352 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1d0a07f4dfecb803dc9b7d917d7998011d447602 +Author: lxnay +Date: Wed Aug 27 20:37:56 2008 +0000 + + Entropy/Equo: + - complete initial UGC implementation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2351 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6bbed4e2e3326af3ba4f9136f6381a8aab0c8ae6 +Author: lxnay +Date: Wed Aug 27 20:37:35 2008 +0000 + + Entropy/misc: + - cosmetic changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2350 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 686ea56525ea5d7f5ca471c7825943f1b6c1c58a +Author: lxnay +Date: Wed Aug 27 18:47:25 2008 +0000 + + Entropy/DistributionUGCInterface: + - workaround mysql library issue when using SQL statement 'IN' in a single item list + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2349 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3718292f7a912d8fd5899a08da0c0c1cfa039f72 +Author: lxnay +Date: Wed Aug 27 18:39:03 2008 +0000 + + Entropy/DistributionUGCInterface: + - cast list to tuple in queries using SQL 'IN' statement + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2348 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cbdcd53b1cc30ef077f24029d10ec25dc0c002e +Author: lxnay +Date: Wed Aug 27 17:59:36 2008 +0000 + + Entropy/UGC Server Interface: + - move extra metadata collection to its own function DistributionUGCInterface._get_ugc_extra_metadata() + - make every single data retrieval function in DistributionUGCInterface to use _get_ugc_extra_metadata() + Entropy/RepositorySocketClientInterface: + - add separated show_progress bool to enable file transfer progress output while keeping other messages disabled through quiet + Entropy/UGCClientInterface: + - add show_progress parameter + - add helper function send_document_autosense() to ease document upload + - add helper function remove_document_autosense() to ease document removal + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2347 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d4f1f88da27c3bcb00681a2393cdfb354704f091 +Author: lxnay +Date: Wed Aug 27 08:45:44 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_ugc_metadata_doctypes(): provide URL for uploaded items + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2346 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d033fcb154b7aa10a61a645f120d437a8bbfe486 +Author: lxnay +Date: Tue Aug 26 18:35:58 2008 +0000 + + Entropy/UGC Client/Server Interface + - implement new command ugc:get_documents_by_identifiers to allow retrieval of documents through their identifiers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2345 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2fdfb3a9b3ee50ac93a16786fa9c9bb3484fc1eb +Author: lxnay +Date: Tue Aug 26 17:00:26 2008 +0000 + + Entropy/DistributionUGCInterface: + - get_ugc_metadata_doctypes(): retrieve more information regarding each item + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2344 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06eb4c661b3384f827750e763ef256dd7cd68971 +Author: lxnay +Date: Tue Aug 26 16:09:13 2008 +0000 + + Entropy/UGC Server Interface: + - move keywords and pkgkey retrieval to DistributionUGCInterface.get_ugc_metadata_doctypes_by_identifiers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2343 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d26e986783d8c6775a9e84b53cae6e71b7ea151 +Author: lxnay +Date: Tue Aug 26 16:05:23 2008 +0000 + + Entropy/UGC Server Interface: + - _get_generic_doctypes_by_identifiers(): get keywords and package key too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2342 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a7537a0d7b9e44c8eb3b057f7b1d4d9fe64cbdba +Author: lxnay +Date: Tue Aug 26 13:31:17 2008 +0000 + + Entropy/UGC Server Interface: + - add two commands to allow text-based documents retrieval by their identifiers (iddoc) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2341 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b425c3b415081acc14bb678d9f9344cf9b0b68f +Author: lxnay +Date: Tue Aug 26 13:00:10 2008 +0000 + + Entropy/UGC Interface: + - move UGC package vote range to etpConst['ugc_voterange'] + - add voting support to Equo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2340 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76c16149adf30919dbf925e4853b58624db03583 +Author: lxnay +Date: Tue Aug 26 11:29:25 2008 +0000 + + Entropy/Server Interface: + - export binary packages expiration days setting to server.conf + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2339 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a6b628d93d224061f53276ba4ba606a02af25bf4 +Author: lxnay +Date: Tue Aug 26 11:03:58 2008 +0000 + + Entropy/EquoInterface: + - when rewriting grub.conf pay attention to the encoding + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2338 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e3cfc4a298c4a18fd5d74571882767d86a8a3639 +Author: lxnay +Date: Tue Aug 26 11:00:54 2008 +0000 + + Entropy/EquoInterface: + - do not allow to set an invalid database compression format on addRepository or during constants init + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2337 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 772f974dff8ade5542c4969c9a3d4dc4d331fa1a +Author: lxnay +Date: Tue Aug 26 10:53:36 2008 +0000 + + Equo/query: + - check if myopts is empty + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2336 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd33480926c62bc8da92e7c592a3217110c98397 +Author: lxnay +Date: Tue Aug 26 10:51:24 2008 +0000 + + Entropy/ServerInterface: + - initialize_server_database(): fix revision handling on updateProgress + Entropy/Database Interface: + - addPackage(): avoid to have issues with missing revision key in etpData when revision != -1 + Entropy/Equo: + - handle SPMError exceptions + Entropy/Equo/rescue: + - filter out broken atoms when running gentoosync + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2335 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 258ea65cec2ccf576b842875bfb85de6507b3552 +Author: lxnay +Date: Tue Aug 26 10:33:51 2008 +0000 + + Entropy/PortageInterface: + - handle exceptions on Portage classes instantiation + - add a new exception called SPMError + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2334 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 72c8e30f807ad2c4669ba109f328e3f4439e5487 +Author: lxnay +Date: Tue Aug 26 10:25:34 2008 +0000 + + Entropy/Equo/remove: + - fix variable encoding + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2333 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a19306ba366d8cb4d4c08a5b42f994eb5000a21a +Author: lxnay +Date: Tue Aug 26 10:23:56 2008 +0000 + + Entropy/TriggerInterface: + - remove duplicated functions and routines related to /etc/init.d services handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2332 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b4a124b8d32cdc94c4e18a2ab50c11db35fea1aa +Author: lxnay +Date: Mon Aug 25 14:26:34 2008 +0000 + + Entropy/Equo/UGC: + - add 'add comments' feature to Equo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2331 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c81c375183559436189d38fb8b7da7f9224d7cec +Author: lxnay +Date: Fri Aug 22 18:43:24 2008 +0000 + + Entropy: + - updated TODO + Entropy/UGC Client Interface: + - implement login/logout and first data retrieval function (comments) + - implement Equo interface to Entropy UGC + Entropy/Server Interface: + - handle repository compilator/Portage information per branch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2330 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c5d51eeac2b15ae2572937ecc8126b66588ea383 +Author: lxnay +Date: Sat Aug 2 15:39:32 2008 +0000 + + Entropy/UGCClientAuthStore: + - ignore IOError on setup_permissions() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2329 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7a4a644e06e4c2d4f029077dafbf6e5c0cb009e +Author: lxnay +Date: Sat Aug 2 15:36:50 2008 +0000 + + Entropy/UGCClientAuthStore: + - also handle IOError on parse + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2328 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c847942b57e107985d4674e4ef7a26500b7b5837 +Author: lxnay +Date: Sat Aug 2 15:27:10 2008 +0000 + + Entropy/UGC: + - break SQL schema (hopefully for the last time) to ease the retrieval of username related to userid + - add get_username method in the authenticator classes + - fix some typo errors + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2327 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 350c3cfd30008bec88b659e158246a229925cb96 +Author: lxnay +Date: Sat Aug 2 12:54:13 2008 +0000 + + Entropy/Equo: + - add UGC module + - implement login/logout functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2326 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 00611929faadc91e4c8b4021f770fb92b8129a40 +Author: lxnay +Date: Sat Aug 2 12:53:00 2008 +0000 + + Entropy/repository daemon template: + - update template to reflect previous commits + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2325 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5c13b054fa35c2f403f050c0af8158abb85efaf0 +Author: lxnay +Date: Sat Aug 2 12:51:58 2008 +0000 + + Entropy/DistributionUGCInterface/DistributionUGCCommands: + - add store_url support, in this way it is possible to return a valid URL to client after having submitted a generic file (such as images, archives etc) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2324 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d97cde0243acbecfbb7dc0f87f732ed2dca30057 +Author: lxnay +Date: Fri Aug 1 17:13:09 2008 +0000 + + Entropy/Spritz: + - remove debugging stuff pulled in by the previous commit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2323 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 51fb1086d9918dd8098f0f733d5d25452c2aa78a +Author: lxnay +Date: Fri Aug 1 17:11:46 2008 +0000 + + Entropy/Spritz: + - implement askQuestion and inputBox methods inherited from TextInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2322 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd8ca2644c617057c4f56950b90be4183b35dcd4 +Author: lxnay +Date: Fri Aug 1 17:10:42 2008 +0000 + + Entropy/outputTools: + - improve askQuestion maximum supported responses + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2321 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 392bfb4c3375afd0722470f1fef17251c6a67505 +Author: lxnay +Date: Fri Aug 1 17:09:47 2008 +0000 + + Entropy/UGCClientInterface: + - add remove_file, remove_image, remove_youtube_video methods + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2320 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 75276cb9a4193e7d97250e8cb83a71243ed157ab +Author: lxnay +Date: Fri Aug 1 09:07:27 2008 +0000 + + Entropy/DistributionUGCCommands: + - add remove_file, remove_image, remove_youtube_video commands + - EntropyRepositorySocketClientCommands: + - add support for remove_file, remove_image, remove_youtube_video commands + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2319 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a92e2a4996bb280e5f7e1002cf915a7459b6585 +Author: lxnay +Date: Thu Jul 31 16:48:03 2008 +0000 + + Entropy/TriggerInterface: + - trigger_ebuild_postremove(): handle EOFError exceptions when setting up ebuild environment + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2318 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5873bd2d3476d8afe04716fac2be283369cc8dff +Author: lxnay +Date: Thu Jul 31 08:40:37 2008 +0000 + + Entropy/Equo: + - text_smart: fix InflateHandler() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2317 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7320a093a4fd08f2330d65f40440bbbbfb3f4b7e +Author: lxnay +Date: Thu Jul 31 08:33:55 2008 +0000 + + Entropy/EntropyRepositorySocketClientCommands: + - on convert_stream_to_object() handle zlib errors too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2316 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e2bd52bb9f93142edd17b0badb2f2a76ea86a20 +Author: lxnay +Date: Thu Jul 31 08:29:08 2008 +0000 + + Entropy/entropyTools: + - removePackageOperators(): avoid crashing with malformed atom strings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2315 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2867d436afe914601350b8952a08ddbaf54bce33 +Author: lxnay +Date: Thu Jul 31 08:10:29 2008 +0000 + + Entropy/DistributionUGCInterface: + - fix insert_generic_file() on destination path creation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2314 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a4c0f83da084c211ed424ea40b6f64efe71e425 +Author: lxnay +Date: Sat Jul 26 07:22:05 2008 +0000 + + Entropy/entropyTools: + - compareVersions() do not raise an exception when ver1 or ver2 are None + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2313 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b79ea7d0115b7f47fe9c3568251fc756ae92f698 +Author: lxnay +Date: Fri Jul 25 13:43:05 2008 +0000 + + Entropy/entropyTools: + - xml_from_dict(): only support basestring + Entropy/DistributionUGCCommands: + - docmd_register_stream(): fix new_stream_path + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2312 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 12d02e5dc391fc5e9b40ebf8c1737d24660642d2 +Author: lxnay +Date: Fri Jul 25 13:16:44 2008 +0000 + + Entropy/DistributionUGCCommands: + - I sometimes am a moron + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2311 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c7af37274d7023f2b2d6658f345c05bcfbc375c +Author: lxnay +Date: Fri Jul 25 13:11:29 2008 +0000 + + Entropy/DistributionUGCCommands: + - I sometimes am a moron + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2310 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4134113e39a2ca99aee3f478eadeb21a11564db1 +Author: lxnay +Date: Fri Jul 25 13:06:41 2008 +0000 + + Entropy/DistributionUGCCommands: + - set xml-based UGC commands to raw, to avoid SocketHostInterface to mess the string + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2309 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0a03ee0435bee4aeb90696ba7feec12f12650eb +Author: lxnay +Date: Fri Jul 25 12:54:58 2008 +0000 + + Entropy/SocketHostInterface: + - _get_args_kwargs: if kwargs fails, add to myargs as string + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2308 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d25ac956aacad3689466eb8f769fa770256fc09 +Author: lxnay +Date: Fri Jul 25 12:16:57 2008 +0000 + + Entropy/entropyTools: + - added handy functions to stream a dict to xml and vice versa + Entropy/UGCClientInterface: + - break API in favour of a more scalable UGC handling (providing title, desc, keywords support to every document in database) + - reflect changes in UGC Server interface + - implement file send (untested yet) + Entropy/DistributionUGCCommands: + - implement streamed files handling + - API break, reflect changes in UGC Database interface + Entropy/DistributionUGCInterface: + - break SQL schema, add entropy_docs_keywords table + - update entropy_docs related methods to support keywords, title and description (the latter when needed) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2307 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3912cdd43ccfede14aa09dc7bb674e4d71eb5567 +Author: lxnay +Date: Thu Jul 24 22:11:14 2008 +0000 + + Entropy/UGCClientInterface: + - implement more methods: get_downloads, get_alldownloads, get_docs + self explanatory + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2306 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2fa7575b4e9ff9194f63ac6527accb8b35194565 +Author: lxnay +Date: Thu Jul 24 22:04:34 2008 +0000 + + Entropy/SocketHostInterface: + - uncomment file removal on destroy_session + Entropy/EntropyRepositorySocketClientCommands: + - fine tune ugc_send_file method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2305 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb919bec35b7986695432844c1f6ab08586350c3 +Author: lxnay +Date: Thu Jul 24 21:56:26 2008 +0000 + + Entropy/SocketHostInterface: + - fix stream commands + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2304 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 93ff724533489310a1c73a397c7698d24b1709cd +Author: lxnay +Date: Thu Jul 24 19:11:45 2008 +0000 + + Entropy/SocketHostInterface: + - rename setup_commands to config_commands + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2303 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6c9d4f6bfa788acc5a1fcdfce63bf114a43188e6 +Author: lxnay +Date: Thu Jul 24 19:09:05 2008 +0000 + + Entropy/SocketHostInterface: + - add commands category: setup_commands, to make session_config working + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2302 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15d37e2758d87d08859f75db15acd4cb267190ca +Author: lxnay +Date: Thu Jul 24 18:40:29 2008 +0000 + + Entropy/SocketCommandsSkel: + - fix raw_commands setup + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2301 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3255a7eddfc46c4f9969b44967f6a04d022d40a2 +Author: lxnay +Date: Thu Jul 24 18:37:16 2008 +0000 + + Entropy/SocketHostInterface: + - fix IndentnationError + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2300 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4784837eaebf303842b5a3cc6a0ec03605f7ecae +Author: lxnay +Date: Thu Jul 24 18:34:44 2008 +0000 + + Entropy/SocketHostInterface: + - add raw commands support, break .register() method API + - fix stream commands handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2299 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f6d3d99de08bf30d26b9988d75ad9879733f98ac +Author: lxnay +Date: Thu Jul 24 17:57:34 2008 +0000 + + Entropy/EntropyRepositorySocketClientCommands: + - rename method set_gzip_compression_on_rc to set_gzip_compression + - add support for sending files compressed through zlib + Entropy/SocketHostInterface: + - support streams compressed with zlib + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2298 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fe68b3db41a362ab619e5105c34bc43256e6cf0b +Author: lxnay +Date: Thu Jul 24 17:20:48 2008 +0000 + + Entropy/UGCClientInterface: + - reorder/move functions around + Entropy/SocketHostInterface: + - add support for sending streams + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2297 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 126ebcdaf0fc909e6630da92084f90c641f245bf +Author: lxnay +Date: Thu Jul 24 12:52:38 2008 +0000 + + Entropy/DistributionUGCInterface: + - fix get_ugc_downloads query + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2296 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 407287ce3350aa4869a279077e112365161ddde4 +Author: lxnay +Date: Thu Jul 24 12:49:45 2008 +0000 + + Entropy/UGCClientInterface: + - improve performance + - fix do_cmd method when login data is not available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2295 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1a0f05039d409170c52557e479a679e08c6b3457 +Author: lxnay +Date: Thu Jul 24 12:42:49 2008 +0000 + + Entropy/UGCClientInterface: + - complete the foundations of the interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2294 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5bfa602e37906d04551f18770995faab1bbecb0 +Author: lxnay +Date: Thu Jul 24 10:59:21 2008 +0000 + + Entropy/EquoInterface: + - implement UGC instance inside EquoInterface + - hook it with packages download + Entropy/UGCClientInterface: + - implement most of the methods (not yet complete) + Entropy/DistributionUGCInterface: + - add SQL foreign keys references + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2293 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d725b06fac1128c0bb390d64028127606e0a37e2 +Author: lxnay +Date: Thu Jul 24 10:56:04 2008 +0000 + + Entropy/outputTools: + - handle EOFError on askQuestion + - fine tune readtext() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2292 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 83a9b57c84afe443a142f0764f70a1ebd51d1e49 +Author: lxnay +Date: Thu Jul 24 07:49:45 2008 +0000 + + Entropy/UGCClientAuthStore: + - implementation of the UGC login credentials handling interface completed + Entropy/UGCClientInterface: + - main UGC client-side interface outlined + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2291 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 34844759093b3bd8a27697ea60dce0f2d18532f7 +Author: lxnay +Date: Thu Jul 24 07:48:02 2008 +0000 + + Entropy/Entropy Repository Daemon example: + - add support for UGC + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2290 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4f7a1a2ba67dcb7877f50cd6310e74cecbfda6eb +Author: lxnay +Date: Wed Jul 23 12:46:49 2008 +0000 + + Entropy/EntropyRepositorySocketClientCommands: + - adding all the server-side implemented commands + Entropy/RepositorySocketClientInterface: + - encode in utf8 before sending (I'll have to adjust decoding server-side too) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2289 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 769dc2e03666e628ffeddbb2b288ed6959ebe97c +Author: lxnay +Date: Wed Jul 23 11:41:25 2008 +0000 + + Entropy/misc: + - fix some minor stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2288 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a5b4d8d3dc98e474afae042d347695ac13cb0395 +Author: lxnay +Date: Wed Jul 23 11:37:54 2008 +0000 + + Entropy/misc: + - fix some minor stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2287 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3e262fbd500953c46392c3c4f8fe4ede9dc7d75c +Author: lxnay +Date: Wed Jul 23 11:35:48 2008 +0000 + + Entropy/EntropyRepositorySocketClientCommands: + - add download command + Entropy/misc: + - fix some minor stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2286 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cd74182122b336b3a086009ec6947d5a1e61d12 +Author: lxnay +Date: Mon Jul 21 23:47:18 2008 +0000 + + Entropy/SocketHostInterface: + - make external commands classes to have dynamic args and kwargs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2285 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b3151402258d13d1142325f27de4dbbd03991fcc +Author: lxnay +Date: Mon Jul 21 23:17:16 2008 +0000 + + Entropy/DistributionUGCInterface: + - drop pyclamav dependency + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2284 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ae6a9b4ca3082ec69ec79b92c859dafa51db23d1 +Author: lxnay +Date: Mon Jul 21 18:37:49 2008 +0000 + + Entropy/DistributionUGCCommands: + - add more commands (read write ones) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2283 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d1ccbab6ea926b79338432c6bc83d01ff3a61b1f +Author: lxnay +Date: Mon Jul 21 13:37:55 2008 +0000 + + Entropy/Spritz: + - avoid to install binary packages when a queue is running + Entropy/TODO: + - updated TODO + Entropy/Equo: + - added moo option, can't tell you anything on the feature + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2282 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2286fb60b721a015afecc5f064a115358b00fafa +Author: lxnay +Date: Mon Jul 21 13:32:19 2008 +0000 + + SocketAuthenticatorSkel: + - move socket authenticators basic functions there + DistributionUGCCommands: + - commands rename + - added vote command + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2281 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0eb5c3bf01698275318f126570e47509b31599a5 +Author: lxnay +Date: Mon Jul 21 08:38:19 2008 +0000 + + Entropy/SocketCommandsSkel: + - move __str__ definition here + Entropy/DistributionUGCCommands: + - implement a first set of readonly commands for the User Generated Content infrastructure + Entropy/DistributionUGCInterface: + - complete and stabilize the real UGC database interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2280 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ba89080b5f30c3d0a59fce8ea911dc6de4b6923 +Author: lxnay +Date: Mon Jul 21 08:36:25 2008 +0000 + + Entropy/Constants: + - export UGC doctypes to the constants dictionary + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2279 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82df8583c48ac1233d2a91308b58ff709a921e9b +Author: lxnay +Date: Fri Jul 18 06:31:32 2008 +0000 + + Entropy/DistributionUGCInterface: + - complete insert_youtube_video method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2278 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19d0b0b91f34882858bbf1a14599ee615dc35667 +Author: lxnay +Date: Fri Jul 18 06:22:56 2008 +0000 + + Entropy/DistributionAuthInterface/RemoteDbSkelInterface/DistributionUGCInterface: + - bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2277 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d8d032cd9b268c8ce2a41b2da29efa89d67ae5f +Author: lxnay +Date: Fri Jul 18 06:07:43 2008 +0000 + + Entropy/EquoInterface/PortageInterface: + - tested with Portage 2.2 + Entropy/DistributionUGCInterface: + - implemented basic functionalities + YouTube videos submission + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2276 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3ba7de28269ae06d5e3b77a1985c074e2b08cb1b +Author: lxnay +Date: Thu Jul 17 15:57:15 2008 +0000 + + Entropy/Equo: + - fix --savedir directory path + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2275 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea2b68d2f6578cadcb1069218e80f98b7420433b +Author: lxnay +Date: Thu Jul 17 10:54:49 2008 +0000 + + Entropy/RepoInterface: + - fix is_repository_updatable(), return True if onlinestatus == -1 + - remove old databases to avoid wasting space + Entropy/RemoteDbSkelInterface: + - this is a new generic skel class for MySQL connections + Entropy/DistributionAuthInterface: + - move basic methods to RemoteDbSkelInterface + Entropy/DistributionUGCInterface: + - first commit of the UGC interface that will be used by the Repository Manager + Entropy/phpBB3AuthInterface: + - make it a subclass of RemoteDbSkelInterface + Entropy/RepositoryManager: + - some misc updates (still incomplete) + Entropy/EntropyDatabaseInterface: + - fix listAllFiles method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2274 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79095d7805250d4b3472a50f6f274ef84a670d2e +Author: lxnay +Date: Thu Jul 17 10:49:09 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2273 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cf8b0a2dccb3e9294c2dbf4f24f0dfb02540c72 +Author: lxnay +Date: Thu Jul 17 10:48:09 2008 +0000 + + Entropy/Equo: + - avoid raising an exception if text_configuration cannot be imported due to missing /usr/bin/diff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2272 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit adddbf3cbd6d1e04333ae6764b73dbb81ae8b3f5 +Author: lxnay +Date: Thu Jul 17 10:44:39 2008 +0000 + + Entropy/Electron: + - fine tune some variables + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2271 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 827453b42dd516ca1b980a89fa34238768937363 +Author: rogerc +Date: Thu Jul 10 09:18:44 2008 +0000 + + added de.po translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2269 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 77affa6757777166201423df22b8054a6612e8f6 +Author: lxnay +Date: Mon Jul 7 10:53:37 2008 +0000 + + Entropy/Notification Applet: + - fix pixmap installation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2258 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0aed29460d10c95cd9cf7bd207650d305db11801 +Author: lxnay +Date: Mon Jul 7 10:48:55 2008 +0000 + + Entropy/Notification Applet: + - split notification applet + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2257 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit db6c48f2270db70db9672ae07684a3ade96014d1 +Author: lxnay +Date: Mon Jul 7 10:48:27 2008 +0000 + + Entropy/Spritz: + - remove entropy-notification.png + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2256 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 75cb23ddcaeffecd0fb3d69047833bf3918f313c +Author: lxnay +Date: Mon Jul 7 10:44:04 2008 +0000 + + Entropy/Spritz: + - get rid of the applet from here, splitting... + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2255 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3c43ce74469771705f3c7a8402fa4fabe48d2852 +Author: lxnay +Date: Sun Jul 6 17:23:33 2008 +0000 + + Entropy/Spritz: + - use entropyContants's functions to parse repository strings + - add SSL port parameter to the repository settings window + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2254 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b571cdad6636ab4fd151786c4ec1fe35877bdcb7 +Author: lxnay +Date: Sun Jul 6 17:22:50 2008 +0000 + + Entropy/entropyTools: + - fix getRepositorySettings() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2253 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 71eb2d276a85d9ce1b84dc8d56253fea17c93e75 +Author: lxnay +Date: Sun Jul 6 17:22:26 2008 +0000 + + Entropy/entropyConstants: + - move repository string parsing for both client and server to specific functions: + - const_extractClientRepositoryParameters() + - const_extractServerRepositoryParameters() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2252 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88fee1e82037a5f75cc84a52724da4881f96f112 +Author: lxnay +Date: Sun Jul 6 17:21:31 2008 +0000 + + Entropy/SocketHostInterface: + - handle KeyboardInterrupt exceptions when listening on the socket + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2251 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 492b866bfc9396d68136a001fb0cee49496d8091 +Author: lxnay +Date: Sat Jul 5 17:47:17 2008 +0000 + + Entropy/phpBB3AuthInterface: + - store phpbb_users row into self.login_data + - make all the SQL queries using user_id instead of username_clean + Entropy/phpbb3Authenticator: + - update set_session() to reflect changes above + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2250 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3ca2614270bf2972c2647697b45e30c1906623b9 +Author: lxnay +Date: Sat Jul 5 17:32:38 2008 +0000 + + Entropy/RepoInterface: + - fix a typo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2249 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cd5f3c403d5e12830f0b95b5cb65485a7e6d530 +Author: lxnay +Date: Sat Jul 5 17:30:17 2008 +0000 + + Entropy/urlFetcher/RepoInterface: + - add a new disallow_redirect parameter, that makes urlFetcher.download() to return an error in case of URL redirects + - enable disallow_redirect when downloading repository data (RepoInterface.run_sync()) + - avoid to return an error if urlFetcher.download() fails due to issues with our custom User-Agent when downloading from HTTP + Entropy/Socket Services: + - create a parent class SocketCommandsSkel which acts as skeleton to any SocketHostInterface command class, this avoids having to declare register() matching a proper signature not even documented (until this commit) + - some slight fixes/updates in the BasicPamAuthenticator class, change docmd_userdata() API removing unneeded parameters + - make BuiltInCommands class a subclass of SocketCommandsSkel and remove register() since it's now inherited + - get_new_session() now creates 4 more keys in the session dictionary for easy reference: admin, moderator, user, developer indicating the post-authentication user level + Entropy/phpbb3Authenticator: + - update API to reflect the changes in SocketHostInterface + Entropy/Repository Services interface: + - add a new commands class (phpbb3Commands) that can be used to extend functionalities when using the phpbb3 authenticator + Entropy/Electron: + - more preliminary work on the login and widgets + Entropy/RepositoryCommands: + - make it a subclass of SocketCommandsSkel too + Entropy/RepositorySocketServerInterface: + - make external_cmd_classes keyword argument to work correctly + - update get_logged_user_data() to reflect changes in server API + - add 3 new functions (self explanatory): is_administrator(), is_moderator(), is_developer(), is_user() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2248 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6e6991be8dd089fddb3854049f23279e0960cb8 +Author: lxnay +Date: Sat Jul 5 17:15:25 2008 +0000 + + Entropy: + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2247 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5224d043bf17c36235fe91c209316ed391560658 +Author: rogerc +Date: Sat Jul 5 00:01:57 2008 +0000 + + update ca.po + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2245 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 66a51aa4ff68f876b47c7390b2f95e9b4cd198de +Author: lxnay +Date: Fri Jul 4 18:04:42 2008 +0000 + + Entropy/outputTools: + - fix typo in readtext() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2244 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cf7055d40797d6c8e3692bd364e8226378cfcdba +Author: lxnay +Date: Fri Jul 4 16:20:57 2008 +0000 + + Entropy/i18n: + - fix a typo inside entropy_i18n module + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2243 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit befa1f5fe550a19e54770f48985fc94d50037291 +Author: lxnay +Date: Fri Jul 4 06:53:49 2008 +0000 + + Entropy/EntropyRepositorySocketClientCommands: + - implement support for user_data command + Entropy/phpbb3Authenticator: + - move here, since can be useful to third parties too + Entropy/SocketHostInterface/Authenticator: + - add basic function get_userdata to retrieve logged user information + - add a new built-in command user_data + svn ci -m + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2242 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0f9672e58c7456be4bdb6930146e91570b1e746 +Author: lxnay +Date: Fri Jul 4 06:45:22 2008 +0000 + + Entropy/managerTools/Electron: + - tweak some widgets making them a bit less rough + Entropy/SocketHostInterface/Authenticator: + - add basic function get_userdata to retrieve logged user information + - add a new built-in command user_data + Entropy/EntropyRepositorySocketClientCommands: + - add support for user_data command + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2241 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fc4a6a31e8ca5fe149f8b7f84f30fdfe097c76f5 +Author: lxnay +Date: Thu Jul 3 23:01:42 2008 +0000 + + Entropy/server.conf: + - update server.conf.example accordingly to my previous commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2240 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 651b3b9efb374d25c01bb8d17a0e50d2a7e08a94 +Author: lxnay +Date: Thu Jul 3 23:01:14 2008 +0000 + + outputTools: + - implemented generic method inputBox(), in this way we can have reimplement it depending on the frontend + - make readtext handle password submissions (no echo) + Entropy/Repository Manager: + - implement a ready to use input dialog widget in managerTools + - started to implement repository authentication (if enabled) + - reimplemented inputBox method + - added a PasswordEdit widget, a subclass of urwid.Edit for password inputs + Entropy/entropyConstants: + - add ssl_service_port, service_port and service_url information to etpConst['server_repositories'] and updated repository| syntax (backward compat btw) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2239 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2072c6eaa9d338f5f9e5db53f765f6a9c8d873d6 +Author: lxnay +Date: Thu Jul 3 16:04:29 2008 +0000 + + Entropy/i18n: + - update translations + - update template + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2238 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6fbeab526e659fa9bf855f5cbed3e71d6adbf64f +Author: lxnay +Date: Thu Jul 3 11:10:06 2008 +0000 + + Entropy/PackageInterface: + - fix entropyTools attribute path + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2237 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab507792b7c042c28e1a0dc7b8d2d4c535fd55c3 +Author: lxnay +Date: Thu Jul 3 11:09:08 2008 +0000 + + Entropy/PackageInterface: + - return 0 if in _install_package_into_gentoo_database() the world file is not found + - catch UnicodeDecodeError and UnicodeEncodeError while reading and writing the world file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2236 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a02ca0bf5310c87d4bf19f00fd1d7a092c365d5 +Author: lxnay +Date: Thu Jul 3 10:02:56 2008 +0000 + + Entropy/Equo: + - fix unicode decoding issues in the orphans tool + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2235 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 22ec18ae24350da2c7f74713dd859468b173fcb6 +Author: lxnay +Date: Thu Jul 3 09:12:03 2008 +0000 + + Entropy/ServerInterface: + - avoid to give up when online md5 check returns unknown data + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2234 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 928bb73874eff64dc060390beb139ab597c4d825 +Author: lxnay +Date: Thu Jul 3 09:02:14 2008 +0000 + + Entropy/RepoInterface: + - adding server.cert and ca.cert to __construct_paths() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2233 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73d8930948a0acc4a95845b35f973ea5851873f5 +Author: lxnay +Date: Wed Jul 2 23:08:27 2008 +0000 + + Entropy/RepositorySocketClientInterface: + - complete basic SSL support + Entropy/RepoInterface: + - make entropy clients to download server certificates correctly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2232 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 399ebd228b2356c99f9bad0c59553e82236f8967 +Author: lxnay +Date: Wed Jul 2 17:13:58 2008 +0000 + + Entropy/SocketHostInterface: + - SSL: also issue load_client_ca() + - SSL: handle more SSL exceptions correctly + Entropy/RepositorySocketClientInterface: + - handle both pyopenssl and socket.ssl (as fallback) properly, this will make SSL support more solid + - test some stuff, please be patient, still working on fine tuning some details + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2231 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6745864ea2249dededceb38e891cb6f4686ffd1 +Author: lxnay +Date: Wed Jul 2 14:06:14 2008 +0000 + + Entropy/SocketHostInterface: + - some misc updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2230 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 81f94877dcd92b17b376c2739dc3b10221b1d678 +Author: lxnay +Date: Wed Jul 2 14:01:48 2008 +0000 + + Entropy/SocketHostInterface: + - some misc updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2229 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e584c0877d029c053bf654ee8694c18ced1815b +Author: lxnay +Date: Wed Jul 2 14:00:10 2008 +0000 + + Entropy/SocketHostInterface: + - some misc updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2228 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a893f29962f303e9588996d8aa1e74f232c3e86 +Author: lxnay +Date: Wed Jul 2 13:47:56 2008 +0000 + + Entropy/SSL/Sabayon: + - update, hopefully for the last time, our certs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2227 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 242cbb9a45ca3d3b54e74e1e7631e76925e11808 +Author: lxnay +Date: Wed Jul 2 13:45:42 2008 +0000 + + Entropy/SocketHostInterface/SSL: + - do not raise OSError exceptions on os.chown() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2226 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2da585a909eb523492ba30d1b3406fc08802fe7a +Author: lxnay +Date: Wed Jul 2 13:44:26 2008 +0000 + + Entropy/SocketHostInterface/SSL: + - indent setup_ssl() a little bit better + - do not overwrite previous certificates/keys + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2225 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f23e72d263b016674abf3ea6444ae862580be7a9 +Author: lxnay +Date: Wed Jul 2 13:41:18 2008 +0000 + + Entropy/SocketHostInterface/SSL: + - since SSL stuff is autogenerated, there's no need to raise those exceptions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2224 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d37a49d9010a1ad74b0c53a696ece28875c238ce +Author: lxnay +Date: Wed Jul 2 13:39:26 2008 +0000 + + Entropy/SocketHostInterface/SSL: + - update create_ca_certs() and rename it to create_ca_server_certs() + - make SSL certificates creation fully automated + Entropy/ServerInterface: + - make upload_database() to push both server and CA certificates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2223 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b355cb98ae92e1a23770fb2d5b12c018c607af77 +Author: lxnay +Date: Wed Jul 2 13:18:08 2008 +0000 + + Entropy/SSL/Sabayon: + - add our SSL server certificate back + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2222 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de179c35f709960cd62052ee7c85255ce1867060 +Author: lxnay +Date: Wed Jul 2 13:07:31 2008 +0000 + + Entropy/SSL/Sabayon: + - update Sabayon Linux SS CA cert + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2221 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7f501cc4276df5ae1252164c37c16298c720a5dc +Author: lxnay +Date: Wed Jul 2 13:05:02 2008 +0000 + + Entropy/SocketHostInterface: + - avoid to raise OSError if chown() fails + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2220 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3592f41deb7b38e0470238dc74af993062990587 +Author: lxnay +Date: Wed Jul 2 13:00:04 2008 +0000 + + Entropy/SocketHostInterface: + - fix create_ca_certs(), make it creating a certificate request + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2219 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9d8490d6921e17f071409a9cc5054687777d8f97 +Author: lxnay +Date: Wed Jul 2 12:57:23 2008 +0000 + + Entropy/SSL Repository functions: + - update addRepository() make it set the ssl_service_port parameter too + Entropy/phpbb3 Auth Interface: + - when updating session information, do not overwrite browser_string and session_admin to preserve browser's cookie validity + Entropy/ServerInterface: + - make it upload the repository's CA certificate too, if found + Entropy/SocketHostInterface: + - complete the SSL implementation, adding CA certificates functions too + Entropy/RepositorySocketClientInterface: + - start to implement SSL support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2218 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32ae9f495e94f7a3aa650d170dd14d5fe89a2fa7 +Author: lxnay +Date: Wed Jul 2 12:52:57 2008 +0000 + + Entropy/exceptions: + - add SSLError exception class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2217 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b794dcb1c81516efe73783f67cc8f4640ced873 +Author: lxnay +Date: Wed Jul 2 12:52:34 2008 +0000 + + Entropy/configuration: + - update repositories.conf accordingly to my previous commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2216 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b03c091794df9c114bfd37371ce822d72952686 +Author: lxnay +Date: Wed Jul 2 12:51:49 2008 +0000 + + Entropy/SSL Services: + - add ssl_port parameter to etpRepositories, making it configurable + - update entropyTools.saveRepositorySettings() accordingly + Entropy/constants: + - add CA.crt and CA.key constants that will be used by the new SSL code in SocketHostInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2215 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1c26d269dc461c81d939bd7bd3a157c31256271c +Author: lxnay +Date: Mon Jun 30 22:35:34 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - properly escape sql + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2214 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4139fd0d873672a79c87f159d4923c08b71d407a +Author: lxnay +Date: Mon Jun 30 21:58:22 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - properly escape sql + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2213 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 64cb459f8b2e982d7d51bc54d832a02aa7c8b2d2 +Author: lxnay +Date: Mon Jun 30 19:24:02 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - fix _generate_sql() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2212 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 518a746584ace994164383b88d4dc7aad8b9705b +Author: lxnay +Date: Mon Jun 30 19:19:10 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - fix SQL syntax error + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2211 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 882a7f7bfbc7dc17e4fda9a3129e47f660fb696c +Author: lxnay +Date: Mon Jun 30 19:16:08 2008 +0000 + + Entropy/SocketHostInterface/Repository Daemon: + - fix docmd_login arguments length + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2210 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 216ff1f3e2885f88f0f0a3f2ef454edc1a0fe5ee +Author: lxnay +Date: Mon Jun 30 19:12:27 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - fix typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2209 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 461ac49e8f30f68294dc76a90422dc8bf3bbe747 +Author: lxnay +Date: Mon Jun 30 19:10:26 2008 +0000 + + Entropy/SocketHostInterface: + - store IP address inside session data + - update commands to make them use the new session param above + Entropy/repository daemon template: + - sync with API changes + Entropy/phpbb3 Auth Interface: + - use TABLE_PREFIX variable to be more compatible with exotic settings + - implement _update_session_table() to handle users activity + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2208 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e9885aba49bd378273e34e8fd110c464187539c7 +Author: lxnay +Date: Mon Jun 30 19:07:31 2008 +0000 + + Entropy/Socket test client: + - update template + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2207 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3da1f22b1128e3c3900ac191ef0bd9db8bec7872 +Author: lxnay +Date: Mon Jun 30 13:34:58 2008 +0000 + + Entropy/BasicPamAuthenticator: + - fix user variable check + Entropy/repository daemon template: + - fix user variable check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2206 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 237d6c2fae78eb329ecad4c817252754f44bea07 +Author: lxnay +Date: Mon Jun 30 13:29:04 2008 +0000 + + Entropy/SocketHostInterface: + - fix docmd_logout(): self.client_address doesn't exist in BuiltInCommands class, obviously + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2205 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 984e9ffa4405ac538b02a4090d7d68b43644d041 +Author: lxnay +Date: Mon Jun 30 13:26:14 2008 +0000 + + Entropy/SocketHostInterface: + - fix docmd_logout() + Entropy/Repository Client Interface: + - also handle 'no' answers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2204 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6217542494de4df8f00d1af29404a3d2585313da +Author: lxnay +Date: Mon Jun 30 13:15:06 2008 +0000 + + Entropy/Repository Client Interface: + - implement login method (only used w/SSL) + - implement logout method (only used w/SSL) + Entropy/SocketHostInterface: + - fix login and logout cmds (my fault) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2203 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f4e2f855ee216b882d270a4da1df802e52af7bd0 +Author: lxnay +Date: Mon Jun 30 12:42:00 2008 +0000 + + Entropy/Sabayon Linux: + - add our SSL certificate + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2202 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 050756266ba170ad60bdbad15f273d47c0d5f191 +Author: lxnay +Date: Mon Jun 30 12:19:11 2008 +0000 + + Entropy/SocketHostInterface: + - relax chown rules for SSL key and certs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2201 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d3a957e02a7acedd87b555ea3de942339ee471ed +Author: lxnay +Date: Mon Jun 30 12:01:14 2008 +0000 + + Entropy/repository daemon template: + - check client IP address too + Entropy/phpbb3 Auth Interface: + - add _is_ip_banned() method + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2200 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1faab94d42344c547b1f768c74a7bfd063b0794d +Author: lxnay +Date: Mon Jun 30 11:41:26 2008 +0000 + + Entropy/repository daemon template: + - update it to reflect API changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2199 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a84be0fd0c6b6a55951adfb2f773db158258024 +Author: lxnay +Date: Mon Jun 30 11:38:29 2008 +0000 + + Entropy/DistributionAuthInterface: + - add FAKE_USERNAME, general purpose username + - add get_user_id() + Entropy/phpbb3 Auth Interface: + - reimplement FAKE_USERNAME and get_user_id() + Entropy/SocketHostInterface: + - remove session from authenticator arguments + - create a new authenticator function called set_session() to provide session id information to the authentication module + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2198 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d93ab1087c84f2944666b249dc8326f1b0955a3a +Author: lxnay +Date: Mon Jun 30 11:09:05 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - fix disconnect() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2197 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6aef223e2340301fe13c6f1f49b116d6699d671e +Author: lxnay +Date: Mon Jun 30 11:06:58 2008 +0000 + + Entropy/SocketHostInterface: + - improve Authenticator + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2196 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ced75b8a4ce9996d91f329a55250c0ace92081e +Author: lxnay +Date: Mon Jun 30 10:32:00 2008 +0000 + + Entropy/SocketHostInterface: + - fix builtin commands instantiation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2195 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a23b6a913f0bc56e4ccfab29c6f28ed1db065f5 +Author: lxnay +Date: Mon Jun 30 10:29:23 2008 +0000 + + Entropy/Repository Service: + - add kwargs support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2194 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 851aadb094ea5c1fb61232eef005be7673667a36 +Author: lxnay +Date: Mon Jun 30 10:20:55 2008 +0000 + + Entropy/Repository Daemon Template: + - add phpbb3 Authenticator to be used inside SocketHostInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2193 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67dc026b14fefef12242fe7d88431c47bad9fca2 +Author: lxnay +Date: Mon Jun 30 10:20:16 2008 +0000 + + Entropy/SocketHostInterface: + - fix docmd_logout() built-in command + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2192 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 23e0e179a54f1d5dc627f608f4d67b003e25071a +Author: lxnay +Date: Mon Jun 30 09:34:46 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - check if a reconnection is needed when calling check_connection() + Entropy/SocketHostInterface: + - remove Authenticator instance, the authenticator will be instantiated within every thread + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2191 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fc989eab38aad0bd502378c545d157c9396fd566 +Author: lxnay +Date: Mon Jun 30 07:49:59 2008 +0000 + + Entropy/PortageInterface: + - update USE flag handling to new schemas + Entropy/SocketHostInterface: + - update killall() to work better when killing threads + Entropy/Repository Interface: + - update killall() here too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2190 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab8537c65a76e3887094ec732c6130083727148e +Author: lxnay +Date: Sun Jun 29 17:40:38 2008 +0000 + + Entropy/SocketHostInterface: + - change default SSL port to 1027 + - add killall() function to close some threads correctly + Entropy/entropy-repository-daemon example: + - update it to support SSL and non-SSL connections at the same time + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2189 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e0f274a0bd9955503693eefddd00d417e677ee73 +Author: lxnay +Date: Sun Jun 29 17:08:37 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - implementation of the base class completed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2188 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 650effde4a51e8d441967f87354aac1bdadbdd8b +Author: lxnay +Date: Sun Jun 29 10:10:31 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - implement user ban check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2187 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 458f194fce54711f6fda26756bc61e2a0b0014e8 +Author: lxnay +Date: Sat Jun 28 18:09:47 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - improve login(), supporting inactive, banned users + - complete some other functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2186 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0ff9c1fb5aea5d8e94f6065e10b6570ed227c302 +Author: lxnay +Date: Sat Jun 28 11:03:20 2008 +0000 + + Entropy/phpbb3 Auth Interface: + - login() and logout() completed + - started to implement other functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2185 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91f924b42271864dadf703ef9c4a1a4eaacf4b79 +Author: lxnay +Date: Fri Jun 27 21:14:31 2008 +0000 + + Entropy: + - updated TODO + - move enzyme to electron + - move enzymelib to managerTools + Entropy/exceptionTools: + - add some new exceptions + Entropy/Authenticators: + - started to implement phpbb3 authenticator to be used with EAPI=3 Services + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2184 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4c431f7d2c44c18d52025708958f413762e249f6 +Author: lxnay +Date: Fri Jun 27 11:58:58 2008 +0000 + + Entropy/Repository Manager: + - more work on the urwid-based application + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2182 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c36c0a1c9fba2cac7827213238863e86f7529afb +Author: lxnay +Date: Fri Jun 27 09:17:30 2008 +0000 + + Equo: + - fix resurrect option + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2180 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d21d8f6db0757704cc949b67985395db337a36da +Author: lxnay +Date: Tue Jun 24 13:22:14 2008 +0000 + + Entropy/RepositoryManager: + - first bunch of code implemented, using urwid library + - application name = Enzyme + Entropy/entropyTools: + - improved parallelTask(), make it use *args and **kwargs + - fixed code accordingly + - some new functions + Entropy/outputTools: + - make shell output function faster by reducing call time + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2179 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 68d9545564f9d447f9c93fe071aee78355749873 +Author: lxnay +Date: Sun Jun 22 10:55:51 2008 +0000 + + Entropy: + - remove outdated README + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2178 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be13b9ba8b906811970625d957743ddcac6ce83e +Author: lxnay +Date: Sat Jun 21 18:17:03 2008 +0000 + + Entropy/EquoInterface: + - make configuration files protection faster and fix a bug which caused to protect files belonging to unprotected directories (bad use of .startswith()) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2176 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 16ff8081ecada1e23696b6b59df48469020d5d9f +Author: lxnay +Date: Sat Jun 21 15:40:43 2008 +0000 + + Entropy/i18n: + - sync translations + - update Spanish + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2175 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e4c54f4fed69915cbe2c94e60c0c0aa5acecb23d +Author: lxnay +Date: Sat Jun 21 13:45:50 2008 +0000 + + Entropy/Spritz: + - fix Package Info menu + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2173 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1d6adb48996955e175ad03d4ad89a8ad6e4a1ce5 +Author: lxnay +Date: Sat Jun 21 08:21:37 2008 +0000 + + tagging entropy 0.15.23.3 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2172 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2770ea52bbe70fd89629ddecf377b1524b12a951 +Author: lxnay +Date: Sat Jun 21 08:19:47 2008 +0000 + + Entropy/Spritz: + - fix License window setup + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2171 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 253e03cedf5ea06703a6617ad8453d37b5008a97 +Author: lxnay +Date: Fri Jun 20 22:39:13 2008 +0000 + + Entropy/LogFile: + - handle UnicodeEncodeError in default_handler() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2169 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6935b6688d197ba34521d6305069bccd908a82f2 +Author: lxnay +Date: Fri Jun 20 22:35:34 2008 +0000 + + Entropy/Spritz: + - fix _get_deep_dependency_list() call in misc.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2168 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd7a8452ac0cd3fb700a14a26b4c5f2e0e78abab +Author: lxnay +Date: Fri Jun 20 13:24:13 2008 +0000 + + Entropy: + - updated TODO + Entropy/ServerInterface: + - move EntropyDatabaseInterface.doServerDatabaseSyncLock() to ServerInterface to allow handling db instances correctly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2167 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c60db16af94d2c9d76737d0c226b6899f609f004 +Author: lxnay +Date: Fri Jun 20 08:57:43 2008 +0000 + + Entropy: + - do not overwrite old pid when checking + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2165 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be57888cd511783cda1eecb5cdf8595442a475a5 +Author: lxnay +Date: Fri Jun 20 08:46:55 2008 +0000 + + Entropy: + - fix PID handling, especially when calling const_setupEntropyPid() directly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2163 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ae577f7ed188474b1758dcd49cd0618408291023 +Author: lxnay +Date: Thu Jun 19 19:03:53 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2162 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc4e970b71b682520063a127c2934969d693fe67 +Author: lxnay +Date: Thu Jun 19 18:59:42 2008 +0000 + + Entropy/Repositories Management: + - add a function to allow copying packages from a repository to another + - export it to reagent and equo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2161 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ccaef70199109b4a6962c6846328b7aaecbdad28 +Author: lxnay +Date: Thu Jun 19 18:35:28 2008 +0000 + + Entropy: + - move proxy initialization to entropyTools.add_proxy_opener() + - fix writeParameterToFile() when disabling items + EquoInterface: + - update proxy setup using entropyTools.add_proxy_opener() + - add support for _basic_ proxy username and password authentication + Entropy/Spritz: + - export proxy username and password settings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2160 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30a75432138b59e4dab3611dadc18928797323b0 +Author: rogerc +Date: Wed Jun 18 23:26:18 2008 +0000 + + update spanish translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2159 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9e750c86f9c21966d8899664794275c35c88cfb2 +Author: lxnay +Date: Wed Jun 18 12:38:15 2008 +0000 + + Entropy/FtpInterface: + - raise FtpError on setCWD() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2158 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 52afbfb38adf170f0d73611565b0c93fccd38211 +Author: lxnay +Date: Wed Jun 18 12:31:37 2008 +0000 + + Entropy/Database Interface: + - fix a possible issue with atomMatch() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2157 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32012d192f52470198a2707ca25a510503cbdb34 +Author: lxnay +Date: Mon Jun 16 19:13:56 2008 +0000 + + Entropy: + - update TODO + Entropy/Spritz: + - fix attribute call + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2155 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 314f180bb5233147abc9588b00f66e16c89efa28 +Author: rogerc +Date: Mon Jun 16 17:19:43 2008 +0000 + + update catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2154 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 623bc34bc687595dc0042d7a8f6126fbbea586d6 +Author: lxnay +Date: Mon Jun 16 11:11:56 2008 +0000 + + Entropy/EAPI3 Repository Services: + - implement database setup lock file, to make client wait a little bit before giving up and switching to EAPI2 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2152 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4a8b814dcb9444735ab2c424d8ccad0614eb2d82 +Author: lxnay +Date: Mon Jun 16 11:11:12 2008 +0000 + + Entropy: + - TODO updated + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2151 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b0a09be979e506e0bb7d3b76a7491a9f23ef279 +Author: lxnay +Date: Mon Jun 16 11:10:45 2008 +0000 + + Entropy/i18n: + - update translations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2150 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 22ae1a11cf6be01d9ccd5c4ab7875009120f6e2c +Author: lxnay +Date: Mon Jun 16 11:10:30 2008 +0000 + + Entropy/i18n: + - update template + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2149 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 394e9b2e7fbb4b3133e7c28b1e0ce192276b26f1 +Author: lxnay +Date: Sun Jun 15 18:15:51 2008 +0000 + + Entropy/EquoInterface: + - avoid flooding in calculate_available_packages() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2147 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 69b8a58c1e44106080a4c297e7fbe4623a19106a +Author: lxnay +Date: Sun Jun 15 10:30:08 2008 +0000 + + Entropy/i18n: + - update i18n + - update Dutch translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2146 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ecee2c3db32ec7c2fa69bc5e1b51c66437f99d6a +Author: lxnay +Date: Fri Jun 13 20:36:47 2008 +0000 + + Entropy/Equo: + - handle FtpError exceptions + Entropy/Spritz: + - update Dutch translator + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2144 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c32e458a69f618365c6e4670288147ec603a47f6 +Author: lxnay +Date: Fri Jun 13 20:35:44 2008 +0000 + + Entropy/i18n: + - update NL translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2143 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ccd400aa5912a7e3ad5559be1a5c42fc240ff2e6 +Author: lxnay +Date: Fri Jun 13 20:34:53 2008 +0000 + + Entropy/Database Interface: + - fix a bug in atomMatch returning wrong data when no match is found + - make possible to bypass cache on atomMatch() + Entropy/EquoInterface: + - make atomMatch() TypeError safe on querying db's atomMatch + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2142 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91319d69307684f6501ec28307b03f2a86f4ae88 +Author: lxnay +Date: Fri Jun 13 20:14:59 2008 +0000 + + Entropy/SocketHostInterface: + - trying to make python to not leak memory + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2141 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40427fec0cd8afc11f1abd8832844cbe9667a59c +Author: lxnay +Date: Fri Jun 13 19:48:55 2008 +0000 + + Entropy/FtpInterface: + - raise new exception FtpError on login issues + Entropy/exceptionTools: + - add FtpError exception class + Entropy/SocketHostInterface: + - spawn every command call in a different process to avoid Python to eat memory like cookies (and get fat like a pig) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2140 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 583e8db15554f82cca1fa728fc5162a02547f828 +Author: lxnay +Date: Fri Jun 13 15:46:18 2008 +0000 + + tagging entropy 0.15.22 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2139 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c778facf8ebdb788b83c35001b7207cd5cf6877c +Author: lxnay +Date: Thu Jun 12 22:28:16 2008 +0000 + + Entropy/i18n: + - update template + - update Dutch translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2138 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b54cd32a3a2ab3287bf5ff26053d3c1ec8132d20 +Author: lxnay +Date: Thu Jun 12 18:53:00 2008 +0000 + + Entropy/Socket Interface: + - add garbage collection thread which calls gc.collect() every hour + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2137 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 87d842e0bfa1363ef1676bfb15366ab782b34399 +Author: lxnay +Date: Thu Jun 12 18:31:25 2008 +0000 + + Entropy/dumpTools: + - fix unserialize_string() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2136 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d111171ad54ef2dba54adc411954d50211ead042 +Author: lxnay +Date: Thu Jun 12 18:28:39 2008 +0000 + + Entropy/Socket Interface: + - add support to zlib compression (old gzip method kept for backward compatibility) + Entropy/Repository Client Interface: + - move to zlib, which is much more reliable + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2135 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8878f7b72914717318de457690872d0886864a03 +Author: lxnay +Date: Thu Jun 12 18:27:42 2008 +0000 + + Entropy/dumpTools: + - add functions to serialize/unserialize from/to strings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2134 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 214b15987955d39964f6201dae13767e4bbc3a15 +Author: lxnay +Date: Thu Jun 12 14:48:35 2008 +0000 + + Entropy/Equo: + - add a way to disable downgrades triggered by injected packages (added from SPM) owning revision 9999 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2133 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 633311384192327571cc911e87ecb76ac61ae7bf +Author: lxnay +Date: Thu Jun 12 11:13:35 2008 +0000 + + Entropy/i18n: + - add Dutch translation back + - update template file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2132 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c590fae88de49d6f284da5c516561af1f94acd9b +Author: lxnay +Date: Wed Jun 11 19:05:26 2008 +0000 + + Entropy/TriggerInterface: + - when running an external trigger handle its exceptions and be sure that the file is writeable and its path exists + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2131 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 595a8307743ba8245579726bed07c14c53df607b +Author: lxnay +Date: Wed Jun 11 15:30:56 2008 +0000 + + Entropy/outputTools: + - we don't need to write 'I cannot understand', it's clear... + Entropy/PortageInterface: + - implement get_world_file() method that returns the world file path + - re-implement Portage world file management during install + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2128 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2356eed51665f96b75a94118b84838a6e334b75c +Author: lxnay +Date: Wed Jun 11 11:35:15 2008 +0000 + + Entropy/Repository Client Socket Interface: + - also call settimeout() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2125 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 43ec10c0b0e631f04fc3bf5b27d115c1379b6691 +Author: lxnay +Date: Wed Jun 11 11:24:51 2008 +0000 + + Entropy/Socket Interface: + - improve connection and transmission reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2123 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d26da26d148f73ca531117ee40ecfacdaae3b82c +Author: lxnay +Date: Wed Jun 11 10:43:37 2008 +0000 + + Entropy/Socket Interface: + - handle socket exceptions in handle_end_answer() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2122 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1b3ad85ed5cf25dbf23503faa0bf4a1319d532e +Author: lxnay +Date: Wed Jun 11 08:06:55 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - do not touch cache when running Live + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2121 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cea9cef64cc0271a8996232bad2bc22da1c3d05 +Author: lxnay +Date: Sun Jun 8 15:59:17 2008 +0000 + + Entropy/EAPI=3: + - improve client reliability by retrying failed commands 3 times before giving up + - some cleanups + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2118 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3549eb6913cf44efe6355eba8767790cb80208b9 +Author: lxnay +Date: Sun Jun 8 15:20:43 2008 +0000 + + Entropy/outputTools: + - do not flush stdout every now and then + Entropy/Socket Interface: + - handle socket errors and timeouts in CommandProcessor.process() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2117 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 725fd7dddaf1b40efb549b13f3d82123d02c8f1a +Author: lxnay +Date: Sun Jun 8 12:28:11 2008 +0000 + + Entropy/EquoInterface: + - we don't need to recaculate available packages after treeupdates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2116 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9f21f8209b345d7f6d8c25b59854264ddd603bc +Author: lxnay +Date: Sun Jun 8 12:26:48 2008 +0000 + + Entropy: + - update Spanish translation + - sync others + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2115 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd3abe3c406c3b29b3fc7ed7b96c3d7afe1ab588 +Author: lxnay +Date: Sat Jun 7 17:19:48 2008 +0000 + + Entropy: + - make libraries_test to skip non-files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2114 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f1f13244ccd6f6b3d41110f516a9ab5bc275762 +Author: lxnay +Date: Sat Jun 7 16:33:25 2008 +0000 + + Entropy: + - make libraries_test to not skip non-executables + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2113 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 971720f1efa01da01bef44d1bf50367f77b23792 +Author: lxnay +Date: Fri Jun 6 22:58:22 2008 +0000 + + Equo: + - handle dbapi2.OperationalError: I/O issues + Entropy: + - recreate cache after having run treeupdates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2112 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e0ac77cafd550cb49efe69c9f7ebdcfef10d746e +Author: rogerc +Date: Thu Jun 5 16:39:36 2008 +0000 + + update catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2111 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4d50892681ceb864a1aa5061b72103f5628243ec +Author: lxnay +Date: Wed Jun 4 14:29:32 2008 +0000 + + Entropy/TextInterface: + - flush stdout and stderr + Entropy/FtpInterface: + - handle EOFError on closeConnection() + Entropy/Spritz: + - add Daniel Halens to the translation team + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2109 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 04e8bf48f9f96811251f5f12fbbae803a54751c8 +Author: lxnay +Date: Wed Jun 4 10:17:43 2008 +0000 + + Entropy/i18n: + - add missing etp_applet.glade to POTFILES.in + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2108 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40f78d159f0788b2b9c0c5642f2d139819419f94 +Author: lxnay +Date: Wed Jun 4 10:13:32 2008 +0000 + + Entropy: + - fix reading non-ascii characters from equo.conf when filling etpConst['configprotect'] and etpConst['configprotectmask'] + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2107 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 440cb22f0e8bbc8b6b93d4243723326f4c378882 +Author: lxnay +Date: Wed Jun 4 08:46:38 2008 +0000 + + Entropy/Socket Interface: + - some misc improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2106 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f7342688f8bc1925500b0dc332428ba281083ec +Author: rogerc +Date: Wed Jun 4 07:51:59 2008 +0000 + + update catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2105 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6901f26119c11b3ff4e5ebc4696ac85c0f989fe5 +Author: lxnay +Date: Tue Jun 3 22:01:28 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2104 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit af407b47f0782ed8ce7e87abbc2c6cbf9bb56055 +Author: lxnay +Date: Tue Jun 3 21:33:30 2008 +0000 + + Entropy/Socket Interface: + - implement temporary loop check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2103 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33eb2990fb0c0c27756e56f75cc8b46d3291e9f9 +Author: lxnay +Date: Tue Jun 3 21:27:07 2008 +0000 + + Entropy/Socket Interface: + - do not hang inside the while loop while receiving data + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2102 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 34a7d5ca0b35996fd429676d1853a26294584f2e +Author: lxnay +Date: Tue Jun 3 17:41:55 2008 +0000 + + Entropy/Repository Client Socket Interface: + - make convert_stream_to_object() handling IOError exceptions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2101 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09be071a37839fd9a5934673e364a7bb0b592bb6 +Author: lxnay +Date: Tue Jun 3 17:08:28 2008 +0000 + + Entropy/Spritz: + - some cosmethical updates + Entropy: + - fix a typo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2099 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 98521121a760fdb62179d48dbbe7976507ce5a30 +Author: lxnay +Date: Tue Jun 3 16:40:39 2008 +0000 + + Entropy: + - update translation files + - completed Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2098 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d09b55decd4ffac0da6875e4d9ae4fad57387dc0 +Author: lxnay +Date: Tue Jun 3 09:33:34 2008 +0000 + + Entropy/RepoInterface: + - fix internet connection check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2096 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce02cde7351fe7567f9a78112c57684caf58fa5c +Author: lxnay +Date: Tue Jun 3 09:32:20 2008 +0000 + + Entropy/Spritz: + - reset progress bars when done with the queue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2095 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit db74e11fa060e76a2ee6bf737504c8320bf0cd85 +Author: lxnay +Date: Tue Jun 3 09:15:01 2008 +0000 + + Entropy/i18n: + - add missing entropy.py to the list of modules to translate + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2094 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b693a49426518f1c387af7d01f3051dad1472c0a +Author: lxnay +Date: Tue Jun 3 06:54:00 2008 +0000 + + Entropy/Socket Interface: + - handle TypeError when parsing args + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2093 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 59d1f7501903753a2e89b3adffb2a3f16e40c659 +Author: lxnay +Date: Tue Jun 3 00:29:13 2008 +0000 + + Entropy/entropyTools: + - improve writeParameterToFile() by using regexps + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2092 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 41cc0bd48877a08a53ab4530abd60415f9366089 +Author: lxnay +Date: Mon Jun 2 23:27:27 2008 +0000 + + Entropy/i18n: + - update Italian trans + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2090 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 41fa4525434bac2d50accde985b0932c10b6669c +Author: lxnay +Date: Mon Jun 2 23:19:03 2008 +0000 + + Entropy/Spritz/EquoInterface: + - fix some weirdness when reloading configuration + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2089 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e9a8732e94befbd806caab79988c0c6448413968 +Author: lxnay +Date: Mon Jun 2 22:39:36 2008 +0000 + + Entropy/outputTools: + - make xtermTitle() working with UTF-8 on some terminals + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2088 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5729be214861cff3c751e16479972604d2c694e8 +Author: lxnay +Date: Mon Jun 2 17:14:07 2008 +0000 + + Entropy/Spritz: + - properly install mimetype for GNOME/XDG + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2086 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 90c8efa295612b597608bd375356ba161e8ac6a5 +Author: lxnay +Date: Mon Jun 2 16:34:16 2008 +0000 + + Entropy/i18n: + - update translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2085 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8b7cc0c2b40037f86e5a1bd842e21f64feff316f +Author: lxnay +Date: Mon Jun 2 16:20:37 2008 +0000 + + Entropy: + - update TODO + Entropy/Spritz: + - make possible to install tbz2 from KDE right clicking on the package (GNOME in the next commit) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2084 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 71b78d3902fad5de6c6652ed4f7c575d43786cc9 +Author: lxnay +Date: Mon Jun 2 12:21:07 2008 +0000 + + Entropy: + - improve addRepository() and removeRepository() to work live + Entropy/Spritz: + - implement the ability to install external binary packages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2083 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 51df2e20fe4be01fe67fc37212c3d9f2d7010dad +Author: rogerc +Date: Mon Jun 2 12:17:28 2008 +0000 + + update es.po and ca.po + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2082 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7db037f5940366f745798ac9f6bc46c3b9e043f1 +Author: lxnay +Date: Mon Jun 2 09:20:08 2008 +0000 + + Entropy/i18n: + - update translation files + - update Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2081 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80a1955274e8b7e9bcf52fe1eaff46396ea4e521 +Author: lxnay +Date: Mon Jun 2 09:10:25 2008 +0000 + + Entropy/Spritz: + - implement the Preferences menu + - reorder left buttons + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2080 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36e568f247338762a416af494d7d39550d708d2f +Author: lxnay +Date: Mon Jun 2 09:09:38 2008 +0000 + + Entropy: + - implement a new entropyTools function to write settings to config files: writeParameterToFile() + - some misc updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2079 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c57e1a068c0d999d94c2d8f6f4ccfd89925776cc +Author: lxnay +Date: Sun Jun 1 18:00:05 2008 +0000 + + Entropy/Treeupdates: + - handle Spm cleanup too, some Portage versions don't remove old (moved) /var/db/pkg entries + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2078 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d3d71832d83ecf817dd91c016ca9b879b523673 +Author: lxnay +Date: Sun Jun 1 16:41:38 2008 +0000 + + Entropy/Equo: + - fix packages to downgrade count + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2077 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74f54bce5c11747d16e46ca8522c1b8c6a46a94c +Author: lxnay +Date: Sun Jun 1 16:40:17 2008 +0000 + + Entropy/UTF-8: + - fix entropyTools.countdown() to work with UTF-8 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2076 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 01da79e9af4534073c6d62ec82784ebeeeef1c1f +Author: rogerc +Date: Sun Jun 1 16:39:16 2008 +0000 + + updated catalan translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2075 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 834b15f6cd597b37c268ac1f5a471fbe3b533640 +Author: lxnay +Date: Sun Jun 1 14:31:29 2008 +0000 + + Entropy/i18n: + - update localisations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2073 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit baeffd003d7fde0e1fd165ee0468703365e51bb6 +Author: lxnay +Date: Sun Jun 1 14:30:24 2008 +0000 + + Entropy/Repository Client Socket Interface: + - make the final touches + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2072 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c92baff59f520b25a2ba5e43e9230f2078ab7c8a +Author: lxnay +Date: Sun Jun 1 14:23:46 2008 +0000 + + Entropy/Repository Socket Interface: + - some misc fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2071 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0d1dda085febda576de2ed67f79c18ef2556c2e2 +Author: lxnay +Date: Sun Jun 1 14:07:10 2008 +0000 + + Entropy/Repository Socket Interface: + - implement treeupdates support + Entropy/Client Repository Socket Interface: + - implement treeupdates support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2070 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit daccc89b58f3e33c7ba3d6d59b053ebfb42d4803 +Author: lxnay +Date: Sun Jun 1 12:08:31 2008 +0000 + + Entropy/i18n: + - update Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2068 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c07cc23012115dd1bca727e28d57bd4ca4642e2 +Author: lxnay +Date: Sun Jun 1 11:55:41 2008 +0000 + + Entropy/Spritz: + - complete the implementation of the Package Masking Interface + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2067 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ef71828ffd88cbf002ef14a704b40ba2f7572023 +Author: lxnay +Date: Sun Jun 1 11:50:53 2008 +0000 + + Entropy: + - fix bugzilla #430 + - fix EquoInterface.unmask_package() + - implement live package masking/unmasking support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2066 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a039e73a8b056cde8e4c6a91648a663d53584d41 +Author: lxnay +Date: Sun Jun 1 11:49:42 2008 +0000 + + Entropy/outputTools: + - translate some sentences + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2065 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2906103b2803644a6b1e6ff445394c590db5d004 +Author: lxnay +Date: Sun Jun 1 11:48:53 2008 +0000 + + Entropy/i18n: + - update localisations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2064 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ebc3c58728b7719ad32169acb2b05fa2637ee0d4 +Author: lxnay +Date: Sat May 31 23:36:29 2008 +0000 + + Entropy/Spritz: + - fix OK button in the masked packages dialog + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2063 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 56ce48164655bfe4b632cfa9083eb8c72a77ea10 +Author: lxnay +Date: Sat May 31 23:19:29 2008 +0000 + + Entropy/EquoInterface: + - add some helper functions to allow easy masked packages management (unmasking function) + - fix an issue regarding wrong SQL syntax (thanks to Jooooooooooooost) + Entropy/Spritz: + - preliminary implementation of Masked Packages management + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2062 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7bb150cfc7f67c5060505870c38669c9ac8fa0cd +Author: lxnay +Date: Sat May 31 12:09:20 2008 +0000 + + Entropy/Spritz: + - add package masking menu gfx + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2061 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f49e58781225743060656a0d90ae6083324c765d +Author: lxnay +Date: Sat May 31 12:08:44 2008 +0000 + + Entropy/Spritz: + - update spritz.desktop + - add entropy mimetypes info + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2060 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 068fad4ac59ed80d0f9a701139170a670ece98a3 +Author: lxnay +Date: Sat May 31 12:08:03 2008 +0000 + + Equo/i18n: + - complete the translation of equo.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2059 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e707417849f9e598a72b1993200da71807b10961 +Author: lxnay +Date: Sat May 31 09:39:39 2008 +0000 + + Entropy/i18n: + - update translation files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2058 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76ff3f70258615b7354ccab5b73b94cf7cce65cc +Author: lxnay +Date: Sat May 31 09:38:16 2008 +0000 + + Entropy/Database Interface: + - improve listAllPackages() + - implement a new function getStrictScopeData() + Entropy/EquoInterface: + - add get_available_packages_cache() to get the cache related to the available packages list + - add get_masked_packages_tree() to retrieve the list of masked dependencies of a package + - make generate_dependency_tree() working correctly when atomInfo is masked + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2057 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d5f5632baa9145d2f2cb8227bb8b00b62c0acf76 +Author: lxnay +Date: Sat May 31 09:35:07 2008 +0000 + + Entropy/text output: + - fix piping stdout + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2056 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b11a324b5777b05435ae0c87ad11bf74cd46a424 +Author: rogerc +Date: Fri May 30 23:20:08 2008 +0000 + + updated spanish translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2055 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ba797a0b9a7207d8083e2f169af48b40193b9eeb +Author: rogerc +Date: Fri May 30 18:20:42 2008 +0000 + + catalan translation updated + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2054 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 17539fccbb00d7238314569b99e5b269b9b56941 +Author: lxnay +Date: Fri May 30 11:51:49 2008 +0000 + + Entropy/Equo: + - fix print_menu() to work with unicode data + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2053 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cff759aa055906e72eee0b86abd814559a6dbe2f +Author: lxnay +Date: Fri May 30 11:48:43 2008 +0000 + + Entropy/i18n: + - fix a typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2052 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3e3d87c7dc1180fdec9d4bd5b9267f8c2b355480 +Author: lxnay +Date: Fri May 30 11:45:15 2008 +0000 + + Entropy/i18n: + - update entropy.pot + - re-add NL translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2051 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 926a5bccd1530e38b7afd52c1b31d8ce9c00d9e1 +Author: lxnay +Date: Fri May 30 11:26:33 2008 +0000 + + Entropy/Equo: + - handle PermissionDenied exceptions, we don't want bugs about it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2049 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e3a119172ba63d7b5cdd43dbd8459f7189db25a3 +Author: lxnay +Date: Fri May 30 11:24:38 2008 +0000 + + Entropy/EAPI3: + - fine tune socket timeout + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2048 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 566f289750fb5fdec7eb5dff083dc59e859bd685 +Author: lxnay +Date: Fri May 30 11:24:19 2008 +0000 + + Entropy/Notification Applet: + - make it working again + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2047 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c974b9078fa54741ef13e76bf010e0e32ee4e4e +Author: lxnay +Date: Fri May 30 11:08:48 2008 +0000 + + Entropy/Permissions: + - set proper permissions to the pid file + - ignore OSError exceptions on run_sync() when trying to setup database file permissions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2046 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 55b1b963d74b74052d4c43ea40e1116583cc9f71 +Author: lxnay +Date: Fri May 30 09:57:30 2008 +0000 + + Entropy/i18n: + - fix unicode issues + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2044 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e040c1a81f4f4f2a71cd23ae5f44593401771c06 +Author: lxnay +Date: Fri May 30 09:56:43 2008 +0000 + + Entropy/Equo: + - make printPackageInfo() more fault tolerant + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2043 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b73dfa03fc5e1b45dd92aef60c26728e06254b40 +Author: lxnay +Date: Fri May 30 09:55:43 2008 +0000 + + Entropy/Database Interface: + - make retrieveLicense() and retrieveLicensedata() more fault tolerant + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2042 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1291465ad1d5a7952ed0b0f588149f8c4e2d1b7 +Author: lxnay +Date: Fri May 30 09:54:18 2008 +0000 + + Entropy/i18n: + - removing old (and untested/risky) translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2041 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd14534724cd49c25b54943a7677b8ed68f068fe +Author: lxnay +Date: Thu May 29 17:06:08 2008 +0000 + + Entropy/Spritz: + - add Repository Service Port setting to the Repositories management window + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2039 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0600cf8f5170fb1fffa94ca35727d9dd00a80de6 +Author: lxnay +Date: Thu May 29 17:05:15 2008 +0000 + + Entropy: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2038 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ecf020846f1dcef05f24c3a7fd12cbdecc2057f +Author: lxnay +Date: Thu May 29 17:04:50 2008 +0000 + + Entropy/Equo: + - some small fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2037 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d8b8036e1a250a9e23e6231632faa222bdd64d2d +Author: lxnay +Date: Thu May 29 17:04:14 2008 +0000 + + Entropy/exceptions: + - add QueueError exception + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2036 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c52958900f525de0eed187868a4fd4bef9574c72 +Author: lxnay +Date: Thu May 29 17:03:32 2008 +0000 + + Entropy/i18n: + - update Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2035 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c9f11b374805152575ba5133a94fd4a133613a8f +Author: lxnay +Date: Thu May 29 15:22:49 2008 +0000 + + Entropy/i18n: + - updating Entropy translation + - complete the Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2034 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 21a615793f7d37790960aafcf3c808c08f13a237 +Author: lxnay +Date: Thu May 29 15:07:46 2008 +0000 + + Entropy/i18n: + - updating Entropy translation + - complete the Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2033 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1252ed7802b55cd574f2d6ec8bb398c30510bb1e +Author: lxnay +Date: Wed May 28 22:51:35 2008 +0000 + + Entropy/Spritz: + - implement the 'Abort Queue' button to stop queue processing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2032 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cf3695ea50b5e80604a23ef04620e716ccc067c +Author: lxnay +Date: Wed May 28 20:06:11 2008 +0000 + + Entropy/Spritz: + - some code cleanup and speed optimization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2031 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ccf0e063ee0415ec7d4e7e2a03a41e5354129340 +Author: lxnay +Date: Wed May 28 16:42:29 2008 +0000 + + Entropy/Spritz: + - add 'Skip Mirror' button + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2030 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35ce4ae2f47d15e4a597f74582a4224bea92df08 +Author: lxnay +Date: Wed May 28 16:07:41 2008 +0000 + + Entropy/PackageInterface: + - allow to bomb a package download from the inside by exporting urlFetcher's abort_check_func parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2029 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 05921c571aed53963e0e4968fa9cc55d2299ced1 +Author: lxnay +Date: Wed May 28 15:54:44 2008 +0000 + + Entropy/PackageInterface: + - allow to bomb a package download from the inside by exporting urlFetcher's abort_check_func parameter + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2028 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e3a4d42c12a683b06e5b025433ae99aa3e15a65a +Author: lxnay +Date: Wed May 28 15:40:26 2008 +0000 + + Entropy/Spritz: + - show more information about the packages list shown + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2027 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4e35ff613564211b8886db761ccc7be13590ccf0 +Author: lxnay +Date: Wed May 28 15:35:48 2008 +0000 + + Entropy/Spritz: + - make reinstallable packages collection 50x times faster, thanks to the previous commit + - added filterReinstallable() + - rewritten isReinstallable() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2026 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd85b9e6066ab81fd64d9199c2b79cb895127e21 +Author: lxnay +Date: Wed May 28 15:34:43 2008 +0000 + + Entropy/Database Interface: + - improve listAllPackages() + - add isPackageScopeAvailable(), useful to look for reinstallable packages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2025 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb5b70baa91c105567a94ca5804413c5df5a1900 +Author: lxnay +Date: Wed May 28 14:26:20 2008 +0000 + + Entropy/Spritz: + - reworked the About window + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2024 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb8e2ccb88a68da23a86f3fb0d118bb8ee589ebe +Author: lxnay +Date: Wed May 28 13:42:49 2008 +0000 + + Entropy/Spritz: + - some code cleanup + - avoid issues with parsing markups + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2023 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36d7e81b155de9377c328da0e46f91e6b9c2a484 +Author: lxnay +Date: Wed May 28 11:26:41 2008 +0000 + + Entropy: + - make nice level configurable in entropy.conf + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2022 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d54c93616a14fcaf8ead1fd4761a76ee87a12dd3 +Author: lxnay +Date: Wed May 28 11:26:16 2008 +0000 + + Entropy/Spritz: + - some code cleanup + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2021 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e3b4d60b1dd526493b93ae89ca692477969b09d +Author: lxnay +Date: Wed May 28 11:25:51 2008 +0000 + + Entropy/Localisation: + - update locales + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2020 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3e55be23409f90dfca2a274e6b6c6b18d960dc02 +Author: lxnay +Date: Wed May 28 10:45:45 2008 +0000 + + Entropy/Spritz: + - fix typo in function name cleanMarkupSting => renamed to => cleanMarkupString + - handle progress bar updates correctly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2019 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2d6ba42d29f89689aa7f8be955ca91693dad61fc +Author: lxnay +Date: Wed May 28 10:32:33 2008 +0000 + + Entropy/Spritz: + - fix an issue causing to raise a ProgrammingError exception by sqlite3 after packages installation + reported by The Joost + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2018 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36df301726bee91a9a3391fe7b98fea8c4b957a5 +Author: lxnay +Date: Wed May 28 09:30:39 2008 +0000 + + Entropy/Spritz: + - fix bug #408 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2017 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f8008dbe39cf6804d6336cf9e0c35d609595dd0 +Author: lxnay +Date: Wed May 28 09:23:45 2008 +0000 + + Entropy/Repository Service: + - add debian init.d for reference + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2016 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit da6b27f2d0764c832a38c439c2377f61ac7a2e64 +Author: lxnay +Date: Wed May 28 08:10:38 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - fix setCacheSize() and setDefaultCacheSize() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2015 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a65a81fe21aa935d217fbde6eb160c7705d6ad06 +Author: lxnay +Date: Wed May 28 08:10:16 2008 +0000 + + Entropy/EntropyDatabaseInterface: + - fix setCacheSize() and setDefaultCacheSize() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2014 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 05ca27f55e97e06208e0658b11adb500a5262d29 +Author: lxnay +Date: Wed May 28 08:08:24 2008 +0000 + + fix openGenericDatabase() call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2013 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f616701f9dbeff8ce0a59ea654bb019aa0ae3462 +Author: lxnay +Date: Wed May 28 08:06:05 2008 +0000 + + Entropy/Socket Interface: + - save exceptions into the log file too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2012 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit abb2bc6fb97d330b0711ae8a69cb60ead66fa4f2 +Author: lxnay +Date: Wed May 28 07:59:51 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2011 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a25428d55742b19fea8cdc5444f5c6f174925942 +Author: lxnay +Date: Wed May 28 07:54:42 2008 +0000 + + Entropy/Repository Service: + - open a database at every new command call to avoid threading exceptions from sqlite3 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2010 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a509729d45832a404bbdf8d59c192c65f281f43 +Author: lxnay +Date: Wed May 28 00:08:55 2008 +0000 + + Entropy/Activator: + - fix choice selection when asking to run the queue. if No, break the branches cycle and don't sync databases (if not successfull_mirrors) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2009 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de0a7c37223f407ce95a845b0e0ff74eda56ba18 +Author: lxnay +Date: Tue May 27 23:56:33 2008 +0000 + + Entropy/Socket Interface: + - connections count can't get below 0 + - completely block blacklisted and invalid connections + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2008 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c20a83df6771c1cfe5b59ac909923d9db8e33f9 +Author: lxnay +Date: Tue May 27 23:18:43 2008 +0000 + + Entropy/Socket Interface: + - allow to enable/disable stdout logging + - make socketLog loglevel configurable through etpConst + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2007 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a5e21e19659ec8d7d1ac7ce1a117eec29dbe2409 +Author: lxnay +Date: Tue May 27 23:05:33 2008 +0000 + + Entropy/Socket Interface: + - add IP blacklisting support + - fix a few bugs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2006 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a86652d2e49725bf79127d42fb16d4b75cb34a99 +Author: lxnay +Date: Tue May 27 22:53:47 2008 +0000 + + Entropy: + - some misc fixes here and there + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2005 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2d939d95ba5662071eebd646c23c067ba36bfb74 +Author: lxnay +Date: Tue May 27 22:35:11 2008 +0000 + + Entropy: + - some misc fixes here and there + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2004 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 44af225256fd6699f4d9c8c5fbbbe3afb6c921ef +Author: lxnay +Date: Tue May 27 18:30:41 2008 +0000 + + Entropy: + - some misc fixes here and there + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2003 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9298280e439011f4a4125e0d72f29dfd2de09189 +Author: lxnay +Date: Tue May 27 17:43:33 2008 +0000 + + Entropy/Repository Client Service: + - some slight improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2002 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 466cf0b3410bf019f16b89c87b6840c91e7eccfb +Author: lxnay +Date: Tue May 27 17:20:37 2008 +0000 + + Entropy/Database Interface/Socket Interface/Server Interface: + - since database_checksum() output (using python hash()) is strictly dependant on Python releases and arches, add an option to use md5 instead + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2001 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 683d8cb4e0bd8933bbd29912ecb988a79be44c36 +Author: rogerc +Date: Tue May 27 17:15:51 2008 +0000 + + update es.po and fr.po + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2000 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ae6a7ff30bb5d3f72e81c859c29f29e722bab39e +Author: lxnay +Date: Tue May 27 17:04:59 2008 +0000 + + Entropy/Repository Service: + - fine tune client interface functions + - show more info server side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1999 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 769bfe75a208e662a986eb83fd9028088262711b +Author: lxnay +Date: Tue May 27 16:29:13 2008 +0000 + + Entropy: + - add automatic --debug option handling + + Entropy/Repository Service: + - handle sqlite threads correctly + - some misc fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1998 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7e3f40327f7d34073bb5a6b75de456e868b25df2 +Author: lxnay +Date: Tue May 27 14:13:15 2008 +0000 + + Entropy/Repository Service: + - fix database handling when reloading the interface data + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1997 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea645508304f0d589b003d9fcc6ccc0f0c13bcdb +Author: lxnay +Date: Tue May 27 14:09:24 2008 +0000 + + Entropy/Repository Service: + - fix database handling when reloading the interface data + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1996 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6632a22c678603c3710e989421eba8a4f8a98692 +Author: lxnay +Date: Tue May 27 13:55:41 2008 +0000 + + Entropy/Socket Interface: + - improve buffer handling reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1995 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ad5294ae986f7079a22380973e02967453480e2a +Author: lxnay +Date: Tue May 27 13:43:33 2008 +0000 + + Entropy/Socket Interface: + - improve buffer handling reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1994 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74e73c3550887eb46212df7033a97f54b6ff41fe +Author: lxnay +Date: Tue May 27 13:42:02 2008 +0000 + + Entropy/Socket Interface: + - improve buffer handling reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1993 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a4bb6ad20a241c0a806cf83e9ac09014375c323 +Author: lxnay +Date: Tue May 27 13:41:02 2008 +0000 + + Entropy/Socket Interface: + - improve buffer handling reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1992 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 70b816f0d8c98032271f0e3964fa751b062033ab +Author: lxnay +Date: Tue May 27 13:37:33 2008 +0000 + + Entropy/Socket Interface: + - improve buffer handling reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1991 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f06ecbea6bc4a6ae7c7a692851bc2534f295a9db +Author: lxnay +Date: Tue May 27 12:22:00 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1990 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 754ef185ba145d6ce1672ba4497340961ccc302f +Author: lxnay +Date: Tue May 27 12:20:18 2008 +0000 + + Entropy/Socket Interface: + - improve buffer handling reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1989 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e2f84de2ffde6e97c971b83bd2d1f8f48d833b7c +Author: lxnay +Date: Tue May 27 11:50:20 2008 +0000 + + Entropy/Socket Interface: + - mylen can't be -1, must be None + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1988 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ab4384bdfcec4d4bc3dedad5041e1805da0ed22 +Author: lxnay +Date: Tue May 27 11:45:52 2008 +0000 + + Entropy/Repository Client Interface: + - set default timeout + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1987 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36e3daa299a8efbf5ce92537ff448442e6cb311b +Author: lxnay +Date: Tue May 27 11:40:27 2008 +0000 + + Entropy/Socket Interface: + - convert mylen later + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1986 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a5637e23844f22ae0250269f8a9aa76506466903 +Author: lxnay +Date: Tue May 27 11:35:07 2008 +0000 + + Entropy/Socket Interface: + - print traceback when raising ValueError + + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1985 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d1374df2d6bfeb2401fdbca3efea976b56d7bdf +Author: lxnay +Date: Tue May 27 11:28:48 2008 +0000 + + Entropy/ServerInterface: + - add support for EAPI=3 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1984 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a55513f5b91efec2030f4b8144c93a79b3abe93 +Author: lxnay +Date: Tue May 27 11:06:26 2008 +0000 + + entropy/Repository Service: + - kill LockScanner thread before quitting + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1983 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5124972ea778c8f49a225a1d889274f7aaa08329 +Author: lxnay +Date: Tue May 27 11:01:40 2008 +0000 + + Entropy/Repository Server: + - do not spam stdout if databases are not available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1982 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f0f1e48249df424de4edbf91cfb3f545d78b8441 +Author: lxnay +Date: Tue May 27 10:58:39 2008 +0000 + + Entropy/Socket Interface: + - switch default port from 999 to 1026 (unprivileged) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1981 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 92680485d1112f29cf083a8cf19473816e85240c +Author: lxnay +Date: Tue May 27 10:50:40 2008 +0000 + + Entropy/Socket Interface: + - raise ConnectionError if bind fails + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1980 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd494d6325db1dd1c51054b8b69d6b91072f8159 +Author: lxnay +Date: Tue May 27 10:35:32 2008 +0000 + + Entropy/Repository Server: + - some minor updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1979 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9e5b8da13465bef8f48d08f2fc8c1d2f8750b973 +Author: lxnay +Date: Tue May 27 10:29:06 2008 +0000 + + Entropy/Repository Services: + - implement database locks handling for the EAPI=3 repository server + - some misc fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1978 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3e74e28cf1a20a406e3c8256abab77d8e825b9ff +Author: lxnay +Date: Tue May 27 08:24:50 2008 +0000 + + Entropy/EquoInterface/EAPI=3 support: + - improve EAPI1,2 experience when downloading a repository database + - improve EAPI=3 performance and completeness (not yet done) + - switch default EAPI to 3 (from 2) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1977 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aa06ab0e2bb3d7af6a95359ca473daac773702fc +Author: lxnay +Date: Mon May 26 12:30:55 2008 +0000 + + Entropy/SocketHostInterface: + - rewrite interface TCP data structure + - more work on EAPI=3 + - some bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1976 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0031249040e04706b321a3c75714a5bcd8772dee +Author: lxnay +Date: Mon May 26 01:00:02 2008 +0000 + + Entropy/Repository Server Interface: + - more work on it + - general improvements on SocketHostInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1975 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b1faaf6b5122673f8a12ef1071a2c8b808add1f +Author: lxnay +Date: Sun May 25 20:20:17 2008 +0000 + + Entropy/RepositoryServerSocketInterface: + - started to implement EAPI=3 support + - various bugfixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1974 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bce5ffb0190990172d78ec8a047442582535dce0 +Author: lxnay +Date: Sun May 25 10:23:48 2008 +0000 + + Entropy/query tools: + - do not use etpRepositories directly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1973 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 989bd48d992649f06960ca2a25c56dec8b26497b +Author: lxnay +Date: Sun May 25 09:50:02 2008 +0000 + + Entropy/Database Interface: + - improve getPackageData() speed + - improve retrieveContent() and insertContent() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1972 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 87c7b27bb30dcbd3bf39ed33fa0df9072c5d06fe +Author: lxnay +Date: Sun May 25 09:49:10 2008 +0000 + + Entropy/localisation: + - update .po files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1971 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8b5145bc65826a51218619e167cf9800de931281 +Author: lxnay +Date: Sat May 24 16:59:55 2008 +0000 + + Entropy/EquoInterface/RepositoriesInterface/Equo: + - add profile.link to the repoinfo options + - modularize Repositories Interface run_sync() function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1970 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fcfd42cb0d1385ae2666a84efa108c06f118156e +Author: lxnay +Date: Sat May 24 16:54:03 2008 +0000 + + Entropy/Equo: + - adding functions to equo to show repository's make.conf and package.* files, if available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1969 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d76cc12149f703dca2b6e7f5e2011a5f81a9af5e +Author: lxnay +Date: Sat May 24 11:42:28 2008 +0000 + + Entropy/ServerInterface/CommunityRepositories: + - handle __system__ repository correctly in various functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1968 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf8cab180af3b897cd4525b0ece06819caaf74fd +Author: lxnay +Date: Sat May 24 11:28:17 2008 +0000 + + Entropy/Community Repositories: + - exporting some more functions to equo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1967 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d1d647c2723df243426f2f15f88179f8f99f7c5 +Author: lxnay +Date: Sat May 24 08:21:33 2008 +0000 + + Entropy/ServerInterface: + - now upload make.profile linking information + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1966 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e37da91e972483e9a5c2f9a0fde39e1528e60c95 +Author: lxnay +Date: Sat May 24 08:08:36 2008 +0000 + + Entropy/ServerInterface: + - add make.profile + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1965 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88aa8c83a66df88cf5bb570976c4ee26db0bc5d1 +Author: lxnay +Date: Sat May 24 08:06:09 2008 +0000 + + Entropy/ServerInterface: + - also upload /etc/make.conf && make.profile and all the package.* filles + Entropy: + - update TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1964 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8984e861209082fa8b8ead0eb5932ffe95890150 +Author: lxnay +Date: Sat May 24 08:05:01 2008 +0000 + + Entropy: + - update localization stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1963 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5431bd2605adff5d655ad119a85ff02304914590 +Author: lxnay +Date: Fri May 23 22:03:30 2008 +0000 + + Entropy/Equo/Community Repositories: + - export more options and functions to Equo + - slightly improving some output + needs testing (tomorrow) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1962 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff64dd6c6ceb17bbf87665137747528e5ade572b +Author: lxnay +Date: Fri May 23 18:49:00 2008 +0000 + + Entropy/ServerInterface/CommunityRepositories: + - started to interface equo to the new Community Repositories interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1961 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d799613d0b22343caf20d33bb711ff6e1719d958 +Author: lxnay +Date: Fri May 23 15:36:08 2008 +0000 + + Entropy/ServerInterface: + - updating server.conf and fixing a typo in server_reagent.py + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1960 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cfe87659eae0409c859df2de5ed3a85b17f59540 +Author: lxnay +Date: Fri May 23 15:34:53 2008 +0000 + + Entropy: + - fix some possible encoding issues on QAInterface.content_test() + - preparing to implement the Community Repositories interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1959 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c4fd5aaf10fe6da841a183136848b9fdb8d3b9b3 +Author: lxnay +Date: Thu May 22 19:20:34 2008 +0000 + + Entropy/ServerInterface: + - some slight improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1958 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 95a8cf4dd1d7b815d42edf229961426853e62aed +Author: lxnay +Date: Tue May 20 20:35:22 2008 +0000 + + Entropy/entropyTools: + - do not crash on is_elf_file() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1957 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e64847d5d16b7e85d9531412a722518bda597fd4 +Author: lxnay +Date: Tue May 20 20:14:49 2008 +0000 + + Entropy/QAInterface: + - some improvements for scan_missing_dependencies() (that now shows more info) + - changed data returned by get_missing_rdepends() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1956 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a6ce266cb0c7d4ed3cab3771cc612ae48180fd8 +Author: lxnay +Date: Tue May 20 17:14:28 2008 +0000 + + Entropy/Reagent: + - avoid to crash if Spm quickpkg() fails due to a broken entry + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1955 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4080744f697ac2b0dd8bd2e5a48050632568d8e8 +Author: lxnay +Date: Tue May 20 17:10:59 2008 +0000 + + Entropy/ServerInterface: + - make dependencies_test() a blocker + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1954 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33ce8d66416d84afd15d455c72d89fcfc195ae30 +Author: lxnay +Date: Tue May 20 16:46:17 2008 +0000 + + Entropy/ServerInterface: + - add preliminary depends linking test (for QA) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1953 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b071868f014eb2bacc892266f3580598fd960a19 +Author: lxnay +Date: Tue May 20 16:10:51 2008 +0000 + + Entropy: + - add QAInterface where all the QA functions will be placed + - improve performances of libraries_test() + - rework libraries_test() to be more high level + - lots of bug fixes and some new functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1952 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1f2ebaf41bced54d92c16f5af2ac710f8d112626 +Author: lxnay +Date: Tue May 20 09:09:45 2008 +0000 + + Entropy/Server: + - move activator to activator.py + - move reagent to reagent.py + - complete i18n support for server-side applications + - update .po files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1951 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8663b350d786a0ed1712b2ceff5f38120ee16f94 +Author: lxnay +Date: Tue May 20 07:33:14 2008 +0000 + + Entropy: + - add i18n support to activator and reagent textual functions + - update po files accordingly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1950 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 41a562da3054bce7b9b2e9908ef11989d7491023 +Author: lxnay +Date: Tue May 20 00:20:29 2008 +0000 + + Entropy/i18n: + - completed text_configuration.py i18n support + Entropy: + - misc bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1949 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0093322d94121e860e87a7c75b0931d8f63cdeda +Author: lxnay +Date: Mon May 19 20:29:50 2008 +0000 + + Entropy: + - update all localization files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1948 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f82239c989acaab33122534a283a5e81d4d9c6f4 +Author: lxnay +Date: Mon May 19 20:12:14 2008 +0000 + + Entropy/Spritz: + - move i18n support to entropy, syncing with previous translations + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1947 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eedb89064cb5edf75362db4f5eeee5a97f357d37 +Author: lxnay +Date: Mon May 19 19:59:11 2008 +0000 + + Entropy: + - move translation files to core library + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1946 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 888122a5bcd6816c5b8ee451f0fe100a4d7ca178 +Author: lxnay +Date: Mon May 19 19:17:45 2008 +0000 + + Equo: + - move equo to equo.py + - make i18n working for equo.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1945 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9078801564e72dcd7dfd5132a6cb683cfe240564 +Author: lxnay +Date: Mon May 19 18:59:38 2008 +0000 + + Equo: + - complete i18n support by reworing --help + (eventually) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1944 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6ee2ba025838b07e085b61add4dcf0c3944c24d +Author: lxnay +Date: Mon May 19 14:13:03 2008 +0000 + + Entropy: + - move etpDatabase to entropy.py and rename it to EntropyDatabaseInterface + - say goodbye to databaseTools + - update other areas accordigly + Equo: + - add i18n support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1943 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8f5f10abefca3fbc43795f7fbd4c27b66bfa690 +Author: lxnay +Date: Sun May 18 18:47:57 2008 +0000 + + Entropy/i18n: + - updating entropy.pot + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1942 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 763e6b7ff249258841390af6c0a2ea454b92cef9 +Author: lxnay +Date: Sun May 18 18:47:09 2008 +0000 + + Entropy: + - completed i18n support for the core library -> entropy .py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1941 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 51647a333f8188f7bdb60a449a2a9f5acfff1d7b +Author: lxnay +Date: Sun May 18 18:34:17 2008 +0000 + + Entropy: + - adding getYear() function to entropyTools + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1940 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f6625bf2240471211947c9b7865de4e92e08cf7 +Author: lxnay +Date: Fri May 16 14:21:16 2008 +0000 + + Entropy: + - started to wrap Entropy messages adding i18n support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1939 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 007ab29dd1155bfe5e6e4c2e5f7637badce5da8a +Author: lxnay +Date: Fri May 16 11:05:43 2008 +0000 + + Entropy: + - i18n support: adding main po directory + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1938 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 306552d004f90734f5ded47b684bd865903af2d2 +Author: lxnay +Date: Fri May 16 07:28:45 2008 +0000 + + Entropy: + - updated TODO + - some slight speed improvements here and there + - allow to configure activator packages expiration days in ENV by setting ETP_EXPIRATION_DAYS + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1937 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5547dd9da4cb575acad6f5a0c7824370d43bedad +Author: lxnay +Date: Tue May 13 19:54:50 2008 +0000 + + Entropy/etpDatabase: + - iron out addPackage making it modular and slightly faster + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1936 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6b29dcfd9e5a972160112113190d8e95aee9f03d +Author: lxnay +Date: Tue May 13 16:14:38 2008 +0000 + + Entropy/EquoInterface: + - revert a change causing Entropy to crash + - improve EAPI2 experience + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1934 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d72d22bfd91ee4c58cb6d61817f951070e0b0c8a +Author: lxnay +Date: Tue May 13 13:28:29 2008 +0000 + + update TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1932 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d137e6384f64b73121e2e6819bf3bbf8de5dccaf +Author: lxnay +Date: Tue May 13 13:26:29 2008 +0000 + + Entropy/EquoInterface: + - handle EOF issues while unpacking broken environment.bz2 + - make bytesIntoHuman correctly handle bytes < 1024 + - some minor changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1931 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 176dd7910769b1b3695d16c2cf733832a7cc9f62 +Author: lxnay +Date: Tue May 13 12:26:29 2008 +0000 + + Entropy/etpDatabase/EquoInterface: + - EAPI2 update: improve RepoInterface.sync() speed by differentially update items in database. This update is completely compatible with EAPI2 and won't cause any trouble to third parties. + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1930 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e10e3f8e3b4a1e2664edad405b53873960ef90fc +Author: lxnay +Date: Mon May 12 17:00:46 2008 +0000 + + Entropy: + - some minor changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1929 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7b68c292f53496953e8f4e6e30b05ca94a729efe +Author: lxnay +Date: Mon May 12 14:15:10 2008 +0000 + + Entropy/etpDatabase: + - change dumped sql table creation schema from 'CREATE TABLE' to 'CREATE TABLE IF NOT EXISTS' + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1928 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ffdc38e0daf078384fc1b461ebc4a8bf9972380d +Author: lxnay +Date: Tue May 6 18:20:30 2008 +0000 + + Entropy/etpDatabase: + - skip duplicates on etpDatabase.filterTreeUpdatesActions() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1925 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bbafc20b24a3ecf00cfbbad6b3f4e9926434aaae +Author: lxnay +Date: Tue May 6 18:08:05 2008 +0000 + + Entropy: + - if tarfile module is not available, unse old tar.bz2 uncompress function + - do not use os.system() to spawn fixpackages but use portage library directly + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1924 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce538451f3977cabdcd94d61fbddc1380e4901cf +Author: lxnay +Date: Mon May 5 22:46:09 2008 +0000 + + Entropy/Spritz: + - avoid raising sqlite3 OperationalError exceptions on populateCategories + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1922 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 34ee13d8981ef785dac8f9ef6fd090bd30cae425 +Author: lxnay +Date: Mon May 5 22:40:17 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1921 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 460464d622f4e36750a449ce9a85b65e98e7e1e9 +Author: lxnay +Date: Mon May 5 21:46:18 2008 +0000 + + Entropy/etpDatabase: + - add force option to clientUpdatePackagesData + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1920 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d0ebc7c6deee5f3a98fbbe60fd0e5c6ad14c2aa1 +Author: lxnay +Date: Mon May 5 19:08:10 2008 +0000 + + Entropy/etpDatabase/treeupdates: + - improve treeupdates reliability by deeply scanning dependenciesreference too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1919 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 24f447e45ebe752b41b56b930f1c5bf26dfe3433 +Author: lxnay +Date: Mon May 5 18:02:53 2008 +0000 + + Entropy: + - introduce preliminary priority management infrastructure + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1918 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 745246dc92676426b6fbf18205718f720bf6fc8f +Author: lxnay +Date: Mon May 5 09:28:49 2008 +0000 + + Entropy/Spritz: + - do not raise ProgrammingError exceptions while running setup after packages install/removal + Entropy: + - be more intelligent with etpConst['dbconfigprotect'] in openClientDatabase + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1917 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f0a885748fa370d5bd8ef2173fc68543be907fd1 +Author: lxnay +Date: Sat May 3 16:55:52 2008 +0000 + + Entropy/FileUpdatesInterface fix a small bug in scanfs causing duplicated names (not full paths) to be discarded + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1915 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c1a26d2704d91495d01f5099801db1568b07d96 +Author: lxnay +Date: Sat May 3 16:06:46 2008 +0000 + + Entropy/etpDatabase: + - do not crash on retrieveNeeded if 'elfclass' column is not available + - improve createNeededElfclassColumn() + - store executed treeupdates actions in the client database + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1913 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5b8118fc7522a07d231527c180481c7fcf8dd455 +Author: lxnay +Date: Sat May 3 09:39:00 2008 +0000 + + Entropy/Notification Applet: + - be more gentle with lockings + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1912 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 934367b4fc997bd6be830b54071f1877424458e9 +Author: lxnay +Date: Sat May 3 09:31:36 2008 +0000 + + Entropy: + - re-run lock checking every time EquoInterface.application_lock_check() is run + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1911 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d2459de30417784c1873732fec7bcd8aa5b4670 +Author: lxnay +Date: Sat May 3 09:13:41 2008 +0000 + + Entropy: + - fix const_setup_perms(), didn't chmod properly + - improve system reliability by checking if another instance is running before starting critical tasks + - some cleanups on the notification applet + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1910 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 85a2734cac1f096acfa657d2dc110abe848902ae +Author: lxnay +Date: Fri May 2 22:29:14 2008 +0000 + + Entropy: + - fix calculate_world_updates() and filterSatisfiedDependencies to correctly handle actions + Spritz: + - fix Add all/Remove all buttons + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1908 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a786f2d1218d3db99ef7238f3e4979159349b4f2 +Author: lxnay +Date: Fri May 2 14:49:48 2008 +0000 + + Entropy/ServerInterface: + - backup database before shrinking to avoid slow re-indexing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1907 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4baebf3abd59e326961101476495ec1e1610d178 +Author: lxnay +Date: Fri May 2 14:38:14 2008 +0000 + + Entropy/ServerInterface: + - backup database before shrinking to avoid slow re-indexing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1906 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a4a08bbb7978538f9335fe019761701d25fa0e9 +Author: lxnay +Date: Fri May 2 14:06:32 2008 +0000 + + Entropy/misc: + - some final touches + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1904 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 410cdc321b7a6cc7fcc28fe52bd993a067984723 +Author: lxnay +Date: Thu May 1 18:59:14 2008 +0000 + + Entropy/EquoInterface: + - fix an odd behavior of EquoInterface._lookup_inverse_dependencies() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1902 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 833cfee02a1c48a13d4cc2d9ab4f2d51f173d397 +Author: lxnay +Date: Thu May 1 18:14:26 2008 +0000 + + Entropy/ServerInterface: + - fix expired packages handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1901 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78dabbbdf5dea09b9dcc60295f519f04817ddde1 +Author: lxnay +Date: Thu May 1 14:22:22 2008 +0000 + + Entropy/EquoInterface: + - fix infinite loop on packages removal + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1899 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1993b165f552f7f0bc6cfe4efa7aa458871536e4 +Author: lxnay +Date: Thu May 1 13:09:27 2008 +0000 + + removing 0.14.15.12 tag for a while + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1898 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88ef3cfdf50f4f2def01906e7618bd21f4684a35 +Author: lxnay +Date: Thu May 1 12:53:37 2008 +0000 + + Entropy/Spritz: + - improve package information dialog by reordering USE flag and Eclass information + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1896 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec9d007f105b060cb817d1b79a3207eb4f074a55 +Author: lxnay +Date: Thu May 1 12:38:26 2008 +0000 + + Entropy/Spritz: + - properly format strings on the package information dialog + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1895 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 091b7ed33ae5a0781b4fb4da72516b1b48d44e29 +Author: lxnay +Date: Thu May 1 12:29:33 2008 +0000 + + Entropy/Spritz: + - greatly improved speed on queues, popup menus, dependencies calculation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1894 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4d8999a9a48590de2d0fa0fc36652f2416f13e0b +Author: rogerc +Date: Thu May 1 10:20:43 2008 +0000 + + updated es.po and ca.po for Spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1893 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 956254f5141508ccba80ec2aca80844ee4a9396c +Author: lxnay +Date: Thu May 1 00:24:45 2008 +0000 + + Entropy/Spritz: + - sort atoms inside confirmation dialog + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1892 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5e98a0b8ebcdcfee88a0562a50caf1f0ae7de56 +Author: lxnay +Date: Thu May 1 00:01:29 2008 +0000 + + Entropy/EquoInterface/etpDatabase: + - removed 'info cache' from etpDatabase, there is no need to have an on-disk cache when sqlite3 is faster + - updated EquoInterface accordingly + - improved reliability when running multiple Entropy instances + Entropy/Spritz: + - fixed some minor bugs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1890 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 11112428a7bda3f5e3d9fee7ef4c00cc81e056e5 +Author: lxnay +Date: Wed Apr 30 15:53:11 2008 +0000 + + Entropy/Spritz: + - fix Spritz crash when no updates are available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1888 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e899cf6f9f9c5ad18a05029f89eb51988668d8c +Author: lxnay +Date: Wed Apr 30 15:40:55 2008 +0000 + + Entropy/EquoInterface: + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1886 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e6e70b44aa87ae1e8fb9eddc0a3dc5fae1ba10c +Author: lxnay +Date: Wed Apr 30 09:20:24 2008 +0000 + + removing 0.14.15.8 tag + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1884 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26b81e401bcd035d81c38e65edcc4535ad05445a +Author: lxnay +Date: Wed Apr 30 09:14:15 2008 +0000 + + Entropy/Spritz: + - translation updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1882 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 941f77f874ef3ef764db146ff630ca9ab097cac6 +Author: lxnay +Date: Wed Apr 30 08:48:57 2008 +0000 + + Entropy: + - misc fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1881 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2277e9072f2a4a052467578e3f239a1c695d4687 +Author: lxnay +Date: Wed Apr 30 08:45:33 2008 +0000 + + Entropy: + - fix some spare bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1880 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5744d66b526f5edba14fda6d0295c0b288c49ba6 +Author: lxnay +Date: Wed Apr 30 08:38:52 2008 +0000 + + Entropy: + - improved etpDatabase.atomMatch speed + - improved EquoInterface.get_category_description_data() + Entropy/Spritz: + - use translated categories description when possible + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1879 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48a89939f8967d815a94dee7d710660919528954 +Author: lxnay +Date: Tue Apr 29 23:59:14 2008 +0000 + + Entropy/Spritz: + - added category description support + - added category description helpe function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1878 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed3e59bd58efc95896c4559cdb70123b6f9df6f7 +Author: lxnay +Date: Tue Apr 29 23:23:11 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1877 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 68148905cf381ec2481fbceaac526bc1d902e576 +Author: lxnay +Date: Tue Apr 29 23:21:57 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1876 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3c89b64d75d89755f2c8dbf794333678806ecc7b +Author: lxnay +Date: Tue Apr 29 23:21:16 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1875 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9b4a916761f837745ac219c6acc6977eff186e8 +Author: lxnay +Date: Tue Apr 29 23:09:23 2008 +0000 + + Entropy/ServerInterface/EquoInterface: + - reworked categories description support to use /usr/portage metadata.xml files + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1874 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 173ad4ef4364f7231e35169479a3edce46e46a64 +Author: lxnay +Date: Tue Apr 29 18:19:07 2008 +0000 + + Entropy/ServerInterface/etpDatabase: + - implemented categories description code, server-side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1873 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7e57ffe23bb12bc4cb0d277f5150e73313e0b503 +Author: lxnay +Date: Mon Apr 28 18:03:17 2008 +0000 + + Entropy/Spritz: + - beautify package lists + Entropy/Equo: + - always show how many files need to be merged + Entropy/EquoInterface: + - fix typo that caused Portage world file to not be properly updated + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1872 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82bfd4f089129a1058e873996b0b63996b4638f9 +Author: lxnay +Date: Sat Apr 26 23:44:25 2008 +0000 + + Entropy/Spritz: + - improve eye candy of packages treeviews + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1871 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 62bcc79b4da3e2fa202387309e8fbd49a2a25ba9 +Author: rogerc +Date: Sat Apr 26 10:17:16 2008 +0000 + + updated es_ES.po for Spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1870 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 121c6350816bbddbfa64286d9be426efb0cd4ea7 +Author: lxnay +Date: Fri Apr 25 23:48:40 2008 +0000 + + Entropy/EquoInterface: + - handle dbapi2.OperationalError in calculate_world_updates() when matching an atom through repositories + - handle dbapi2.OperationalError in all_repositories_checksum() + - improve generate_depends_tree() by correctly handling depstrings matching multiple packages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1868 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19efb8ba5ac580f470fa00d721244e70b6905a72 +Author: lxnay +Date: Fri Apr 25 23:45:42 2008 +0000 + + disable equo database generate in --help so users won't see that anymore and hopefully stop using it every now and then + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1867 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2ff4fc7101b50bfc105b424f5054ea92cb813509 +Author: lxnay +Date: Fri Apr 25 23:43:42 2008 +0000 + + Entropy/Spritz: + - fix bug #395 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1866 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e255de4bfc5c9edb3587bf01d35a57408df037b +Author: lxnay +Date: Fri Apr 25 19:25:57 2008 +0000 + + Entropy/Equo: + - fix removePackages() questions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1865 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1280d6259e219f90e75a09073befedf6391b472 +Author: rogerc +Date: Fri Apr 25 18:24:53 2008 +0000 + + updated ca.po and es_MX.po translations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1864 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a7512164d5cb56b0189ee46eb98d978b55046178 +Author: lxnay +Date: Thu Apr 24 20:38:22 2008 +0000 + + Entropy: + - run etpDatabase.fixKdeDepStrings() only on dbname != 'generic' + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1863 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 22b180d0467382a9a497a094ed2535ee7b899e5a +Author: lxnay +Date: Thu Apr 24 20:19:00 2008 +0000 + + Entropy/EquoInterface: + - add dep strings auto updates infrastructure (starting with bad KDE dep strings) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1861 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 38a29df495ef563d97f4e331c2e494e131dd062c +Author: lxnay +Date: Thu Apr 24 20:17:54 2008 +0000 + + Entropy/Spritz: + - improve Spritz eyecandiness + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1860 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6ed62dd0ec897d2f601ac17d4c6c2bb7500ed89 +Author: lxnay +Date: Thu Apr 24 14:34:33 2008 +0000 + + Entropy/Spritz: + - beautified the new 'up-to-date' message + Entropy/Equo: + - avoid crashing when it's impossible to write queue cache to disk + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1859 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3a0d5ef5d442521e369255ae9d4da1a6845d999e +Author: lxnay +Date: Thu Apr 24 13:40:13 2008 +0000 + + adding entropy env.d file + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1858 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit edb7b7cf9ba8626b78febe229088077873a6a7fa +Author: lxnay +Date: Thu Apr 24 11:28:11 2008 +0000 + + Entropy/Spritz: + - fix a small problem with early (pre-EquoInterface) messages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1856 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 278cc75e14179f0c04db91710a4e8d9d6b9a33cc +Author: lxnay +Date: Thu Apr 24 11:18:13 2008 +0000 + + entropy 0.14.15.5 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1854 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6b7d89702df8cdf97fb0625bf654817df3700732 +Author: lxnay +Date: Thu Apr 24 11:15:08 2008 +0000 + + Entropy/EquoInterface: + - avoid to leak on AUFS/UNIONFS + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1853 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c66a0b231a2de576b7f43c63c029f1e2ef2cc130 +Author: lxnay +Date: Thu Apr 24 11:12:34 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1852 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48348bda5ff78b2253187493ef71ddea94beece8 +Author: lxnay +Date: Thu Apr 24 11:05:14 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1851 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1ba4d00210a1c0c9192cfbc7361fdb86ec44032 +Author: lxnay +Date: Thu Apr 24 11:01:38 2008 +0000 + + Entropy: + - use stat.ST* instead of mean list indexes + - move entropyTools.islive() to entropyConstants keeping compatibility + - make const_setup_perms() more gentle with overlayed filesystems + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1850 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd7d4de44d785d03bbe9d4310d576859e5e58607 +Author: lxnay +Date: Thu Apr 24 10:06:59 2008 +0000 + + Entropy/EquoInterface: + - fix caching on Live systems + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1849 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d95c6ba6926e295d7be1a7fe0803780fa0113e0a +Author: lxnay +Date: Thu Apr 24 09:57:38 2008 +0000 + + Entropy/EquoInterface: + - updated TODO + - fix caching on Live systems + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1848 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec9782d3b91243d510626cf177c1e0a5462295d6 +Author: lxnay +Date: Thu Apr 24 09:22:43 2008 +0000 + + move repositories.conf.example back + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1847 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9c344777ccaa32014eec2dcc6f88f2003672fe6f +Author: lxnay +Date: Wed Apr 23 22:58:41 2008 +0000 + + Entropy/Spritz: + - avoid crashing on empty removal list + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1846 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e8d4526cce768a5a8c087e7778494be3d3a79ee +Author: lxnay +Date: Wed Apr 23 22:18:50 2008 +0000 + + Entropy/Spritz: + - avoid crashing on empty removal list + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1845 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4fc75242b29290448f0135865ffc3dab36f401e4 +Author: lxnay +Date: Wed Apr 23 18:58:47 2008 +0000 + + Entropy/EquoInterface/Spritz: + - Spritz: a lot of misc bug fixes and graphical improvements + - added a new item to etpRepositories to ease the work of EquoInterface.addRepository() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1844 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a5a596524bd265d5e25bc4c11f18207452169147 +Author: lxnay +Date: Wed Apr 23 18:03:40 2008 +0000 + + Entropy/Spritz: + - some cleanups + - improved package removal handling + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1843 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f157791e425c8a3bf3bdad1ff60d39704bcdc5a +Author: lxnay +Date: Wed Apr 23 11:37:38 2008 +0000 + + Entropy/Spritz: + - allow hiding purge options + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1842 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9a42244c047a006b60e63678d8cc4d560c2789f +Author: lxnay +Date: Wed Apr 23 11:34:39 2008 +0000 + + Entropy/Spritz: + - allow hiding reinstall options + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1841 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2adcac914aa24dff4db6069ddc237a515a84486a +Author: lxnay +Date: Wed Apr 23 11:30:29 2008 +0000 + + Entropy/Spritz: + - greatly improve etpbase.elaborateInstall() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1840 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 989059e20c358c6ce125f397cb4e5a1dcc2b1371 +Author: lxnay +Date: Wed Apr 23 11:23:46 2008 +0000 + + Entropy/Spritz: + - greatly improve etpbase.elaborateRemoval() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1839 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9cb4672b39ef875db86065ffd8f9c1d884451e02 +Author: lxnay +Date: Wed Apr 23 11:14:32 2008 +0000 + + Entropy/Spritz: + - allow disabling confirm dialogs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1838 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 29f2dad3d7b6421f793704485a0a3abc32b9cdbb +Author: lxnay +Date: Tue Apr 22 22:36:38 2008 +0000 + + Spritz: + - improve PkgInfoMenu class reliability when used outside Spritz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1837 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1d9c858e6159891fc3bcf694950eceb2077d3788 +Author: lxnay +Date: Tue Apr 22 22:12:11 2008 +0000 + + Entropy/Spritz: + - move package information window to dialogs to make it reusable + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1836 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e4d3cdd8d7ecf1fac9dc58142d3cc6e588368e8e +Author: lxnay +Date: Tue Apr 22 22:11:28 2008 +0000 + + Entropy/EquoInterface: + - openRepositoryDatabase: avoid crashing on configprotect table if db is corrupted + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1835 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e07db4e020220f4fda7264eff657a99b4fd1a22c +Author: lxnay +Date: Tue Apr 22 13:52:07 2008 +0000 + + PortageInterface: + - improve speed of get_installed_packages_counter() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1834 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ba8151a3651e3f4854b3dbffbdb3b93ffac25fd5 +Author: lxnay +Date: Tue Apr 22 13:50:45 2008 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1833 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e89b15b97afd23043c2b286e9da9807ddf79ef6 +Author: lxnay +Date: Tue Apr 22 13:50:18 2008 +0000 + + PortageInterface: + - improve speed of get_installed_packages_counter() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1832 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a96076f3e5e36a1de1316e81e4fe977e403c4080 +Author: lxnay +Date: Tue Apr 22 11:35:03 2008 +0000 + + Entropy/EquoInterface/Spritz: + - avoid running etpDatabase.idpakageValidator() for client db + - do not crash when it's impossible to translate a device name to a grub one + - Spritz: do not crash if the application icon can't be loaded + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1829 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a73081516f075f9cb0b3eae8f6f0eae68aa84bfc +Author: lxnay +Date: Tue Apr 22 01:01:45 2008 +0000 + + Entropy/ServerInterface: + - fix broken packages removal + Entropy/EquoInterface: - add env ACCEPT_LICENSE support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1828 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d82bd2db0e2ae2b1348c01f56e480b87eaf85599 +Author: lxnay +Date: Mon Apr 21 23:59:24 2008 +0000 + + Entropy: + - updated TODO + - improved treeupdates reliability server-side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1827 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2555568efcc26b1c4280b5cf07c7d7df4477d65e +Author: lxnay +Date: Mon Apr 21 18:47:47 2008 +0000 + + Entropy/EquoInterface: + - avoid showing multiple files owning the same source when using FileUpdatesInterface class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1826 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dca3f69b51846c695a5eedcd1839b17ddb8d8cee +Author: lxnay +Date: Mon Apr 21 14:08:46 2008 +0000 + + fix reagent package injection + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1823 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 34eb365ad5d7244618eadd8bcfb0dc646041b66b +Author: lxnay +Date: Mon Apr 21 13:21:01 2008 +0000 + + Entropy/EquoInterface: + - add /etc/entropy to CONFIG_PROTECT + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1821 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4e8f55d98487d283dfdf7a9157d8e85769849e5a +Author: lxnay +Date: Mon Apr 21 11:27:14 2008 +0000 + + Entropy/Reagent: + - fix printPackageInfo() call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1820 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1c2ce3265dc4b154a154e0be78903a639a667f7 +Author: lxnay +Date: Mon Apr 21 11:26:30 2008 +0000 + + Entropy/EquoInterface/ServerInterface: + - client: run conn.clientUpdatePackagesData trapping any OperationalError exception + - server: fix tags queries + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1819 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb25b76493928a01902105b8cb59e037be3d83f1 +Author: lxnay +Date: Mon Apr 21 10:10:36 2008 +0000 + + Entropy/EquoInterface: + - fix an issue with file protection causing them to be overwritten + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1817 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 20598059087eb634e1e6180f2a661722357ba0a1 +Author: lxnay +Date: Sun Apr 20 23:17:34 2008 +0000 + + Entropy/EquoInterface: + - automatically resolve conflicts when possible + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1815 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f2e4aae6a3c631a32c28a1e9c3fbc34f7036c1c1 +Author: lxnay +Date: Sun Apr 20 18:09:59 2008 +0000 + + Entropy/EquoInterface: + - use self.validRepositories instead of etpRepositories directly to etpRepositores and revalidate repositories everytime a the list is changed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1814 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c626d53cae57fa18081061ddb8f963087a57cb26 +Author: lxnay +Date: Sun Apr 20 17:54:41 2008 +0000 + + fixing our python updater function to work with multiple old python installations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1813 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4bd8ee3c097acd304216c421e365d01adc5f8563 +Author: rogerc +Date: Sun Apr 20 15:19:57 2008 +0000 + + updated Catalan translation for Spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1810 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f29881b6ab6abde0de525c73e559ae54089b527 +Author: lxnay +Date: Sun Apr 20 14:52:03 2008 +0000 + + Entropy/Equo/Spritz: + - some requested bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1808 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f12010bdf8ccc471865f61457d779a8736fed1ec +Author: lxnay +Date: Fri Apr 18 21:58:25 2008 +0000 + + Entropy: + - add more indexes to speed up install/removal + - fix a small type issue with treeupdates actions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1807 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5b894c9ec77e676a8861f4d89cad9f0a5c469320 +Author: lxnay +Date: Fri Apr 18 13:43:38 2008 +0000 + + Entropy/Spritz: + - update spritz.pot + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1805 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d978c7281c5f1791aae508f9dc55434996a5588f +Author: lxnay +Date: Fri Apr 18 13:43:07 2008 +0000 + + Entropy: + - updated TODO + Entropy/Notification Applet: + - remove state change check + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1804 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f1f75574d2d9a76d5562d70c0f9e57c06abc50f +Author: lxnay +Date: Fri Apr 18 12:08:12 2008 +0000 + + Entropy/etpDatabase: + - some small improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1803 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36d3d86f8a5d09c5fa5e2bc53abeca6b49ef33a1 +Author: lxnay +Date: Thu Apr 17 18:04:21 2008 +0000 + + Entropy/Spritz: + - updated spritz.pot + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1802 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91f34a86416d214341a73d04f058ac2cb217a613 +Author: lxnay +Date: Thu Apr 17 16:26:06 2008 +0000 + + Entropy/ServerInterface/reagent: + - add list query to list all the packages in the default repository + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1801 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eecae4303c57c4a481fdce124be1f67f646d367c +Author: lxnay +Date: Thu Apr 17 14:34:02 2008 +0000 + + Entropy/Spritz: + - fix threading exception on exit definitely + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1800 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 483c79b9ac30b276d29378f726657d923204f46a +Author: lxnay +Date: Thu Apr 17 14:01:03 2008 +0000 + + Entropy/EquoInterface: + - relax pid checking and start to collect reports about how multiple PackageInterface instances work + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1799 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a6fb05a999bcb83a132d95ae5727c1366ff8d490 +Author: lxnay +Date: Thu Apr 17 11:34:36 2008 +0000 + + Entropy/Spritz: + - make pychecker more happy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1798 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e11ff24295924faf42dde1b3b514e74d73740d3a +Author: lxnay +Date: Thu Apr 17 11:33:53 2008 +0000 + + Entropy/Spritz: + - cleanups in views.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1797 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48a9eb80dd330fbae3ac2828f214056681d10bcf +Author: lxnay +Date: Thu Apr 17 11:32:46 2008 +0000 + + Entropy/Spritz: + - what the hell did 'execv didn't execv?' mean ? + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1796 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e790312c364d227652b12e2913774cb8432c77e +Author: lxnay +Date: Thu Apr 17 11:32:00 2008 +0000 + + Entropy/Spritz: + - change redhat e-mail with ours + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1795 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82cd1d7477522331c807957eed659f352d54b4a4 +Author: lxnay +Date: Thu Apr 17 11:31:07 2008 +0000 + + Entropy/Spritz: + - make pychecker more happy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1794 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3394429b47facb7f1c1909db42f81eb952caff96 +Author: lxnay +Date: Thu Apr 17 11:30:43 2008 +0000 + + Entropy/Spritz: + - since I am annoyed to see this weird exception on exit, ignore it completely + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1793 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e4e0dae8063379125103dd1559b54cdd43c3f8d7 +Author: lxnay +Date: Thu Apr 17 11:29:58 2008 +0000 + + Entropy/Spritz: + - some cleanups inside spritz_setup.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1792 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f780a1b43bfca5c1b93481efc30ca54720467e7f +Author: lxnay +Date: Thu Apr 17 11:29:40 2008 +0000 + + Entropy/Spritz: + - some cleanups inside packages.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1791 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 101544bf3671e6e354d47e47da1a9acd6aa36890 +Author: lxnay +Date: Thu Apr 17 11:29:03 2008 +0000 + + Entropy/Spritz: + - make pychecker more happy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1790 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b66423247a89fbb60e380cb79d2e3744639d344 +Author: lxnay +Date: Thu Apr 17 11:23:41 2008 +0000 + + Entropy/Spritz: + - updated spritz.pot + - completed Italian translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1789 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c814ec7354d5ce77e27383394f2a37e50a6b0647 +Author: lxnay +Date: Thu Apr 17 08:51:54 2008 +0000 + + Entropy/Spritz: + - updated spritz.pot + - updated Catalan translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1788 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 173e141f5b1e05e82f4a9f75be64546b2b2c5e0e +Author: lxnay +Date: Wed Apr 16 19:08:21 2008 +0000 + + Entropy/EquoInterface: + - fix treeupdates on multi-repo environments + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1786 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7964fc7520a49a39e0a8fc99205a69da286fcf0 +Author: lxnay +Date: Wed Apr 16 18:45:47 2008 +0000 + + Entropy/EquoInterface: + - regenerate client database indexes only when needed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1785 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a42eb6af9bd8ccbfa15a42db9af674f4984e415e +Author: lxnay +Date: Wed Apr 16 18:36:36 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1784 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7674aafbdcdfdc9fb784b826addc6419f92f0d21 +Author: lxnay +Date: Wed Apr 16 17:31:58 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1783 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 92769a3b8868b5944c1e6abaf97fb51551575b4f +Author: lxnay +Date: Wed Apr 16 17:28:31 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1782 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fc301e92d7a255391ce7fc932f290f37246c3577 +Author: lxnay +Date: Wed Apr 16 17:22:36 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1781 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a95bef8fe444c9bc6a96bc71e6e2fac3ef6c6ef3 +Author: lxnay +Date: Wed Apr 16 17:01:59 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1780 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d904e561f122bdc1af7b8fa3df0de80a78145199 +Author: lxnay +Date: Wed Apr 16 16:52:30 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1779 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7069b1e279e260942938f418085df7a357fa97c8 +Author: lxnay +Date: Wed Apr 16 15:59:31 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1778 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74e3c65a3296e4f6aacf7ba4d45bddde91e7a78b +Author: lxnay +Date: Wed Apr 16 15:56:35 2008 +0000 + + close files in md5sum_directory() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1777 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ca86613732ed8bc521644d01bba3f3847cbda62 +Author: lxnay +Date: Wed Apr 16 15:44:23 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1776 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9580c2bbfc8695db104891c758742f8098ce0e1a +Author: lxnay +Date: Wed Apr 16 15:41:41 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1775 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit caecf70aa07dc09fa0744ce3180b66aa4fba1293 +Author: lxnay +Date: Wed Apr 16 15:33:22 2008 +0000 + + testing treeupdate server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1774 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eaa7bbf10dce7af1dcb53df62f7b492f65f82cfc +Author: lxnay +Date: Wed Apr 16 15:18:30 2008 +0000 + + Entropy/ServerInterface: + - make etpDatabase.filterTreeUpdatesActions() working better server-side with multiple repositories + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1773 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 475ba3de6935bb52b5e4d9031ebeba59f322bd06 +Author: lxnay +Date: Wed Apr 16 15:02:16 2008 +0000 + + Entropy/ServerInterface: + - run treeupdates server-side for every opened repository + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1772 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dfa41506bd8c48656329f4997fd44501c6b20a53 +Author: lxnay +Date: Wed Apr 16 13:45:39 2008 +0000 + + Entropy/Spritz: + - fix refresh timer issue when hide_menu = True + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1770 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0d098170acd8aea73f336a0b6d850f6fbf7d65f7 +Author: lxnay +Date: Wed Apr 16 13:08:08 2008 +0000 + + fix cache hash + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1768 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a42abd27f62a69dd25b014aea15a4c9470e02221 +Author: lxnay +Date: Wed Apr 16 12:05:16 2008 +0000 + + Entropy/Spritz: + - don't raise string exceptions + - allow switching from OKAY to ERROR + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1767 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a719b1fce6a2634845fe754a84299a411fd71b5a +Author: lxnay +Date: Wed Apr 16 10:18:54 2008 +0000 + + Entropy/EquoInterface: + - rewrote _lookup_library_breakages() to be more rude and bastard (along with being faster) + - added some new indexes for the needed table + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1765 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb4792288750c88c3e1893614dd96a16d1358784 +Author: lxnay +Date: Tue Apr 15 21:38:21 2008 +0000 + + try to workaround a possible etpRSSMessages issue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1764 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 59d9d512874b7b84b8187602bb0b1ec2a864c8d8 +Author: lxnay +Date: Tue Apr 15 21:24:35 2008 +0000 + + update spritz.pot translation file + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1763 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33c6a73db74480a731b4c1e79b8a28ccad9ecf37 +Author: lxnay +Date: Tue Apr 15 18:12:02 2008 +0000 + + Entropy/Spritz: + - implemented preliminary GLSA interface into Spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1761 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78b0c977d692a44dca35da080316670ddb25bd7e +Author: lxnay +Date: Tue Apr 15 12:27:11 2008 +0000 + + Entropy/Spritz: + - more work on the GLSA interface (not yet done) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1760 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce24e99bff6c7b42e236e5e50f09727545256090 +Author: lxnay +Date: Tue Apr 15 10:52:15 2008 +0000 + + Entropy/Spritz: + - more work on the GLSA interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1759 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1fa09177446df315194d0fb2d6823f43c35f818 +Author: lxnay +Date: Tue Apr 15 10:24:40 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1758 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e77d7267b4df6536530a626de838ec0083f939f9 +Author: lxnay +Date: Tue Apr 15 10:17:59 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1757 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dde6fb0b76ca1556cb456f5741fca2c7da78e53e +Author: lxnay +Date: Tue Apr 15 10:16:05 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1756 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f037d91ec0af2a2ef88c196c2cdf1e95c9f68ac +Author: lxnay +Date: Tue Apr 15 10:14:49 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1755 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e03a08166539b7582b224753e07510ef101deca2 +Author: lxnay +Date: Tue Apr 15 10:13:15 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1754 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit efeb7aa3f3259920bcc06552ca6157968d269c71 +Author: lxnay +Date: Tue Apr 15 10:11:04 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1753 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 12cecc738017957d8ebfac0ea01b07004b003283 +Author: lxnay +Date: Tue Apr 15 09:53:49 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1752 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 59030077961affda9a8d0f7a293ae5da58f8d834 +Author: lxnay +Date: Tue Apr 15 09:52:22 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1751 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b12e8aef8d74073f84791efa3602403817d9a638 +Author: lxnay +Date: Tue Apr 15 09:50:13 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1750 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5eca2353457185d4fc27187db09d3a94fac9b5d8 +Author: lxnay +Date: Tue Apr 15 09:32:57 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1749 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78cb3525b437e3f1f5db2f3b31908589aadec4ec +Author: lxnay +Date: Tue Apr 15 09:25:18 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1748 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e8021bbe00615d62640b17b6b4d9e9c74d11baf8 +Author: lxnay +Date: Tue Apr 15 09:24:08 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1747 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 49171a12246660492ca80a967808bff4fd52cf5d +Author: lxnay +Date: Tue Apr 15 09:21:12 2008 +0000 + + testing reporting handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1746 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 62e0add66a6820b592e327e8a5aeed5cf89d2af9 +Author: lxnay +Date: Tue Apr 15 09:10:22 2008 +0000 + + change e-mail + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1745 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0529e8f90e8ea44981892f0c9a8d08bdbc6e090 +Author: lxnay +Date: Tue Apr 15 09:00:38 2008 +0000 + + Entropy/ServerInterface: + - output colouring cleanup + - changed SecurityInterface __get_advisories_metadata() to get_advisories_metadata() + Entropy: + - testing new report handler + - added missing GLSA icon + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1744 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91710f61cce4e4ded6d0f97479d9a0184bb57060 +Author: lxnay +Date: Tue Apr 15 08:21:10 2008 +0000 + + Entropy/Equo: + - fix logging calls in text_rescue.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1743 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a56e4974d11c1a4c691db324e9789596004b7856 +Author: lxnay +Date: Mon Apr 14 23:12:40 2008 +0000 + + Entropy/Spritz: + - started to implement GLSA interface (not yet completed, will be tomorrow) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1742 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74e79c4ff9910437d1590f8a87c0b0957cf1e027 +Author: lxnay +Date: Mon Apr 14 18:30:22 2008 +0000 + + fixing a small issues with the updates tab + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1740 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 53baba96fe95073623e145dfa4b0ed4850d71dd3 +Author: lxnay +Date: Mon Apr 14 17:32:28 2008 +0000 + + Entropy/ServerInterface: + - added --syncall option to activator to allow syncing of all the repositories without too much hassle + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1738 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 261e97c69ca477b91f304bd7000d134e6ebf916d +Author: lxnay +Date: Mon Apr 14 17:14:29 2008 +0000 + + Entropy/ServerInterface: + - if counter is trashed, ensure that is because package has been removed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1737 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 430c3aad0a773d73ffdaf7803b49623599dcff88 +Author: lxnay +Date: Mon Apr 14 14:56:00 2008 +0000 + + test virtual matching + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1736 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9b120326900d183c0b00fbebdf8eea1805f9a2f9 +Author: lxnay +Date: Mon Apr 14 14:44:44 2008 +0000 + + i am a moron + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1735 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8bf00c6ac7a0e78eb939071c56c2f2469779b869 +Author: lxnay +Date: Mon Apr 14 14:28:03 2008 +0000 + + Entropy/ServerInterface: + - updated TODO + - fix trashing counters behaviour + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1734 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c4ee98b11b1969a2766cf3c6faac06f27e9293de +Author: lxnay +Date: Mon Apr 14 13:17:43 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1733 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d2f55018d9fb5f1ccc37c7c06a8aff6a08c9a62 +Author: lxnay +Date: Mon Apr 14 13:13:13 2008 +0000 + + Entropy/Spritz: + - completing the last commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1731 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a584fcfccf0c20f1652120a7514b7d47f3510b9 +Author: lxnay +Date: Mon Apr 14 13:11:48 2008 +0000 + + Entropy/Spritz: + - spritz.pot cleanups + - small fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1730 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4476ff02260ae174985bdb6ec1a72e3a500fe687 +Author: lxnay +Date: Mon Apr 14 11:29:31 2008 +0000 + + remove old yumex shit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1729 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab789dee5775eae6b75ca3be0fe45a7523b75c64 +Author: lxnay +Date: Mon Apr 14 11:22:57 2008 +0000 + + revert part of the last commit to not have SQLITE threading issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1728 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d9858d2af00258115e9cb0635923a005b7419a65 +Author: lxnay +Date: Mon Apr 14 11:18:23 2008 +0000 + + Entropy/Spritz: + - make Spritz SUPER-FAST + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1727 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1c67b85547828cfb594a39986fa495cda9ceb124 +Author: lxnay +Date: Mon Apr 14 08:42:23 2008 +0000 + + Entropy: + - fix a small caching issue + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1726 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1d33aa2383d10439603a71c9dc279a83f61fe222 +Author: lxnay +Date: Mon Apr 14 08:23:28 2008 +0000 + + Entropy/Spritz: + - connected the error report interface to Spritz + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1725 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 982038d42a8620269b9d748e09ab90d334391bdc +Author: lxnay +Date: Mon Apr 14 00:52:33 2008 +0000 + + Entropy: + - add entropy_i18n module (i18n not yet here) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1724 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9f229efe9bd13fdf09d0eb37f5e32fa62da1a1e8 +Author: lxnay +Date: Mon Apr 14 00:36:02 2008 +0000 + + Entropy/Database/EquoInterface: + - implemented type column in dependencies table to support future *DEPEND split + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1723 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 17069f0c604bc591ce8edc87b0d7520ba7fa741d +Author: lxnay +Date: Sun Apr 13 23:41:42 2008 +0000 + + Entropy/EquoInterface: + - log portage.doebuild() messages to equo.log + - improve etpDatabase.retrieveMessages() speed by adding a sql index + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1722 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b54fd3bc9852463bf70d19af286b8d76d67ac270 +Author: lxnay +Date: Sun Apr 13 19:29:30 2008 +0000 + + Entropy: + - added fakeoutfile, fakeinfile classes to prepare portage.doebuild() logging + - improved Entropy idpackageValidator speed by 1000% (by adding a SQL index on keywords), this improved world updates calculation speed by a big 1000% + - misc updates and fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1721 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f28c9f296aad45ba10230876e31562198a364ff1 +Author: lxnay +Date: Sat Apr 12 16:18:30 2008 +0000 + + Entropy/ServerInterface/Reagent: + - exported switch_default_repository() to reagent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1720 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c12159a1a2b7a04b5273a1c07cd7755f0e13b805 +Author: lxnay +Date: Sat Apr 12 16:12:09 2008 +0000 + + Entropy/ServerInterface: + - tweak the packages move function + Entropy/EquoInterface: + - fix cache updating during installation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1719 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 867d49eae32a4f1522025394cb469aea85e6a5fb +Author: lxnay +Date: Sat Apr 12 15:43:33 2008 +0000 + + Entropy/ServerInterface/Reagent: + - fix matches list creation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1718 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d73a0e1a6ccf7b0476d351f8d54bfb70e7a16649 +Author: lxnay +Date: Sat Apr 12 15:37:00 2008 +0000 + + Entropy/ServerInterface/Reagent: + - fix matches list creation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1717 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4beb1e4d9b5ed6055af76afdb7b6fd1f1c0a90bf +Author: lxnay +Date: Sat Apr 12 15:06:27 2008 +0000 + + Entropy/ServerInterface/Reagent: + - connect move_packages() to reagent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1716 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 01244dd08354a57e8230065f900a2246873290d8 +Author: lxnay +Date: Sat Apr 12 14:55:12 2008 +0000 + + Entropy/ServerInterface: + - preliminary implementation of package moves across repositories + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1715 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0b9f828ed80b9f7ea64c25b2958c79937fc021d +Author: lxnay +Date: Sat Apr 12 13:54:46 2008 +0000 + + fix a small typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1714 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36e0522dac5ba8504774a8e0178744ad3aef0178 +Author: lxnay +Date: Sat Apr 12 13:31:26 2008 +0000 + + Entropy/ServerInterface/Reagent: + - exported enable/disable repository function to reagent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1713 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6423b0c80e83362c09a219bbab4cb6215afead0 +Author: lxnay +Date: Sat Apr 12 13:15:51 2008 +0000 + + Entropy/ServerInterface: + - toggle_repository(): when switching repos, reload settings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1712 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b8174a35de5bab3244d0ad0bd3e6fe98a24f029 +Author: lxnay +Date: Sat Apr 12 13:10:44 2008 +0000 + + Entropy/ServerInterface: + - add toggle_repository() to enable/disable repositories + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1711 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 598efe6bcd32c021c716490148d0695c576eddf7 +Author: lxnay +Date: Sat Apr 12 10:55:30 2008 +0000 + + Entropy: + - tweak user agent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1710 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6ea70ee627385662c1943b98ca4ecf9d65d2c300 +Author: lxnay +Date: Fri Apr 11 23:51:34 2008 +0000 + + Entropy/EquoInterface: + - improve HTTP User-Agent information transmitted + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1709 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 702d23225a855f9c41753e6f602731031e28b662 +Author: lxnay +Date: Fri Apr 11 23:47:15 2008 +0000 + + Entropy/EquoInterface: + - add User-Agent to HTTP downloads + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1708 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9959052f1932bca5f0f8ad97bee96023c95aa3a6 +Author: lxnay +Date: Fri Apr 11 23:19:46 2008 +0000 + + Entropy/EquoInterface/Spritz: + - fix a huge caching issue, cache got trashed every now and then because etpCache['repolist'] file couldn't be found + - this made Spritz to load instantanly when world cache is available + Entropy/ServerInterface: + - made packages removal possible for reagent (migrated code over) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1707 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b65f887c4c560671df0c947a70374f12b23fd1ae +Author: lxnay +Date: Fri Apr 11 20:16:49 2008 +0000 + + Entropy/Spritz: + - made calculate_available_packages(), calculate_world_updates(), etpDatabase.listAllIdpackages() results ordered + - removed the need to sort package entries in Spritz, causing a huge speed improvement (more on this later, not yet done) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1706 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 436ec959377af831c0e049340b98683988ab0613 +Author: lxnay +Date: Fri Apr 11 19:27:12 2008 +0000 + + Spritz: + - adding es.po,es_ES.po,es_MX.po + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1705 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4913e0bc775ebaff9670c2b3e657f3c7b5e75f8d +Author: lxnay +Date: Fri Apr 11 18:55:05 2008 +0000 + + add indexing option to openServerDatabase + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1704 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 059dd4d2fbca797d1403df6354cf36d15b870dad +Author: lxnay +Date: Fri Apr 11 18:28:00 2008 +0000 + + show info about configured repositories + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1703 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31a3cc5161ea2ccb428ed00080f2a4b179af809a +Author: lxnay +Date: Fri Apr 11 18:24:15 2008 +0000 + + fix repository| string server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1702 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fbfe0d6dcb5a5e36620e52b84d98abc0f55be99c +Author: lxnay +Date: Fri Apr 11 18:23:11 2008 +0000 + + some slight improvements to scan_package_changes() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1701 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ffddd7cb552643691a47b4d7bab80769e045649 +Author: lxnay +Date: Fri Apr 11 18:07:28 2008 +0000 + + Entropy/ServerInterface: + - test counter trashing trying to get scan_package_changes() working better with multi-repos + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1700 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5b9b1655565e76447ac183705cff31497ba76b52 +Author: lxnay +Date: Fri Apr 11 17:14:33 2008 +0000 + + Entropy/ServerInterface: + - properly handle package removals across repos + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1699 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c8c9a3bc7d6e4d39b8851307d1a1d547efffff13 +Author: lxnay +Date: Fri Apr 11 16:50:09 2008 +0000 + + - updated TODO + - show repo information on reagent update + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1698 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a98694d20afa887d3c1fe7f7353a95861900c41b +Author: lxnay +Date: Fri Apr 11 16:34:55 2008 +0000 + + Entropy/Updates Notification Applet: + - added enable/disable options + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1697 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ac5ef322cf29fb340f669fbb2dc07fca0599ad7 +Author: lxnay +Date: Fri Apr 11 14:20:27 2008 +0000 + + adding sprig mirror + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1696 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6ae3d3f720642ebdd9f8d0b255f5962fe9d2984b +Author: lxnay +Date: Fri Apr 11 10:49:17 2008 +0000 + + fix reagent md5remote output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1695 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5bcc226495422cf391636339ecdddb23c27b36a8 +Author: lxnay +Date: Fri Apr 11 10:48:25 2008 +0000 + + fix reagent md5remote output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1694 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9bf69501ec2f46de0b1ae883cf660bfb6c643439 +Author: lxnay +Date: Fri Apr 11 10:43:14 2008 +0000 + + fix md5check output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1693 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cf542561123c33218241359d3113120a83d41b3b +Author: lxnay +Date: Fri Apr 11 10:29:44 2008 +0000 + + fix reagent md5check messages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1692 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e360b1b6154fa54be8f1dd978037bbbed086921 +Author: lxnay +Date: Fri Apr 11 10:27:38 2008 +0000 + + fix reagent md5 checking function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1691 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bcdbd9e53832cb818a9f5f98a79bc0a8c92c670a +Author: lxnay +Date: Fri Apr 11 10:23:08 2008 +0000 + + - updated TODO + Entropy/ServerInterface: + - fix match_packages() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1690 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f64be59de2236eec6518e335a353110af058cf1f +Author: lxnay +Date: Fri Apr 11 10:17:19 2008 +0000 + + Entropy: + - make pychecker more happy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1689 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1e38db48d59b34691777173dd1893f9956f534d +Author: lxnay +Date: Fri Apr 11 01:26:25 2008 +0000 + + fix calculate_remote_package_files() missing directories creation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1688 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit abe17c4b4f57c1150ccfefd84e98e9d099bc3ea7 +Author: lxnay +Date: Fri Apr 11 01:19:12 2008 +0000 + + fix calculate_remote_package_files() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1687 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce89f3a03e5f76f3abdcc7512a18bf0f401cb3cb +Author: lxnay +Date: Fri Apr 11 01:17:06 2008 +0000 + + create packages_dir if doesn't exist + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1686 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 054ff3d43d6388ab3079fe4afa8a46c7f49084ee +Author: lxnay +Date: Fri Apr 11 01:13:44 2008 +0000 + + fix mycontent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1685 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f33e6e1ec47411fe93a323a6600466af4f545191 +Author: lxnay +Date: Fri Apr 11 00:59:39 2008 +0000 + + do not print dependencies_test result to shell + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1684 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 95c30666f50135810f93debe63872752cf2accab +Author: lxnay +Date: Fri Apr 11 00:54:48 2008 +0000 + + Entropy/ServerInterface: + - make scan_package_changes multi repositories aware + - introduce server-side atomMatch (to match atoms across multiple server repos) + - make dependencies_test to run on multiple repositories + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1683 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b65904f669a5faae0ef9efc87e29b42ffab12f0c +Author: lxnay +Date: Thu Apr 10 23:17:32 2008 +0000 + + Entropy/ServerInterface/DatabaseInterface: + - fix two typos + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1682 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f9dfb3fbe6799dacf71b8fa54c85db78adee9171 +Author: lxnay +Date: Thu Apr 10 23:14:50 2008 +0000 + + Entropy/ServerInterface: + - change server.conf specs adding http handlers URL to it + - added multirepository support to all server-side functions (not yet done) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1681 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e374544ea6e0d69d82f8541c9974d4f419b8902 +Author: lxnay +Date: Thu Apr 10 16:16:36 2008 +0000 + + fix FTP uris + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1680 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 34c982ded6b200313d36de0b21455bf00c204279 +Author: lxnay +Date: Thu Apr 10 16:06:20 2008 +0000 + + fix idpackages_added referencing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1679 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 17546030e9f5fe5dbf8222b2487412b53d18ef77 +Author: lxnay +Date: Thu Apr 10 16:03:47 2008 +0000 + + Entropy/ServerInterface: + - fix settings_to_backup + - validate database properly before calling the indexing function + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1678 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7bdc16f164f4a1cc4bebd97848a6a00a04a55713 +Author: lxnay +Date: Thu Apr 10 15:50:50 2008 +0000 + + Entropy/ServerInterface: + - kill activatoruploaduris kill kill + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1677 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dcd704ace0c5510a1137dc98959e3e059c577776 +Author: lxnay +Date: Thu Apr 10 15:46:37 2008 +0000 + + Entropy/ServerInterface: + - show what database is gonna be overwritten + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1676 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26ddaa312b3a62214bd4b3ad855f02ae3d055567 +Author: lxnay +Date: Thu Apr 10 15:45:05 2008 +0000 + + Entropy/ServerInterface: + - fix switch_default_repository() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1675 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d3ed55e0c7bcec6a96e4c4390947c342a1ce56fa +Author: lxnay +Date: Thu Apr 10 15:43:05 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1674 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a02b0cbc33e942b869b7d45ccaf075ff469aae8 +Author: lxnay +Date: Thu Apr 10 15:41:23 2008 +0000 + + Entropy/Reagent: + - add the ability to create an arbitrary empty repository + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1673 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1bec4ff5ddce94a3b4874624337f2df32ec7f9d +Author: lxnay +Date: Thu Apr 10 15:07:27 2008 +0000 + + fix etpDbStatus + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1672 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 029b475f328cc2beb6583e47caf0126387b73acc +Author: lxnay +Date: Thu Apr 10 15:06:04 2008 +0000 + + move server.conf to server.conf.example to avoid having this packaged + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1671 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f32876a99ad8916a6a6fbc70d1603481095956f9 +Author: lxnay +Date: Thu Apr 10 15:03:15 2008 +0000 + + Entropy/ServerInterface: + - move server repositories configuration in server.conf (see example file) + - make multiple repositories possible at configuration level (handling not yet done) + FOR SERVER USERS, MOVE YOUR MIRROR DATA FROM activator.conf TO server.conf + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1670 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19e6e2f11820194bfe3a98ba2514695b6ab77236 +Author: lxnay +Date: Thu Apr 10 13:11:44 2008 +0000 + + Entropy/ServerInterface: + - if an exception occurs on package_injector() complete tasks before raising + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1669 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 956c283f850fdc5d1304cd1d28dd92421e5bfbfe +Author: lxnay +Date: Thu Apr 10 13:05:54 2008 +0000 + + Entropy: + - resolveNeeded(): remove debugging output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1668 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed0fb359b7ba9c51338eef29b4c1618f18ae0b9b +Author: lxnay +Date: Thu Apr 10 13:03:24 2008 +0000 + + Entropy: + - improve resolveNeeded speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1667 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 12f5f8d608fa8d98a50dad4663734b5b122dd177 +Author: lxnay +Date: Thu Apr 10 12:54:43 2008 +0000 + + Entropy: + - improve resolveNeeded speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1666 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9fb64752a0ca8bbc5fba66e86a883505515c8d56 +Author: lxnay +Date: Thu Apr 10 12:52:44 2008 +0000 + + Entropy: + - improve resolveNeeded speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1665 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c354fa54547983f36f5e17ab738df33ceef14417 +Author: lxnay +Date: Thu Apr 10 12:47:26 2008 +0000 + + Entropy: + - improve resolveNeeded speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1664 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e2dd07d42a43af90b780255407591e1766899b15 +Author: lxnay +Date: Thu Apr 10 11:42:30 2008 +0000 + + Entropy: + - improve resolveNeeded speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1663 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 295f535bfacddab249893dbc5162b5137d10ddbd +Author: lxnay +Date: Thu Apr 10 10:42:25 2008 +0000 + + Entropy: + - some updates for get_missing_rdepends + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1662 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 85f851cabb484b6d192742fa924f1c1a5c5aa709 +Author: lxnay +Date: Thu Apr 10 10:36:37 2008 +0000 + + Entropy: + - some updates for get_missing_rdepends + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1661 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 852182d104ac22c1f28eb71f8895f8279e521446 +Author: lxnay +Date: Thu Apr 10 10:06:40 2008 +0000 + + Entropy/EquoInterface/ServerInterface: + - get_missing_rdepends: use a deep dependency list instead + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1660 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1aea1dba2baed6350953c17aa8482071e304de9 +Author: lxnay +Date: Thu Apr 10 02:22:15 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1659 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1f22b78f14372c2cbc8e55d1421d082e72f503b5 +Author: lxnay +Date: Thu Apr 10 02:15:09 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1658 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1c7f83429f2e0b725cf185cff1f3987cca37f6b0 +Author: lxnay +Date: Thu Apr 10 02:06:44 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1657 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a6c6e471b32ab1f5cc7a1b2723e12abed49e01a +Author: lxnay +Date: Thu Apr 10 01:56:33 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1656 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6d2d9250918ccd7ca35545db93808a4fd2fbb74 +Author: lxnay +Date: Thu Apr 10 01:50:14 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1655 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 86c70e577d964e742aabe3fcd30cf83ff93ff680 +Author: lxnay +Date: Thu Apr 10 01:37:48 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1654 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 90e5d82f3bbdf0ca7213db721f1b8e8fe8258ac3 +Author: lxnay +Date: Thu Apr 10 01:33:43 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1653 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d47ea7f931fac3c941ee86a707bd0ff716042ea +Author: lxnay +Date: Thu Apr 10 01:27:04 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1652 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b3d6be02c338d281a0c704fe9192e4585463cd7b +Author: lxnay +Date: Thu Apr 10 01:18:53 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1651 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99ef92e07f65598cec062115a933269d9acf4d24 +Author: lxnay +Date: Thu Apr 10 01:06:01 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1650 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2582f7c1268cdf043e533e1ab3631fab46148d3e +Author: lxnay +Date: Thu Apr 10 01:02:41 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1649 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6431c8f8d9d885b577cc7121c25c46990ba0d890 +Author: lxnay +Date: Thu Apr 10 00:37:10 2008 +0000 + + add debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1648 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 27dd72e697cc600e17cba6d23a9ac251d636e506 +Author: lxnay +Date: Thu Apr 10 00:32:17 2008 +0000 + + fix treeupdates server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1647 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 27874f6a3df87cf97543bae20b602f479a065720 +Author: lxnay +Date: Wed Apr 9 21:35:13 2008 +0000 + + added NLUUG mirror + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1646 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c392749e41e015447dd172d1cb3d6ffdd40ac6c4 +Author: lxnay +Date: Wed Apr 9 21:19:28 2008 +0000 + + Entropy/EquoInterface: + - add preliminary inverse dependencies solving + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1645 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67d408e63df39f28896fa3c0283e41ed4fbe7c4c +Author: lxnay +Date: Wed Apr 9 19:01:24 2008 +0000 + + fix entropy.py + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1644 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit edcd402a711857dcc7eddf76e75ffd7f743ccfea +Author: lxnay +Date: Wed Apr 9 18:59:26 2008 +0000 + + Entropy/EquoInterface: + - do not trash info cache when adding/removing packages cause we're fine with idpackages now + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1643 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 045bc12b2b5dc58b83f0f6f2cd28cf3795e9c991 +Author: lxnay +Date: Wed Apr 9 18:45:55 2008 +0000 + + beautify activator output, my god, that was really long + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1642 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9df14b4a82728781f92e81289effae8dc73c693d +Author: lxnay +Date: Wed Apr 9 17:56:06 2008 +0000 + + properly drop all indexes without affecting sqlite ones + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1641 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 70dea027b9888c5488bd69b3ffa92ecfdede2df6 +Author: lxnay +Date: Wed Apr 9 17:53:27 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1640 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec02a6c040e02ab8c20fb92a615f8324e15f5528 +Author: lxnay +Date: Wed Apr 9 17:52:24 2008 +0000 + + show database indexing while opening the server db + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1639 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99b61d0e3e47efe831a316b8cefcf50c91aedb81 +Author: lxnay +Date: Wed Apr 9 17:49:35 2008 +0000 + + reorder some indexing code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1638 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cbb544c5faec0c252fd8910de42cd9dad50ebf57 +Author: lxnay +Date: Wed Apr 9 17:36:08 2008 +0000 + + Entropy/Server: + - use indexes on the server database too but drop them before uploading + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1637 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 86c08b3d836e5bb8c3f1fd8fa3890e7d12b71b7b +Author: lxnay +Date: Wed Apr 9 16:43:57 2008 +0000 + + fix dependencies varable in insertDependencies + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1636 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 92c89aac5c11414133a11bf4234ccb9f8c06d973 +Author: lxnay +Date: Wed Apr 9 14:57:01 2008 +0000 + + remove a stupid index creation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1635 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab5bb0c33ff36f458eec864a80ec53e8c54b57a8 +Author: lxnay +Date: Wed Apr 9 14:23:42 2008 +0000 + + Entropy: + - moved missing RDEPEND scanner to EquoInterface + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1634 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f3f18641e702906719491cadb9187b44ed6e1f59 +Author: lxnay +Date: Wed Apr 9 13:56:59 2008 +0000 + + Entropy/Server: + - added RDEPEND scanning to reagent for testing + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1633 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b1c3da758a7ef98ab45a6fa5e3525c016c5c154 +Author: lxnay +Date: Wed Apr 9 12:57:24 2008 +0000 + + Entropy/Server: + - test elfclass matching + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1632 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 28b186324534484a668df84773dcfc49a17ebc89 +Author: lxnay +Date: Wed Apr 9 12:10:45 2008 +0000 + + Entropy/Database: + - alter needed table adding ELF class information, this shouldn't break anything outside + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1631 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 394e3ef2c99ae974da6f3737c87e2d7c1ddf7745 +Author: lxnay +Date: Wed Apr 9 10:39:38 2008 +0000 + + improve rdepends solving and test + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1630 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 815a664be86266d01b76aed765ae0a80c48a919c +Author: lxnay +Date: Wed Apr 9 10:39:12 2008 +0000 + + improve rdepends solving and test + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1629 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cbd2fc99a3432ee2b9259158c5d43c5f5705231e +Author: lxnay +Date: Wed Apr 9 10:34:17 2008 +0000 + + improve rdepends solving and test + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1628 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 23652e36c700a280104e5e6c29e06849b667524a +Author: lxnay +Date: Wed Apr 9 10:27:50 2008 +0000 + + improve rdepends solving and test + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1627 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 083a455ba7296c73ac25da6e5da9eabebd86b8ac +Author: lxnay +Date: Wed Apr 9 10:20:36 2008 +0000 + + improve rdepends solving and test + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1626 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 472dedfe5c3d6d574f39da290942dd44fa0a81bd +Author: lxnay +Date: Wed Apr 9 10:15:21 2008 +0000 + + fixing some stuff from previous commit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1625 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9cbd5215f80aa9f4327df699908c23e2b816929 +Author: lxnay +Date: Wed Apr 9 10:08:12 2008 +0000 + + revert previous commit, add some testing stuff server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1624 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 18fbb6e924ff81c01503e740598d8d0f3840b7ae +Author: lxnay +Date: Wed Apr 9 02:19:23 2008 +0000 + + fix toBeAdded + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1623 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8278e74ef3bf2a56ed03831ff6b17941d7eaf5c +Author: lxnay +Date: Wed Apr 9 02:12:07 2008 +0000 + + testing differential libraries check server-side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1622 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c4936f3d98d5aa2e1db78df1ee75439f571fd53f +Author: lxnay +Date: Tue Apr 8 22:45:05 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1621 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0fa928f55f824fce78d27a019039467ce3bc8e6d +Author: lxnay +Date: Tue Apr 8 22:25:05 2008 +0000 + + fix searchDepends when reagent is calling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1620 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc02c5342553f4d5776d9ded6a161dba175723a5 +Author: lxnay +Date: Tue Apr 8 22:17:11 2008 +0000 + + disable differential check on needed libraries + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1619 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3b21857ce6617d2825fcd5f74780b7ed3606563 +Author: lxnay +Date: Tue Apr 8 20:15:57 2008 +0000 + + ...this way + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1618 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 195eeb8246fdf339c02909e5df5a47d992a10a98 +Author: lxnay +Date: Tue Apr 8 20:14:53 2008 +0000 + + unlock mirrors if all went well + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1617 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 322fcc23391eb4e32a11dd2b293ed2aee89ebe5f +Author: lxnay +Date: Tue Apr 8 20:12:06 2008 +0000 + + fix commit message request + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1616 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0aea99385350967f563d34729b42a68119da3e4b +Author: lxnay +Date: Tue Apr 8 20:06:08 2008 +0000 + + fix ZeroDivisionError when uploading small files in binary mode + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1615 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 44aa9041010715caaa6df5b9b101f59ce4b5d390 +Author: lxnay +Date: Tue Apr 8 19:45:50 2008 +0000 + + fix database upload/download - sync functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1614 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c4d3d9169470509d2bea1bfdbd7966abfc2c3a59 +Author: lxnay +Date: Tue Apr 8 19:39:47 2008 +0000 + + fix get_remote_databases_status() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1613 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a7d25b84521ab308d2fca36020f4d72f7d444f6 +Author: lxnay +Date: Tue Apr 8 19:26:24 2008 +0000 + + add some debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1612 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 881a94bbb586f8172981aad336b694c40668f3e9 +Author: lxnay +Date: Tue Apr 8 19:24:00 2008 +0000 + + enable FtpInterface verbosity + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1611 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6ea15c96f411366b245818635ac7142fe1bc4585 +Author: lxnay +Date: Tue Apr 8 19:19:45 2008 +0000 + + run vacuum() only before upload + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1610 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f6cc4f8e397538b3aa39a8b9e979d05867523b2 +Author: lxnay +Date: Tue Apr 8 19:14:28 2008 +0000 + + make database revision bumping back working, hopefully + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1609 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd25bc540ee58fbf8411565791ee3e486f04190b +Author: lxnay +Date: Tue Apr 8 19:01:12 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1608 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7799cb99a4a3f901816c0a04f829582637ba687e +Author: lxnay +Date: Tue Apr 8 18:55:00 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1607 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0568c2ad5db1c0b7ff23b8c33f65b4292929734c +Author: lxnay +Date: Tue Apr 8 18:52:16 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1606 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5dceb015d1d6e34260dfd1785b7befbbc9b6072f +Author: lxnay +Date: Tue Apr 8 18:50:52 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1605 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff51820a33bbad7ab0392e1f056fb2c97819a081 +Author: lxnay +Date: Tue Apr 8 18:45:55 2008 +0000 + + fix _sync_run_download_queue() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1604 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5fbccb993be7317f192ca47ee68b5a3591379694 +Author: lxnay +Date: Tue Apr 8 18:44:39 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1603 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e08ebe53b9b0ba588486921fcdab19660fa92735 +Author: lxnay +Date: Tue Apr 8 18:42:55 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1602 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a0c679cb65da7a4e21f9f580dafc6ba346a799c +Author: lxnay +Date: Tue Apr 8 18:37:46 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1601 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b2e52e867268b3d6302a8ed7a964811a02587e9 +Author: lxnay +Date: Tue Apr 8 18:36:51 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1600 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0809183cea89516b3b4a538e60353a1fcff981de +Author: lxnay +Date: Tue Apr 8 18:24:54 2008 +0000 + + fixes for FileTransceiver + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1599 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9aad677f995de91d25efb17fc997f91ee2c587c0 +Author: lxnay +Date: Tue Apr 8 18:19:17 2008 +0000 + + fix some misc bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1598 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd8d02cc45542b9eea8826baae80b6487e2897ce +Author: lxnay +Date: Tue Apr 8 18:10:40 2008 +0000 + + fix crippled_uri in FileTransceiver + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1597 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 92fee9a862d939e34673fce36449f99205000820 +Author: lxnay +Date: Tue Apr 8 18:02:03 2008 +0000 + + when activator crashes, show exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1596 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4cdbfb94afe60d8e846e70c044e38176b266ac17 +Author: lxnay +Date: Tue Apr 8 17:57:34 2008 +0000 + + fix FileTransceiver entropyTools import + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1595 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d31df84e53f8f572f6bc01ef8d26807cca8e3aee +Author: lxnay +Date: Tue Apr 8 17:55:39 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1594 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 69efe19705d0175483fa99e0669d8ff6f389952f +Author: lxnay +Date: Tue Apr 8 17:53:39 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1593 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f9aa24cbf54d2687da384f6defeaeba1118be3c +Author: lxnay +Date: Tue Apr 8 17:50:42 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1592 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7866ce8bbb84c651880198fcd32674d6324973b6 +Author: lxnay +Date: Tue Apr 8 17:31:39 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1591 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cf643b8e40caee19c81a6fddbbb61df6e5a317a +Author: lxnay +Date: Tue Apr 8 17:24:38 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1590 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 420a5cb62951278fa3d05befaa408c4cea09a181 +Author: lxnay +Date: Tue Apr 8 17:16:47 2008 +0000 + + fix issubclass() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1589 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b6f0c02af5bcefb20b889dc9a58e96ac6a8bdaa +Author: lxnay +Date: Tue Apr 8 17:10:22 2008 +0000 + + beautify activator output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1588 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2d651edccb3bea8fbbcbeda0772e1fd350ad1eb3 +Author: lxnay +Date: Tue Apr 8 17:03:58 2008 +0000 + + fix values unpacking + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1587 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e27b18a3f8023650260e509d743eb0cc9364afb9 +Author: lxnay +Date: Tue Apr 8 14:57:56 2008 +0000 + + beautify reagent output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1586 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50af4b5eef88c406d641dbbab21fa2abac9289b6 +Author: lxnay +Date: Tue Apr 8 14:51:37 2008 +0000 + + fix reagent update + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1585 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30a9faf50a074de49e35b1971ff403e934c00375 +Author: lxnay +Date: Tue Apr 8 14:49:26 2008 +0000 + + fix package injector + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1584 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d157d4604b5db4de9fe14fa0ea16447146fc42b8 +Author: lxnay +Date: Tue Apr 8 14:37:31 2008 +0000 + + fix ServerInterface close_database* + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1583 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 55ab9e3db9849a90b629cac59bdd459db82438fb +Author: lxnay +Date: Tue Apr 8 14:29:26 2008 +0000 + + fix server queries again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1582 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 701f78a0e5eb71bb905326a1bd47763d0ff78770 +Author: lxnay +Date: Tue Apr 8 14:26:35 2008 +0000 + + beautify a little bit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1581 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f2d4b1ca988068fdac7d308f5d4ee39620f0d00 +Author: lxnay +Date: Tue Apr 8 14:22:09 2008 +0000 + + fix server queries again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1580 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5cdbc141470bfb09cab839fc316612e2df684f92 +Author: lxnay +Date: Tue Apr 8 14:15:56 2008 +0000 + + fix server queries again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1579 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 07799d3c3be94a3f4bc04284b26b5c9b360bda65 +Author: lxnay +Date: Tue Apr 8 14:12:36 2008 +0000 + + Entropy/ServerInterface: + - reagent: fix --help + - parse masking settings even on the server database loader + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1578 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce09a783794f0c305f37aa46141af8933ff4e4df +Author: lxnay +Date: Tue Apr 8 14:05:46 2008 +0000 + + fixing some misc stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1577 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b70d31a8e237f20704d2a76cce37a3d149d0379f +Author: lxnay +Date: Tue Apr 8 13:57:20 2008 +0000 + + some colour adjustments + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1576 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b244ae97e90c5227d5da0e832220bd2bbbe0a9d +Author: lxnay +Date: Tue Apr 8 13:48:17 2008 +0000 + + fix setCWD on mirror lock/unlock + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1575 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3602c3d67a0308e692c1b776b656f6ec60a30229 +Author: lxnay +Date: Tue Apr 8 13:35:38 2008 +0000 + + Entropy/FtpInterface: + - show more info + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1574 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 83b42fac7bd5ccc5b220b62654df2ac6371a6221 +Author: lxnay +Date: Tue Apr 8 13:30:04 2008 +0000 + + Entropy/ServerInterface: + - fix activatoruploaduris + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1573 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9025e957ad417c91a2e8f35e655c922edf54d4e4 +Author: lxnay +Date: Tue Apr 8 12:40:38 2008 +0000 + + Entropy/ServerInterface: + - add proper relative path + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1572 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c9480d5d6b0c1a7259c75d6f724ca2fcd19d95c5 +Author: lxnay +Date: Tue Apr 8 12:37:21 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1571 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ba40524c5400a5c7e030a7d360102c3f8fb5089 +Author: lxnay +Date: Tue Apr 8 12:36:45 2008 +0000 + + Entropy/ServerInterface: + - improved code reliability on the FtpInterface + - code cleanup + - added more output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1570 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 506060dd4a9a6e5e79c891c7ae28e9148efc2ad9 +Author: lxnay +Date: Tue Apr 8 12:27:14 2008 +0000 + + Entropy/Server Interface: + - fix class bindings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1569 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 158a25311c3757d6635f286a3482ea1bc17d039d +Author: lxnay +Date: Tue Apr 8 12:20:52 2008 +0000 + + Entropy/FtpInterface: + - add some output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1568 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ce932ea43e93932f6a73b993f63ff3b7819f1a2 +Author: lxnay +Date: Tue Apr 8 12:14:59 2008 +0000 + + Entropy: + - allow subclasses on various interfaces + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1567 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aaa13b8a7be2ebe270156a18c4394008ba3d726d +Author: lxnay +Date: Tue Apr 8 11:04:24 2008 +0000 + + Entropy/Server Interface: + - complete code migration from activatorTools.py to entropy.py + let the testing begins + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1566 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79b258cc91870e3d19d9d16d2f3dde60d9d8b289 +Author: lxnay +Date: Tue Apr 8 08:45:23 2008 +0000 + + Entropy/Server Interface: + - moved reagent sync functions to ServerMirrorsInterface + - removed activatorTools to server_activator.py + svn ci -m + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1565 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc660b056bf4823a37610ec272262d2c130517f5 +Author: lxnay +Date: Mon Apr 7 17:01:13 2008 +0000 + + Server Interface: + - reagent is ready to start working again + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1564 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7f21695a871dc324f9e3a628863a4c6f93688990 +Author: lxnay +Date: Mon Apr 7 16:55:58 2008 +0000 + + Entropy/Server Interface: + - updated TODO + - activator database management code ported (NOT TESTED), packages code on the way + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1563 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c13b695498cb60e338a4a815fbd64f2631d330c0 +Author: lxnay +Date: Sun Apr 6 23:48:40 2008 +0000 + + - updated TODO + Entropy/Server Interface: + - more work on activator code migration + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1562 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9e161d20780e60cf5944998bab2dbed9731660d0 +Author: lxnay +Date: Sun Apr 6 18:41:17 2008 +0000 + + Entropy/Server Interface: + - started to migrate activator code creating ServerMirrorsInterface + - fixed a typo in conf/packages/packages.db.repo_updates.example + - fixed some stuff in server_reagent.py + ACTIVATOR IS CURRENTLY BROKEN + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1561 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 18baa11a8dbb9f14fbb64cded30dc884eb167751 +Author: lxnay +Date: Sat Apr 5 17:06:20 2008 +0000 + + Entropy/Server Interface: + - daily work on the code migration + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1560 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ceb50912f7843dc8be1d700d0dd426b299de55b1 +Author: lxnay +Date: Sat Apr 5 00:10:33 2008 +0000 + + Entropy/Server Interface: + - nightly code updates + MIGRATION IS NOT DONE YET + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1559 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d437be9aa4b093d9563a26331a0bc19d0345823 +Author: lxnay +Date: Fri Apr 4 13:55:40 2008 +0000 + + - updated TODO + - fix etpDatabase.addPackage() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1558 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3dc029ee505ef7bd272ac5802b163dc013ec9805 +Author: lxnay +Date: Fri Apr 4 11:45:28 2008 +0000 + + Entropy/Server Interface: + - morning work on the Server Interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1557 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit edaf556e74636f6dd8a6ebef8c57d0c0fc4bd75f +Author: lxnay +Date: Thu Apr 3 19:29:51 2008 +0000 + + Spritz: + - porting fixes from entropy 0.13.2 + - more work on the ServerInterface refactoring + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1555 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 56b0cf8d90797d6a2244a1e18dfea881d7d5544d +Author: lxnay +Date: Wed Apr 2 16:05:56 2008 +0000 + + Entropy Server: + - started to move and mess things around - DO NOT USE SERVER SIDE CODE FROM SVN + - reagent and activator WILL BE BROKEN FOR A WHILE + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1553 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b53fe190aa71bbb27d4ce30f87d9883e465978a +Author: lxnay +Date: Tue Apr 1 13:54:08 2008 +0000 + + moving entropy-system-daemon to server/ + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1551 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 04abc55d306b8f423abbaae260a017e57245169a +Author: lxnay +Date: Tue Apr 1 13:48:13 2008 +0000 + + Entropy: + - moved etpSQLInit and etpSQLInitDestroyAll to etpConst + Entropy/Socket Interface: + - added connection timeout support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1549 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 93661dc6367323cf39e31a13d69bd5fbb543c8d6 +Author: lxnay +Date: Tue Apr 1 12:49:15 2008 +0000 + + Entropy/Socket Interface: + - added 'help' command + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1548 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c216762f36c475d36c1b48dd1788c0f44c085b63 +Author: lxnay +Date: Mon Mar 31 20:39:39 2008 +0000 + + Equo: + - fix orphans query on certain conditions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1547 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 004974caba56eb90dd1645cd6ab1994ea481529a +Author: lxnay +Date: Mon Mar 31 17:45:20 2008 +0000 + + Entropy/Socket Interface: + - implemented pluggable commands support (moved builtin commands into a dedicated class) + - implemented the ability to disable commands from socket.conf + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1546 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a27ed93d660061db5d913da6996558f9ded1989 +Author: lxnay +Date: Mon Mar 31 13:15:57 2008 +0000 + + Entropy/Socket Interface: + - implemented SSL support, shipping example key and certificate + now transmitted data between client and server is completely and transparently encrypted + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1545 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c8a0fdaa96c1366ee25229419bfb5a42c27c5bbb +Author: lxnay +Date: Sun Mar 30 22:07:12 2008 +0000 + + create unpack dir and work dir if not found + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1544 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b20bdca7bbbb97254d6da2d343fce20516417318 +Author: lxnay +Date: Sun Mar 30 22:05:46 2008 +0000 + + create unpack dir and work dir if not found + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1543 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 259b798d652b1783c07a522245abd1be80f8b838 +Author: lxnay +Date: Sun Mar 30 22:04:42 2008 +0000 + + create unpack dir and work dir if not found + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1542 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99c2c3074b7f769b4f00778c2809e0d8ba27c07d +Author: lxnay +Date: Sun Mar 30 21:29:26 2008 +0000 + + Entropy/Socket Interface: + - login passwords are now hidden in both logs and daemon output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1541 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit df8f4a26fcd3d56fa9de062ec5cc02711fe8a2f9 +Author: lxnay +Date: Sun Mar 30 17:40:38 2008 +0000 + + Entropy/Socket Interface: + - added maximum number of connections limit support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1540 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 18d31b59cf4b6369fcfdf5c7360a58a13b5f390b +Author: lxnay +Date: Sun Mar 30 15:07:29 2008 +0000 + + Entropy: + - Socket Interface: reordered and eased SocketHostInterface initialization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1539 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit efd2843a501cbebc30d355a33a49b607eccab3bf +Author: lxnay +Date: Sun Mar 30 14:49:22 2008 +0000 + + Entropy: + - Socket Interface: implemented shadow and md5 authentication method + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1538 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a3951cbb4fa2f8ad58d92e091c898b4270e4150c +Author: lxnay +Date: Sun Mar 30 10:23:24 2008 +0000 + + Entropy: + - if compareVersions fails, raise a detailed exception to allow debugging + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1537 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e51cc635b0a21a93d8a3a8cd498cb6b8e507fe6 +Author: lxnay +Date: Sun Mar 30 10:04:48 2008 +0000 + + Entropy: + - avoid to crash when compareVersions finds wrong version strings + - fix removeconflict_step() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1536 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a592308c799835af872ff09d5ffae7eba80f9531 +Author: lxnay +Date: Sat Mar 29 17:30:43 2008 +0000 + + Entropy: + - Socket Interface: implemented pluggable authentication modules support (90% done) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1535 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e71da6ad324907d2028f144096f5c031c87959a9 +Author: lxnay +Date: Sat Mar 29 09:06:39 2008 +0000 + + Entropy: + - threat world update cache with empty_deps=True correctly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1534 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 37b003e4a5a885767c85cd8f6497aacab55844cd +Author: lxnay +Date: Fri Mar 28 17:41:47 2008 +0000 + + Entropy: + - well ok print WTF is not welcome + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1533 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 998cf30eddf6da223466d693b4865af12ba2c1b3 +Author: lxnay +Date: Fri Mar 28 17:41:17 2008 +0000 + + Entropy/Equo/Spritz: + - do not trash world cache when removing a package, scan, remove, and dump again ahah + I LOVE YOUUUUUUU + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1532 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e56513099d45f9265167eedf9603d3add3ed5287 +Author: lxnay +Date: Fri Mar 28 17:28:47 2008 +0000 + + Entropy/Equo/Spritz: + - update world cache when installing a package instead of trashing it every time + this made spritz faster and less tedious for users + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1531 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74f2fc26605f238eebbe631f90967c086ba104b8 +Author: lxnay +Date: Fri Mar 28 16:53:36 2008 +0000 + + Spritz: + - sometimes I AM such a moron + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1530 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d1567bdbde0f8e4159e0ac4eb8cb577cebeb1c53 +Author: lxnay +Date: Fri Mar 28 16:32:25 2008 +0000 + + Entropy/Equo/Spritz: + - made package conflicts removal non critical anymore, they are now removed through the installation process + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1529 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1e8f267202cd3bd93eac2cfc1b994ea19cf555c +Author: lxnay +Date: Fri Mar 28 13:32:14 2008 +0000 + + Entropy: + - Socket Interface: + - implemented sessions timeouts collector (I like calling it GARBAGE collector), each session has now a configurable TTL + - added 'alive' command to see if a session is still alive + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1528 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff09af6efe1d3b39e9f47e6b2e71bd17a8d58263 +Author: lxnay +Date: Fri Mar 28 12:12:38 2008 +0000 + + Spritz/Notification Applet: + - fixed cache discarding issues + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1527 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4175ec22253aebb4b8034f2f5186c7bc521cd34b +Author: lxnay +Date: Fri Mar 28 12:09:18 2008 +0000 + + Spritz: updated translation template + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1526 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d4235fc48799de89b8020452093d18a4b9595fe +Author: lxnay +Date: Fri Mar 28 12:01:23 2008 +0000 + + Entropy: + - updated todo + - improved directory permissions creation on EquoInterface.__move_image_to_system() + Notification applet: + - imrproved reliability and support to the new directory permissions + - fixed some graphical glitches + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1525 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3373bc74557afac4173f691eead37ff7bc008146 +Author: lxnay +Date: Fri Mar 28 09:26:14 2008 +0000 + + Notification Applet: + - started to implement multithreading for gtk widgets + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1524 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb2bfe0d4b93418a69d41699e07860b7092104f0 +Author: lxnay +Date: Fri Mar 28 00:40:25 2008 +0000 + + Entropy Updates Notification Applet: + - moved to entropy group run requirements + - fixed an issue in showing latest entropy available + - added a check to verify if runtime requirements are met + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1523 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4518ac8d4ff6ad0d9753aa0ccc14349a1eb914ee +Author: lxnay +Date: Thu Mar 27 22:19:46 2008 +0000 + + Entropy: + - Socket Interface, client: correct EOT behavior + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1522 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd59c1b146a9ad4d2321c216bcf133633ca3a9f3 +Author: lxnay +Date: Thu Mar 27 20:06:34 2008 +0000 + + Entropy/Equo: + - Socket Interface: + - completed termination strings + - completed the basic structure and protocol specifications + - Database backend: + - removed useless indexes + - implemented useful indexes + - improved queries speed (whose make dependencies calculation faster) + - implemented tables automigration to INTEGER PRIMARY KEY AUTOINCREMENT to allow future repositories differential updates + - Entropy as user: + - made equo update possible to be run for users in 'entropy' group, this will allow to have a powerful GUI notification applet + - improved repositories synchronization speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1521 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1fcc98854ce1bc5c512b4dd6ee013af4326e40b5 +Author: lxnay +Date: Thu Mar 27 08:19:06 2008 +0000 + + Entropy: + - reimplemented the Socket Interface using SocketServer framework + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1520 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c914aadceacb3fe779ba070d180c10e117e4496f +Author: lxnay +Date: Wed Mar 26 09:40:54 2008 +0000 + + Entropy: + - lots of bug fixes + - implemented entropy directories GID and permissions configuration + - improved Socket Interface (not yet done) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1519 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b0fafb7e8df6f1837a1b538a01c972b66bfe996b +Author: lxnay +Date: Wed Mar 26 01:08:10 2008 +0000 + + test changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1518 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06f690e6d3eb6341e818a01a13bbe0d37e69e561 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 26 01:05:26 2008 +0000 + + test changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1517 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82ab4a82446999ab68571fcc1f82d13fa7de6d30 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 26 00:49:18 2008 +0000 + + test changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1516 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40fd5a8321ba16d60ac9eb11a044cc6c2d521505 +Author: lxnay +Date: Wed Mar 26 00:46:19 2008 +0000 + + test changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1515 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d9d565ec8f3a963277db678680dc287ab6bcaf4d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 26 00:44:37 2008 +0000 + + test changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1514 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f2a538a6b6f6bd220f35edbd148197932025bb65 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 26 00:37:48 2008 +0000 + + test changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1513 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b55728f7be3cd27e28dc5191083c8256b1d94be7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 25 11:59:31 2008 +0000 + + Entropy: + - Socket Interface: returned objects are now serialized + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1512 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit afce8354339d6e0f087a1fb2718d25713a5ba743 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 25 10:56:26 2008 +0000 + + Entropy: + - remove KeyboardInterrupt trapping from entropy-system-test-client + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1511 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1548fe71a725ac34be6120775c420a1eec9b34d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 25 09:07:49 2008 +0000 + + Entropy: + - updated TODO + - some slight changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1510 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0efbc8ea27c4625fc01675f26ca3bbf817198395 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 25 08:33:54 2008 +0000 + + Entropy: + - fixed sqlite IntegrityError trapping in etpDatabase.addPackage() + - third big commit for the Socket Interface, adding sessions management, changed protocol + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1509 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb9b74e95c02ea20e9e0dd9964f81a9a52b3dd7a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 23:26:42 2008 +0000 + + Entropy: + - second big commit for the new Socket Interface: + - added socket.conf file + - moved configuration parameters to it + - improved interface reliability (not yet complete) + - added a test client + Spritz: + - one small irrelevant fix + Entropy: + - moved paren_normalize class to PortageInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1508 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 13cafe6e791fcd3275bf0abb4362350ec7d2d6a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 17:49:01 2008 +0000 + + Entropy: + - beautify PortageInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1507 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78090aed65083678f7492190cb95c43b5e8bcc3e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 17:31:19 2008 +0000 + + Entropy: + - entropyConstants: make pychecker happy + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1506 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc328ec88fd3eca51defb16ff1a20969c544b5d4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 17:27:54 2008 +0000 + + Entropy: + - get rid of db* global variables and move them to etpConst['spm']['xpak_entries'] + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1505 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42215951980b0f798c9fd21dbe6d2c48bb136ce0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 17:06:27 2008 +0000 + + Entropy: + - modularized entropyConstants.initConfig_entropyConstants() + - added the ability to disable PID handling through sys.argv + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1504 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3356a3fc750fc2136c60a6228cc6c0c335d1703b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 13:21:05 2008 +0000 + + Entropy: + - Socket Interface: export server settings to socket.conf + updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1503 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 62d5663194e734940e63876944ec79b32bb5d122 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 12:18:52 2008 +0000 + + Entropy: + - remove caching for critical search functions, they may cause spritz to fail in certain cases + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1502 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8464b11ac934b84f23446fc9cb1b19fef78e572e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 10:40:26 2008 +0000 + + Entropy: + - fix an issue in EquoInterface.get_meant_packages() causing equo to crash when atom contains * + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1501 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ddcbfbbcb1a59e920256c4cb1a625507222b3253 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 24 10:36:20 2008 +0000 + + Entropy: + - added a preliminary entropy daemon (ATTENTION: NO SECURITY POLICIES YET, DO NOT USE IT) + - fixed an issue in PortageInterface.refill_counter when no counters are found + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1500 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 92b17c63b7e6c3c6b815ec4a485d18a120a695dc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 23 17:52:42 2008 +0000 + + Entropy: + - updated TODO + - implemented preliminary SocketHostInterface which can be used to build daemon applications + - removed logTools.py and moved LogFile to entropy.py + more will come :-) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1499 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 05b8c2d980a0f67e0262517d3be4e08700e34b72 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 23 15:17:28 2008 +0000 + + Entropy: + - add packages.db.repo_updates support to allow adding our custom package moves, like /usr/portage/profiles/updates + there is no need to update equo client side, everything is already in place + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1498 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 44f5e829b39dd9d5111b1d763ce08e802347dca3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 23 14:44:15 2008 +0000 + + Entropy: + - some improvements to SpmInterface + - move extractPkgData to EquoInterface.extract_pkg_metadata + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1497 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit efe01088e926f4a173e02395a1ff928ecbdbdd40 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 23 11:33:32 2008 +0000 + + Entropy: + - goodbye portageTools, welcome SpmInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1496 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3ec1ca7da6302f8cb31dd79496901b60f0d065c5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 22 16:13:54 2008 +0000 + + Equo/Entropy: + - check if counter read from the COUNTER entry is valid before accepting it, portageTools.getInstalledPackagesCounters() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1495 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 43a9d057d71362dd74cf64aa303d6f5feeb48f52 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 22 16:08:23 2008 +0000 + + Equo: + - database generate: check for dependency atoms validity before submitting changes + Entropy: + - EquoInterface.get_licenses_to_accept() always returns a dict + updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1494 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80e2eadc8c4b55313dbb50123f6abc99f2ce9e12 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 19 11:50:25 2008 +0000 + + Spritz: + - add local repository support to Spritz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1493 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1cc54ec05fbc03bb735b2e3a5e0f3ede98241e2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 19 11:39:51 2008 +0000 + + Entropy: + - implemented hard disk repositories support yay :-) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1492 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d797d53720e919e3a8ed593c4b9f7a5910d6ece8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 19 00:40:42 2008 +0000 + + Entropy: + - improve 'You Meant' funcionality by using regular expressions, there's still a lot of room for improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1491 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e598bb28646b18aaa56a1b1f805da5045678325 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 12:52:23 2008 +0000 + + Entropy: + - updated TODO + Equo: + - improve 'you meant' feature a bit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1490 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3321525bf3126bc4fa69ca8c9bd294d7c47037da +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 12:24:35 2008 +0000 + + Entropy: + - updated TODO + Equo: + - add 'You meant...' feature, ahahah that's awesome + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1489 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6ad06eda65f2e79b7cbb999030193cb9501adaed +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 12:13:45 2008 +0000 + + Entropy: + - add /etc/sabayon-release content to error reports + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1488 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2fd4b009db6d067050c4cbc4a13cb20dbfda8d23 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 12:08:36 2008 +0000 + + Equo: + - be more bastard, use neededSize whose requirements are higher than unpackSize + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1487 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bacee7e241f1224cfbe1e81d6f3ef961e30d8115 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 12:07:02 2008 +0000 + + Equo: + - check for disk space in /var/tmp/entropy before starting the process and warn user about it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1486 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 506d02bfea7b5bc366a7ef4365fd4bb79196245b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 11:44:22 2008 +0000 + + Entropy: + - make atomMatch() to match ~app-foo/foo-1.2.3 as stated in Gentoo PMS + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1485 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a26c2c05b3ac32356aeaa879a4dc149f928f3a22 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 18 11:17:11 2008 +0000 + + Entropy: + - since doebuild() is now run in a separate process, there's no need for gc.collect() anymore + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1484 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 404e78d58adaea57f8c3c75c2990daf48e6afd99 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 17 16:45:28 2008 +0000 + + Equo: + - equo match must return masked packages too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1483 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ecb71b7e89a28cce91f80c91e52f9056c952135b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 17 15:01:35 2008 +0000 + + Equo: + - show disk size information when selecting packages for removal + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1482 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit abe9806c97e579fe835d640f084ad18aff10f9a5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 17 12:56:09 2008 +0000 + + Entropy API change: + - do not load SecurityInterface in EquoInterface.Security but create a function called EquoInterface.Security() which returns the instance + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1481 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35003d46256ee29f82eb89be07b29e2fd65ca50b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 17 11:46:25 2008 +0000 + + - updated TODO + - improved databaseTools.listIdpackageDependencies() speed + - improved databaseTools.listConfigProtectDirectories() speed + - improved databaseTools.searchPackagesByDescription() speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1480 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 94040dc7f60156e14d0ede3bac3db370029644bf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 15 05:33:37 2008 +0000 + + Equo: + - improve 'equo match' by adding --showdesc option too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1479 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7b6e4dc0d0d1c6fa613d4e13098984be277b5a2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 15 05:25:47 2008 +0000 + + Equo: + - added 'equo match' tool, it is more or less the same of 'equo search' except it uses EquoInterface.atomMatch() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1478 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4a8ab7d596248fbe0ca913efa2fa9e95cf4963b9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 14 23:52:19 2008 +0000 + + Spritz: + - reduce size of the package properties window (I don't like it much btw...) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1477 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 219f87194cb8d75bb5818ab212867be77c976a7f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 14 23:24:38 2008 +0000 + + - updated TODO + - fixed an issue with loading package information in Spritz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1476 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1fe93909c894912d4bf56579ca8bec72b3ef9335 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 14 23:13:21 2008 +0000 + + fix check_package_update() for tagged packages, this makes reinstalling a tagged package in Spritz possible + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1475 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 699dbf5f5e432b537eef5292ffc58acb944d985c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 14 00:09:56 2008 +0000 + + fix a whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1471 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d8afb23ab843ff60c895fc054db06d80eaeecf4e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 13 23:24:21 2008 +0000 + + fix a regression in trigger_get_grub_boot_dev() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1469 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0413e4ec4743c7948aa87bbe1d69cbed46367473 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 13 19:29:58 2008 +0000 + + fix syncronization with empty queues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1468 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb00238ecc0c72a79b1640e1d03a7098040369ac +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 13 18:29:24 2008 +0000 + + make it fix into a 800x600 screen + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1466 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d09137746178f5b92a2d5105a3d8820d77d5e5b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 13 17:55:41 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1465 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f5a55283464d8501ec568e1fc4ab7898923d9ef +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 13 10:09:56 2008 +0000 + + - avoid crashing in text_ui when looking for masking reasons when a database entry is broken + - fix a nasty bug in databaseTools.runTreeUpdatesMoveAction() which caused dev-python/qscintilla-python to become x11-libs/qscintilla + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1464 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a5f1f4694bbd821e39fdd882361462c41bc991f3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 13 09:37:23 2008 +0000 + + run content indexing again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1463 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a37590a2873864eb580e4ef938bdf86b3c7ea1a4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 12 21:23:47 2008 +0000 + + fixed equo libtest result output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1462 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b0257db16d4b4165b82f756a4c9ba0eee60e9290 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 12 20:27:31 2008 +0000 + + - updated TODO + - fixed equo remove abortion when answering No to the removal question + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1459 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6fe6318a4e9e8d92776edffd0b1ba6618857a6ee +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 12 17:22:28 2008 +0000 + + - fix possible issues with linux->grub device name conversion + - try to fix a weird issue with writelines() in trigger_remove_boot_grub() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1458 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f7ab42f1cd997366dc8882c3d5ae086898ad601 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 12 12:15:38 2008 +0000 + + updated Catalan Translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1457 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cde83d3f559187a99a2d1a0ac66625b990684875 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 12 11:56:27 2008 +0000 + + force adding /lib /usr/lib to linker paths + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1455 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7dcfbfe555ea1a6d0cff84b580c8cdb07b2a8fe7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 22:19:20 2008 +0000 + + 3 chars are vital + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1454 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fff7b9304c4a708924ec4be56e62e435920b250d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 22:12:05 2008 +0000 + + reduce download output string length + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1453 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48a95851b52a82dc94c36b58a0cffc3d8e1e8f05 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 19:30:19 2008 +0000 + + create vacuum() function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1452 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 84254266696e126887726f5f88c9608990c4e029 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 16:54:05 2008 +0000 + + collect broken libraries even on paths not in LDPATH + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1449 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 413cbef42f524be4c6ec5dc0f9e06518a67e9b4a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 16:29:06 2008 +0000 + + libtest must also use /usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/qt/3/bin:/usr/games/bin:/opt/vmware/workstation/bin + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1448 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f77e302b014b62bb48d006105b70369235c8fdd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 11:20:43 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1447 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 63d9597bac8201c0503b23c5d4605b2968f37c61 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 10:45:43 2008 +0000 + + fix de_session being None sometimes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1446 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33416ede94f64d3397436536f869b26a8bff19c4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 11 10:40:49 2008 +0000 + + fix de_session being None sometimes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1445 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f0c958cd9f1f9cb22352a94a95c277361097121 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 10 18:57:59 2008 +0000 + + fix packages pixmap in package details dialog + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1443 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 21579a26ddc248536f85defc617d3794e299f72f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 10 13:51:36 2008 +0000 + + fix etp-applet.desktop + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1441 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f209cd380a6b943f62b67127e8c4613df5dbaf70 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 10 13:48:08 2008 +0000 + + force dbformat_eapi = 1 for live systems + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1440 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f29b0354b127de95fc9048aa5761bbebb8e38dae +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 10 13:33:31 2008 +0000 + + force xcache even on live system when using Spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1438 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a208082d99fe7253ee33cad53224dd66ae730fcf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 10 09:43:16 2008 +0000 + + fix initramfs configuration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1436 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff6ecb80a4e71b2acf7bcf0945bbbf57012ae430 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 10 09:28:25 2008 +0000 + + fix grub.conf configuration for kernels in a separate /boot partition + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1435 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9c2208630783c112827053113e93e877f2c0a5b9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 9 16:28:40 2008 +0000 + + updated spanish translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1432 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f43702897194c4e1be9fa2f6eef6bdc01adde02d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 9 16:27:49 2008 +0000 + + updated translation template and french translation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1431 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f85553135b6f23e9c9c5075ef0dda256636bb6a1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 9 13:42:38 2008 +0000 + + fix spritz.desktop file + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1430 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6bbb6048542eb09a7ace1e7c1984fc95399eedc3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 8 17:06:24 2008 +0000 + + - create content index only on non-repo databases + - check if /var/db/pkg exists + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1429 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff318f30378d068bdd2409b603955fea02be018f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 8 09:03:14 2008 +0000 + + refine cache validation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1428 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 845e1f77adb8372c4ba6bb41662270a452143220 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 7 19:52:23 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1427 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e90839bc4eaf2b6eaa1d2c4a88b7277e14714bf1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 7 19:52:02 2008 +0000 + + avoid reading of non-existant licenses + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1426 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a5dbe53fbfc4563199a7ee6a025d5bad0b55cbc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 7 13:42:02 2008 +0000 + + some mere calculation fixes for the notification applet + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1424 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 891d75768a67d4c61796c6d59f7668215e3c2de2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Mar 7 10:35:18 2008 +0000 + + fix etpConst['entropyversion'] configuration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1423 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5f37fed38d86f2658d1866fbf954b3e5d992599 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 6 23:59:22 2008 +0000 + + - updated TODO + - fixed one small bug handling applet status + - fixed one exception in get_repository_revision() when connection is not avaiable + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1422 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0caa761c4e5d491ee9c0290a2f6bd0fd85f18bf3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 6 21:48:17 2008 +0000 + + fix FtpInterface initialization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1421 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f94ebe8f89e8fc20b4f2c97fb4e8a53ab3e591b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 6 14:40:59 2008 +0000 + + do not crash if fetch_advisories raises an exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1420 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d9aa916ace4ebc25beb68f31fa17781f35b991bf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 6 11:51:19 2008 +0000 + + update Makefile to install the applet inside /usr/share/autostart + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1418 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be26abfb64c019079783bf7b872c414f51c66eb0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Mar 6 11:45:41 2008 +0000 + + some fixes for the notification applet + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1417 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 52c6ee5adf1b9ca813c4b0169b2a99c59e6b3101 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 23:35:15 2008 +0000 + + Spritz: + - completed the first basic notification applet + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1415 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1646cd45952f2c3ce795a1ca7c568a1ef13804c0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 21:07:31 2008 +0000 + + some changes to make the notification applet working + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1414 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ef75de0ef9c4e4e18ef126decde56562589e0e7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 20:24:29 2008 +0000 + + Spritz: + - started (treeview not working yet) to import the Entropy Packages Notification Applet to trunk + it needs notify-python (or python-notify) + a further commit will be made to complete the job (eheh) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1413 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f22e4674ae6bc7b78a6605a8038b37beb2fcc47 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 15:26:17 2008 +0000 + + shorten db update information + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1412 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 142aa75e8a5cc65791a700e0860b7f404a131089 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 15:13:40 2008 +0000 + + shorten cleaning information + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1411 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 717f56236f866fb5e5c558612c8c49bc2b7f54a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 11:53:05 2008 +0000 + + adjust output when using merge_from + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1410 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b60d193814d8098ee4a0e514e1b06fd56848db41 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 10:36:48 2008 +0000 + + changed __install_package_into_database accordingly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1409 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1dc9bf879615351fc6f4e3de3f741acac137bf0f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 10:36:22 2008 +0000 + + - updated equo database generate and equo database resurrect + - made __install_package_into_database and __install_package_into_gentoo_database public + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1408 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 392ae42cb44ba19fd0b32f3f2de17e89a8b9846b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 10:04:21 2008 +0000 + + disable spawnFunction because can hang + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1407 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a03cd683c675ca906e67b562cbd54572f0fdbb27 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 09:37:57 2008 +0000 + + better using collision protection = 1 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1406 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 55a742e0156ee97dafa1383ba9ccc273372ed7b2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Mar 5 00:51:32 2008 +0000 + + openClientDatabase inside clientUpdatePackagesData() should always have OutputInterface = self + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1405 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 75955a901955d695278ee704ddddcf14d6f877a7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 23:32:17 2008 +0000 + + fix binutilsswitch trigger + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1404 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8291c16634489d517bbe995f3ca40d22d84b9795 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 19:37:50 2008 +0000 + + do not run databaseStructureUpdates() on a livecd system + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1403 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f2228c819547421c0a5bc8a28dcdc27180015da +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 18:34:10 2008 +0000 + + do not use print_error here + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1402 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f92d807db1a92c00774c9f1ed561e630264e68d1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 18:23:49 2008 +0000 + + fix unpack_step output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1401 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 13e958b86c77fa27bdf08afe21b60f6f43a28011 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 18:01:26 2008 +0000 + + trap any exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1400 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 957c0e56da7853e55b777620fd0f0944d0290fe2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 17:44:52 2008 +0000 + + clientdb can be absent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1399 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 59e58ab2639b5f2675ea6c0c171ecc1a236e1e02 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 17:40:22 2008 +0000 + + be tolerant against ebuild sh*t + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1398 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46be1fe83db75fc55a0b0d79a16169050e9566d3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 17:29:11 2008 +0000 + + close all the repository databases before switching chroot + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1397 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6db22bf7c503768037e30343eafca12f6c30728b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 15:39:22 2008 +0000 + + disable garbage collector here + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1396 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1bc7b1ad34a3274bedf595bdb088b33db6d4c76 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 15:02:29 2008 +0000 + + reset treeupdates stuff only for chroot != '' + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1395 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f75cfb083903e57c36591d754f3adc9da82b620d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 14:23:59 2008 +0000 + + run databaseStructureUpdates() also in initializeDatabase() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1394 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 98c0627df616e47e727c3a7432fd91791fef5ab6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 14:22:34 2008 +0000 + + add an extra check to avoid running databaseStructureUpdates() on an empty database + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1393 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 154ee725b74a130480ca8968ed60de5e61e64599 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 14:19:29 2008 +0000 + + do not open clientdbconn when loading activatorTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1392 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c6f236bbdc5641ea57e96d45e199d65e1399f0bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 13:04:10 2008 +0000 + + disable exception printout + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1391 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 962e378b6f8e899e2df42f67f179bf9f91fd0060 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 13:02:59 2008 +0000 + + run self.__fill_image_dir in a separate process + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1390 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1a6b3cd2d0467426313f859641e319701f55de9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 12:44:33 2008 +0000 + + fix self.__fill_image_dir() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1389 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f38c8a4f6cceee9804d3a9bf8c9131f83703f43d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 11:55:36 2008 +0000 + + add nspluginwrapper trigger fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1388 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f00296ffe6dfbf71ae98beec464035f3003d3664 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 11:40:39 2008 +0000 + + fix if condition for triggering databaseStructureUpdates() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1387 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6504c24b27cecff4f490c636781b03f9d444b216 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 11:04:51 2008 +0000 + + some fixes to merge_from functionality + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1386 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f11cbf7032d10ba9ad04f7a6e1a8ab458e254b4f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 10:27:51 2008 +0000 + + reorganize stuff in addPackage + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1385 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9a1b2c74b1a49746a91b4aa71634489744d3ed4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 10:11:53 2008 +0000 + + switch and with or + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1384 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f3ff9aa8d65158dde84b13f8f7dc2771cc9dc97e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 10:10:24 2008 +0000 + + improved database query speed by moving all the structural updates into one function ran once + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1383 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19aaa7113a9579924c1f8fb9447edf44a5452b54 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Mar 4 09:17:21 2008 +0000 + + also reset treeupdates digests when switching chroot + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1382 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 537684bb8cf115b13cb711d932cb862aa4cc3fc2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 22:20:22 2008 +0000 + + merge_from must be unicoded + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1381 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b62cda78a7ce05fdb6aa8eedbd3ce84d1f4321a6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 21:03:08 2008 +0000 + + check if file exists before issuing shutil.move in merge_file() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1380 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3648c84e205b8c029b317d6322eb0e0765cca3b3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 20:24:52 2008 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1379 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ade50d8b4049794e09284f70f097fb106f344dc5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 20:09:11 2008 +0000 + + fix PackageInterface.__fill_image_dir + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1378 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc4378d41a19b913993362cc1f250426b34c7ef0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 19:59:22 2008 +0000 + + more fixes for the merge_from feature + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1377 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c76a53588a89e6f8daf06d540197256de0cadc9e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 19:47:33 2008 +0000 + + more fixes for the merge_from feature + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1376 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0c187f7d73e300af06b137a74a11c8c9c6978bd6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 19:46:17 2008 +0000 + + more fixes for the merge_from feature + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1375 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e871a70907d8314e6aabfaa4b6255deb37b95db8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 19:29:17 2008 +0000 + + fix mergeFrom + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1374 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6485ff56671c88b7ca2a1e80c8ce0c8cffbb4e64 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 19:23:54 2008 +0000 + + fix portdbdir + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1373 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 143b768fbf4da1f5e9e6d9e28374263178d14082 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 19:12:01 2008 +0000 + + fix skippedKey + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1372 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 54e1001c807d90f032a10a93e040330150d843a7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 16:36:10 2008 +0000 + + Entropy: + - improved merge_from reliability + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1371 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2199ac985335bcf946234adff7720fab46ed814a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 16:17:01 2008 +0000 + + Entropy: + - add chroot copy content functionality for live installations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1370 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1049a89877e169df0794cc25c44a02757f300b47 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 11:10:39 2008 +0000 + + fix atomsdata structure in text_smart calling installPackages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1369 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d4037dbec70924291f2f480a1001392abccea296 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 11:09:38 2008 +0000 + + fix atomsdata structure in text_smart calling installPackages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1368 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3c4c3c28e501675a3ff568d0ae976becc157dfdd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 08:43:49 2008 +0000 + + shiftpath should be ok now + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1367 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 160635e11e39ba362ceba1a07e6485e13a44dba6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 08:14:34 2008 +0000 + + add extra shiftpath option to quickpkg() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1366 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a252f5633dcf9dd4a8f72523d0bfe90cea9e362f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Mar 3 00:36:56 2008 +0000 + + Entropy: + - implemented entropyTools.spawnFunction + - greatly improved memory usage during package install, reserved memory usage reduced by a 65% + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1365 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 917e02e9b3a6ac9fd60c6f74bed79ddbf738a80b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 2 17:25:34 2008 +0000 + + disabled portage.config caching for testing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1364 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f89afe40556eedd6443eee9be6aaa97ff1e8962a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 2 17:21:08 2008 +0000 + + remove stale comment + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1363 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea6b72776726b41e9861648193ba09c52865728d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 2 17:20:45 2008 +0000 + + reduce memory consumption even more + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1362 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c54e25ecd0961716239034c70b46699ba5e00913 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 2 17:15:04 2008 +0000 + + Entropy: + - created getTriggerInfo() to reduce memory consumption + - reduced memory consumption during the installation process + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1361 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ef76b07a4ff0c2e7f4e25cb8c143b83ff849ca8e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 2 15:30:52 2008 +0000 + + Spritz: + - move spritz constants to a separate file + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1360 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80d7def7ab109f448d5a8d0139882f673ccd5b60 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Mar 2 12:53:57 2008 +0000 + + set domute instead of checking etpUi['mute'] twice, this avoids multithreading issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1359 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b06a3373ed5b55a78c99b5a55691971409747ad +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 16:30:21 2008 +0000 + + re-add garbage collector + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1357 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e44ca5d1be02b44ba5073ebdbafe52f95c8c73a6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 16:19:15 2008 +0000 + + use sys.path.insert instead of append + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1356 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e7b0ea6dddf6b48120b3cc2f146eb7a4008a9dd6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 15:48:45 2008 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1355 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09b689cd94a719a5fa995ece4edefd589b94cb92 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 15:42:52 2008 +0000 + + added an experimental workaround for an ebuild.sh bug with environment.bz2 containing hardcoded ROOT=/ that causes package portage trigger to fail when installing in a different chroot + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1354 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea3b00c2e35b5f1eca32fbdc6875fec63a1cf258 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 15:21:37 2008 +0000 + + remove overlayed dir after use + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1353 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7149a84092a5824a200d310a4ccf8c408e92a91a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 15:05:37 2008 +0000 + + move ebuild away from vardb before running portage pkg_{pre,post}rm + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1352 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2fd5b94451d3077f7fa44107f7c4bb2588420baa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 11:54:42 2008 +0000 + + - updated TODO + - remove unused portageFakeDbApi + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1351 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d046da375607fa156fcc10529b32fd04a5c55225 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 09:29:11 2008 +0000 + + improve chroot support in portage_doebuild + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1350 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d8bedc2501caac97f92fa3e8c6caeecf9e16f73 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Mar 1 09:23:20 2008 +0000 + + don't do garbage collection there + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1349 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0cdefbe2da440d6380a77ed28877aa5b85556d2f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 23:56:21 2008 +0000 + + fix setTitle call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1348 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3ec67bf76396330fbc5edb45cb370c9abf87be77 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 23:31:58 2008 +0000 + + move xtermTitle to setTitle so that can ben wrapped + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1347 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f4bf5a535f71c151f3885b122cc29f68eae94a7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 23:01:02 2008 +0000 + + fix installed_idpackage in get_package_action + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1346 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d1bce6b0c6725a074b25fc7feb5e3194391ba936 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 22:48:43 2008 +0000 + + add a FIXME + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1345 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a94b26e929977212090561d317a1bf169695e1bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 22:33:21 2008 +0000 + + add reinstall action visualization too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1344 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33e36902a9bab2a1f6b6fb466e2b9a8249739fc4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 22:14:22 2008 +0000 + + add downgrade action visualization too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1343 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3ef75a868e1148a44343276cd86ea417175fc46 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 22:11:23 2008 +0000 + + - write a holy function that returns an action for a package + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1342 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 051edcd19f84eb242eea911c2db908ffb0a3e5a4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 20:57:18 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1341 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ec1f12a0aa5b9bf7556bca009b53649d9d81365 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 19:27:30 2008 +0000 + + fix row sequence + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1340 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 164972900601bdbec78f5d1503500a3dee0ec727 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 19:17:24 2008 +0000 + + Spritz: be more smart searching spritz.glade + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1339 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b01569259a9ae3521df8c17a303f6751c11f1538 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 18:44:06 2008 +0000 + + extend ConfirmationDialog class + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1338 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5bdeae0983f77fcf0c95da06da609ac2875f540a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 17:47:09 2008 +0000 + + - fix ConfirmationDialog name spelling issue + - fix locale domain in views.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1337 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ac737d0fa6dc3a4188e377ca98945d3db6740dda +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 11:35:03 2008 +0000 + + tagging entropy 0.12.23.6 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1336 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d3e7f938ecc02d29740b4e0e4bcc4aa407c31df7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 11:32:39 2008 +0000 + + - TriggerInterface: avoid using portage function if portage becomes a moron + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1335 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0192e5a97f7e4bdea501e8633408b4602b3edd60 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 29 11:31:39 2008 +0000 + + updated italian translation, thanks to... me? + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1334 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d4b0f9d6eb8661eb5162cf4c13d02a149440d31 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 28 23:45:19 2008 +0000 + + make entropy TriggerInterface to not crash if portage raises an exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1333 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9ab83f0154c32b41ce5005f7114e82105dea3e3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 28 21:56:02 2008 +0000 + + fix rss formatting issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1332 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99e6a47692ddfa6ff75cc0159ec35ce60c10d407 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 28 15:17:15 2008 +0000 + + - updated glade file + - added dutch translation thanks to Joost Ruis + - fixed german translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1331 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea35be3f33582e139580f1d1c3e7a02923eefdc4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 28 14:28:12 2008 +0000 + + updated spritz.pot + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1330 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3f247374d194b366284ecb7ee59554539a6020d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 28 14:26:41 2008 +0000 + + fix Spritz localization domain + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1329 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cb7594f3c9f089c5a4e1b6380fc5f104cf2b43e4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 28 13:37:10 2008 +0000 + + print information about the needed disk space + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1328 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 63d81b2e757da1e38aca7c75643467ccb1b3e29c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 18:51:21 2008 +0000 + + a small cosmetical change + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1327 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bee136b5f5a994910792af005e754895755f4a23 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 17:40:16 2008 +0000 + + reinitialize configuration when switching branch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1326 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed8d1fb0e92c49bd078aade7cd6eff115f531ec2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 16:35:58 2008 +0000 + + reopen client database when switching chroot + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1325 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4bc6e5983583476ebcb2dbd43e708b5a5abee78f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 15:43:24 2008 +0000 + + fixing another whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1324 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19f8c5931b3326547a9f35b16697a3ba949f1c00 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 15:41:30 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1323 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e1fc1514be246d1f8c5e04552d7449d4b327d1f2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 15:23:07 2008 +0000 + + remove UnicodeDecodeError handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1322 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6d3cad511f21ee1e89b24ee06ca5b499f33e60f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 15:21:01 2008 +0000 + + only remove kernel from grub.conf if it is sure that entropy added it + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1321 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f170f375eabb9348fec0f1cd2558e4f0ba4aa0d9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 12:48:37 2008 +0000 + + - updated TODO + - added German translation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1320 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c4d5221964b304e6e260687940dc88821c8b32a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 12:40:19 2008 +0000 + + fix i18n.py to point to spritz.mo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1319 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit efde4e19f3729813d177d554a34f54fd11c5ae80 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 12:00:14 2008 +0000 + + - updated TODO + - make a backup of grub.conf when dealing with it + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1318 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9f3b8980d83f2e9e0e654b3067d80f8aac16f0b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 27 10:46:38 2008 +0000 + + added support for a light, updates only, RSS + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1317 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b3dec1cc6b4db3a0ee8d12888cfabd61a1e2725 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 18:54:41 2008 +0000 + + eventually solve license retrieval encoding + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1313 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d895a2b8e264b130e791e7e7e5fa30b946d19a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 15:10:52 2008 +0000 + + updated po template + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1312 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97b2c2f08ea41b51e949b1e61d76cb25b5e084a4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 14:51:35 2008 +0000 + + Catalan translation for Spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1311 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 00d675a918ff014b952c94ae2201a140d5e7c899 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 14:47:13 2008 +0000 + + - fix equo information output about the status of a package + - make the kernel to get a tag too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1310 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d92908736537faecaa391a76bfe776cc27585710 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 12:16:31 2008 +0000 + + fix buffer pickling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1308 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 68114ab51e674b31b12a5b6c212dccf18f046d7d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 11:27:46 2008 +0000 + + improve retrieveLicenseText reliability + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1306 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3157b9fb08b0aa7890c2addfc43279cc7e231e09 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 11:12:48 2008 +0000 + + trying to cope with license encoding issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1305 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9c2efe45d4edc1a47b838b94b271874eab924b01 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 11:05:10 2008 +0000 + + - handle EOFError on the accept license menu + - properly extract license text + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1304 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32b564d8740c81b8e5d8ee63200a60a8c2d4594b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 08:50:20 2008 +0000 + + - equo: added an option to let equo remove the downloaded package after the install phase, to save space on constrained env + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1303 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 03489d253a1f1cc3b6150f89747b608dea9862bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 26 00:42:16 2008 +0000 + + - updated TODO + - spritz: added a brief description under the package name in the treeview + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1302 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 654bb7d17ee8275224fcdbfa5cfdaa8e94df42bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 23:36:34 2008 +0000 + + fix selective removal on equo world + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1301 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9f805782fb94691b5b5fc86db7caf06d73685c1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 19:39:28 2008 +0000 + + filter crap from shell on equo install + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1300 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a88984576163f2d413cc51312f699771feb5337 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 19:24:07 2008 +0000 + + fetch a package if it gets deleted from the fetch phase to the install one, n00bs do that ahah + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1299 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 261f88ac3a7225872231e16998fafba3897103b4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 17:12:19 2008 +0000 + + disable add_failing_mirror() if package is not found on mirrors + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1298 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f9a447ba4aac1bd46db06bb3c7c834b57cb7ff6a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 14:26:02 2008 +0000 + + remove wrong string.isalnum() and substitute by is_valid_string() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1296 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aef6dbe3082ee3b03ea834fc4a27dcf07d3b29ea +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 14:16:13 2008 +0000 + + don't ask me why previous condition didn't work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1295 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ffdf653391b47294d17fdb9c2113c355023bd8d4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 14:01:49 2008 +0000 + + fix a 'reagent update' bug with tagged packages handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1294 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 59dcbed3cc7b741bcd1a1edc115b11db5983c7e8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 13:40:53 2008 +0000 + + do not index tables on live systems + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1292 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26f58b7f774659000c08c6729194907aae3c39a3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 25 00:14:11 2008 +0000 + + some minor changes to equo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1290 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4de3088be1992e9e2167880c4333ab90dc5938de +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 24 21:47:34 2008 +0000 + + - handle ValueError exceptions in the license acceptance context + - fix issues with packages blocking entropy due to portage phase requesting license acceptance, which is hidden by our sys.stdout/stderr settings + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1289 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b3733c14f7012fcf382e84442f60ae5dce6843fe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 24 17:08:15 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1287 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7eb2194b663f32d00d903b9278171bb1b39adf3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 23 17:09:08 2008 +0000 + + fixed packages reinstall in spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1286 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6969f56963aad2e0d9b6c28a0113eae68bf7eb08 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 23 16:59:48 2008 +0000 + + - entropy: clear database instances cache if etpConst['packagemasking'] has been cleared + - fix repositories update issue + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1285 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 10000ddd8a989b0fbd1def413ba621ff7e09d8ff +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 23 15:51:50 2008 +0000 + + make spritz using entropy version + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1284 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5fceb3cfa793c6905fa9eb4dfa547f4629692a5e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 23 15:08:20 2008 +0000 + + fixed portage bashrc and some other cosmetical stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1282 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b28d2d1e161e918b5e2132c2098a8297ef82d48b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 23:31:29 2008 +0000 + + some code review + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1280 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0969ba84ddd9dda74ecea2a5ae109dd4d8089f0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 23:29:08 2008 +0000 + + improve error reporting data + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1279 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d39ee8d2569c491fc49605ea6f06f8c6135a8440 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 19:35:03 2008 +0000 + + removed DA stupid quick add + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1278 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc2ad946baca77ffa27fe4677c5fa0ab6af960d8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 19:07:49 2008 +0000 + + updated PO files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1277 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b2bbb6122bb49039ca7b7c7e8acefaba9404f895 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 18:52:26 2008 +0000 + + adjusted wait window dimension + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1276 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e30130e71f9c5ca7e5790bfe24be831add255db9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 18:51:52 2008 +0000 + + - improved etpDatabase.retrieveDepends + Spritz: + - completed the package properties menu + - extended packages.py interface + - when pressing "add all" a wait window appears + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1275 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 874978106cbd3b70f1f653914a54c9dd7a7a5df0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 11:50:58 2008 +0000 + + adding a missing gfx image + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1274 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e1bf371e91f0b2ae884f04267c7d3aa51a032535 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 11:49:31 2008 +0000 + + Spritz: started to rewrite package information window + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1273 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3be67da6f7484b02ded9eb576120c8e675f457c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 22 01:47:33 2008 +0000 + + - fixed repositories management in Spritz + - added package license handling in Spritz + - added package information button + - fixed a possible bug which caused spritz to print some weird stuff + - beautified status console + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1272 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 332556e2f49860b106cba27f55170cd5ed0133e4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 21 17:19:42 2008 +0000 + + - improved Spritz look and feel: + - improved packages radio buttons + - moved the search function on the right + - removed useless search options + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1271 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e2d4773be3db30e4cd63fa6eed997c526517f38 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 21 15:02:15 2008 +0000 + + - improved equo search output formatting + - improved spritz stability and eye-candiness + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1270 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd691b9eb3524c258ea6b18272ac7b3f901b311b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 21 12:12:51 2008 +0000 + + - fixed an issue with dumpTools.loadobj exceptions handling + - fixed an issue with EquoInterface.check_package_update + - fixed package reinstall in Spritz + - improved Spritz speed + - lots of bug fixes also + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1269 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e714534187866c34e917154958738d42fce6b72 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 21 09:00:24 2008 +0000 + + Spritz: + - more bug fixes + - get packages list back working as expected + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1268 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1563e8df1ea7c3e977e0f0b486f7fb10160125da +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 22:22:44 2008 +0000 + + Spritz: + - some huge bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1267 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e3a0ebe0282f2889ffd228512bfba8b97630b5d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 19:08:14 2008 +0000 + + fix broken license entries check + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1266 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 979f4338de3c853ea97c75df32ad6c8b32bb4adf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 19:05:51 2008 +0000 + + we need to drop the new tables too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1265 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ed68b29401ba6b5f2c56a32de381269656eb153 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 18:12:23 2008 +0000 + + - added masking reasons information to text_ui + - fixed an issue with dependencies calculation cache validation connected to package masking files changes + - added the ability to get masking reasons + - fixed a bug with picking a buffer + - added support for /etc/entropy/packages/license.mask to allow masking packages by their license identifiers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1264 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42734286fac0ce98f559305d20e83763af3e6297 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 16:40:30 2008 +0000 + + added license query tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1263 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 342c72d41ceb27fb77561a156af838d4e6a7d25d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 16:17:07 2008 +0000 + + - added license.mask (not working yet) + - added license accept request menu + - moved some functions to EquoInterface + - added some functions to handle licenses in the database API + - allow user to accept a license forever + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1262 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 539550de919aa9a4b5fc7547c8df713dc18546b2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 14:48:05 2008 +0000 + + - improve unpackGzip, unpackBzip2, extractEdb memory usage + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1261 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09dc32b71ee19aaf35bc22941dfa07876b9377ed +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 14:35:35 2008 +0000 + + - moved package masking files to *.example + - some cosmetical updates + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1260 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dc27f639a64c9eec7ff1d20be5bfca3efbfb6fc8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 14:15:58 2008 +0000 + + - added the whitelist parser + - fixed a bug in addPackage + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1259 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97dd9444e339e638574dd13169b962b0c10d1754 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 13:51:55 2008 +0000 + + - equo now downloads the license whitelist + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1258 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f85dcf9687a2072e54dbbe93e9ca8f07e8b10474 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 20 13:46:56 2008 +0000 + + - initial implementation of the licenses management infrastructure + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1257 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0d1c7b5fbcc7f21905623ff44f586575a2d2a1b1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 22:45:25 2008 +0000 + + - updated TODO + - some fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1256 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 94b4f1afa19ce4be34ec1c968befd0140f59985c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 22:21:29 2008 +0000 + + - block bad source entries when adding a package + - remove compressed database after unpacking + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1255 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 85147d7cea868118c684575946fcfbd30f56d3a2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 21:29:05 2008 +0000 + + improve eapi 2 database download + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1254 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2bfadb2884c78cb71dce441443b27f3805b61446 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 21:11:27 2008 +0000 + + with this one, our db compression magic works + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1253 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 406f04fc6401e9508b0af653568fc2896d0c5bec +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 20:06:18 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1252 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e18c4333c56ea412d9b68700a7b962a0cbff78a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 20:04:40 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1251 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 763f6e601d9238e611a88eb06d135df77124fabc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 20:03:40 2008 +0000 + + reset dbformat_eapi at each iteration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1250 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9836a685a8ee5dbde3d88418d348ad74c35ab567 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 20:01:30 2008 +0000 + + fix a typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1249 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 01a03e2e76ce54776c6627750a8a92bdbb20016f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 19:57:14 2008 +0000 + + implemented database dump downloads client and server side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1248 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit baed3d5f64cc1c65d70c4bcd46d0c77dc90c1e2f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 16:30:06 2008 +0000 + + - automatically refill counters table creating a proper schema if IntegrityError exception is raised + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1247 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 202ed012570079054c0505457dd30751d5e79528 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 15:27:38 2008 +0000 + + - tell user that IP will be logged when reporting errors + - fixed an issue that caused equo to not work as non root due to some recent changes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1246 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 70bac34ede0e5dc27122386ab1ea07b563823d90 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 15:19:43 2008 +0000 + + - reagent inject: run deptest when done + - cache validation: fixed a bug that caused wrong cache fetchings + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1245 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5434a948ad6f7acdf723034b4e422c362bebed7a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 19 14:10:24 2008 +0000 + + - indentation updates + - python 2.4 workarounds + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1244 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e17d1fd68af294072eddec4aad32818e2fca1caf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 22:33:48 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1243 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bed635f0b127f738762618978f7a17bf07c05edc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 21:42:25 2008 +0000 + + fixed a small issue with the dependency solver + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1241 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b86d7c7674c71c4a067c713dc14d5c47e2c62f8c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 20:54:12 2008 +0000 + + fix activator sync + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1240 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6b36544a48eaa073f35365d9af689bb4cc494fa2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 20:30:25 2008 +0000 + + added a reagent tool to easily bump the database revision + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1239 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e3f9810d84ed57d9f7502344564e0bccafaed5e3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 11:14:37 2008 +0000 + + improve loadobj function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1238 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f34b33de06425a8c791bbceb30cf5d57835a7c31 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 11:08:52 2008 +0000 + + trying to fix an odd pickling exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1237 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c283523952f87d07e9306b0a73281158fe261602 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 11:03:44 2008 +0000 + + improve package masking validation performance + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1236 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5fae6fd808c8e0d3df083befc29b7776d6390e85 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 03:16:42 2008 +0000 + + - updated TODO + - invert masking verification order to allow user to unmask repositories maskings + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1235 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2262fee1c48c366be920f161c98ca13e66734f8d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 03:11:58 2008 +0000 + + - completed packages.db.mask support client side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1234 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 637138562058738024e1254611566a0549906a03 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 02:29:04 2008 +0000 + + - removed debugging output + - added the ability to selectively update repositories through equo + - implemented packages.db.mask server side and client side download (will be connected to atomMatch soonly) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1233 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9f7e5401b0ddb2cf0b2cd41205bc28374bff101f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 01:53:47 2008 +0000 + + - fixed a bug in generate_dependency_tree() which pulled in duplicated packages in certain circumstances + - added information about packages switching from a repository to another + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1232 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 07aa56efc22efbad3c37d0ac3329ecc49e518c91 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 01:19:19 2008 +0000 + + - added support to search and force the installation of a package from a certain repository through: media-libs/foo@repo1,repo2,repo3 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1231 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0213b601911b414feef4414dea0157f953cd81b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 01:05:05 2008 +0000 + + - fix possible sys.stdout issue due to exceptions in portage_doebuild + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1230 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec1e3b63996180e101333ceb5eb2b0a54d19c8c5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 00:59:47 2008 +0000 + + - support portage from svn + - avoid using libtest/deptest when other instances are running, dumb users do it without caring about database consistency + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1229 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 036d7632ce72f6c4c17f8c297e04eed57210edc2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 18 00:42:31 2008 +0000 + + - fixed matchRevision/revision matching logic + - fixed matchTag/tag matching logic and atomMatch package sorting + - some misc bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1228 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 45e6ce74818b209084a5aa35ab334d8543cfeebd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 17 16:15:43 2008 +0000 + + EquoInterface.atomMatch: added matchRevision and matchRepo filters (media-libs/foo-1.2.3~0 -> will search atom with revision == 0) + databaseTools.atomMatch: added matchRevision logic, like above + activator: if packages sync doesn't have to do anything, skip without asking + tested treeupdates stuff client side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1227 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f73de88b5ce2562823b9071fd61f0a96135adb8b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 17 12:33:23 2008 +0000 + + Spritz: + - fixed packages list generation when entropy cache is empty + Entropy/Equo: + #- equo world is using too much disk + #- if dependencies are not found, show them all + #- add masking information to query results + #- add required query tool + #- let queries work on masked packages too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1226 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit df50417fbcdb1a18548f8e2a0e1ef8ecaa7cf6b0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 21:01:05 2008 +0000 + + some updates/fixes to the spritz categories view + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1225 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3abb867f12dbaa5a352944e668fe11d11acb28d6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 16:08:10 2008 +0000 + + more work on spritz treeviews, a lot of bug fixes and implementation work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1224 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0352821e7f3d9ff058cb3470183da05794bc899a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 12:48:13 2008 +0000 + + Spritz: + - removed the ugly lower package information widgets + - started to work on a more user friendly package information menu + - some bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1223 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 987e997ac0685e6394f2ec8f729b43a6368ab357 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 10:32:50 2008 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1222 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ee1670593261906e0777751670cc0cd3d5e6eb1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 10:32:07 2008 +0000 + + Spritz: + - added a basic categories view + - improved treeview speed + - properly handle packages with missing dependencies + - misc bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1221 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9188159b6876bb38cec57f3656296734db457544 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 08:29:30 2008 +0000 + + - fix validate_repositories() call during equo update + - filter empty sources string before adding them + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1220 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e85661e6dbef8a4daff80c69a51f3a7da821eca +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 00:38:28 2008 +0000 + + check if user is already root, if so, run spritz directly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1219 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4116c5760ac1a636eb84bdad18bf200842c87f1d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 16 00:34:06 2008 +0000 + + - improved entropy backend interface responsiveness by removing harmful caching + - completed a lot of stuff for spritz, it's still a little bit slow when data is not cached but I'll work out it + things implemented: + - multi repositories handling code + - branch switching dialog box + - queue errors handling + - su/gksu/kdesu wrapper + - lots lots lots of bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1218 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 27f01410aec14ed5e69fe53f3a3ad78154a60c48 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 15 11:02:00 2008 +0000 + + run binutils-config each time binutils is installed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1217 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9bf2a61c1a6c1ebcf31bb30d32a2cf0bcfda7b0d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 15 09:57:27 2008 +0000 + + - improved orphans search tool in terms of memory consumption and speed + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1216 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15076a74b70318343e5225140269ec896c3df53e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 14 19:39:13 2008 +0000 + + fixed a nasty issue with isFileAvailable + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1214 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 491007bf2f9be94dbfa2764f3a11a3d4536a162b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 14 17:16:56 2008 +0000 + + Spritz: + - completed configuration files interface + - some misc bug fixes + Entropy: + - moved the package masking parser to entropy.py/EquoInterface + - fixed some issues in equo query orphans and moved some equo conf functions to its EquoInterface class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1212 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 880ec1d21474c8a1a096df4260d4e53d81004b67 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 14 13:23:57 2008 +0000 + + updated TODO and removed debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1210 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0a27bf87826a3c8cd10db561309cc47b0998df6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 14 08:29:37 2008 +0000 + + fix atomMatch cache validation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1208 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d1e9f8f4d48fafaa995666f5ef0cd6572f1c6c3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 14 00:57:19 2008 +0000 + + - updated TODO + - connected Edit and Changes Spritz buttons to the respective actions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1207 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cfb7f52811309cd10ee38ac81236a0f77d9fa41e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 23:16:07 2008 +0000 + + - added blacklists for libtest + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1206 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40a965a3fe5df42299e1a7cdd805d20ad9dc5dea +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 19:24:16 2008 +0000 + + improve speed of equo remove + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1204 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8ac6b420e18ff59d0318d1d80db1a966bea3ad6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 18:16:35 2008 +0000 + + - improved cache validation mechanism + - some spare fixes/improvements + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1203 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30abf6e927ab1bedff5253b1cd5b229f7b958a57 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 15:46:46 2008 +0000 + + check if needed table exists in isNeededAvailable() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1202 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5f8abcd50577205129176bd2430f3af28aa3feb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 14:41:08 2008 +0000 + + improved deptest output information + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1201 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4aaad41b59a027addd8f14513200a2334336a068 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 14:18:00 2008 +0000 + + add brief description field to equo error reporting interface + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1200 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9cbb62d58640db824941ac2f1878e80a02fd0ab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 14:14:41 2008 +0000 + + better handle cPickle/pickle exceptions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1199 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ac39a31e6793a818aca3d08a0518d7dd1fd31ddb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 11:45:24 2008 +0000 + + create counters table if it does not exist + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1197 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 899ae6095f41827e6289597894e17db198c0d412 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 10:33:35 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1196 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06085c3b90b200677896bf485e51dcecdc362d2b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 10:05:08 2008 +0000 + + - updated TODO + - changed some equo output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1194 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7737c2d189e52df8d90f0eaee6421c436aacd89 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 09:54:10 2008 +0000 + + - added equo post install trigger + - solved contentDiff bad unicode strings issue + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1193 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 936441fc607c090579f1bba3d2f2480d4ae65a17 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 08:57:26 2008 +0000 + + added metadata decompression support to the server interface, disabled by default and controlled by an activator.conf option + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1192 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b3fd61c3725d62f7e8ce9c7bda063e77997313dd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 13 00:34:22 2008 +0000 + + - updated TODO + - bumped EAPI to 2 + - added content table compression/decompression functions for future migration + - some bug fixes and indentation updates + - added automatic content extraction if new compressed table is found + note: activator does not have the content compression feature enabled yet, for backward compatibility reasons + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1191 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c829d6357654c2f9d3b253fdb57d0ef078fe6026 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 12 20:58:00 2008 +0000 + + fallback to pickle if cPickle can't be loaded + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1190 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15e65bf53f69dcc54a6a0e79cffd155bc3405a98 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 12 10:08:56 2008 +0000 + + check if dir exists before iterating + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1189 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1495a997dbe72e77b8b0680d816b13d7ef163d9f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 12 10:07:18 2008 +0000 + + add branch operator support in isCounterAvailable() and listAllCounters() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1188 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a078677a68ccf8a7ce1d036432639fdbdc8de096 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 12 09:35:47 2008 +0000 + + reorganized caching directories + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1187 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e3dacb33bf5d428e3e404f17eab79547929c523 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 12 00:05:40 2008 +0000 + + - added helper utility islive() in entropyTools + - added a new column to the counters table + - some code cleanup + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1186 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b13f13a84518817e7d22a249398cfc6a60ddeef +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 11 22:57:11 2008 +0000 + + - correctly handle atom matching on databases with multiple branches + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1185 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 28f51eb4fa1f26196b30a9acebb46f3f4386c2f5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 11 20:15:24 2008 +0000 + + some minor changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1184 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 84cbf8b40962470da193238ccfab10c19b01e4b2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 11 17:47:35 2008 +0000 + + improved caching validation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1183 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3ccc151e51616c3316bb23d99b01933ab4cf291c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 10 23:44:02 2008 +0000 + + Entropy: + - Cache management completely rewritten, now Entropy takes a barely minimum amount of memory and is much faster on cache hits. + Please note that some areas need to be improved even more, especially when dealing with cache cleanups + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1182 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a347f654c1866011285aae77a97658a8f84082ec +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 10 10:06:43 2008 +0000 + + improved library breakages cache speed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1181 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91e163c21fb32c2801a65bddec5bfa4b3341f2af +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 9 17:01:13 2008 +0000 + + fix equo world --pretend as user + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1180 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 54f74855cf153d10711916979da5f9bc385c3728 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 9 16:56:56 2008 +0000 + + - dynamic library breakages detection infrastructure implemented, + can slow down equo a little bit at the beginning but it's worth it + - misc bug fixes to the query interface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1179 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7635f4f108c73016ffa3a8de3df04f629e004c69 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 9 00:47:34 2008 +0000 + + speed up activator sync by a good 500% + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1178 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit beb068bef02f808e5041bc4eb6f9f13a2cc546e1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 9 00:11:54 2008 +0000 + + fix issues with paren_license_choose + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1177 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e7c523ef1ec017e89f45a4969c8188b019c9cf46 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 8 23:49:36 2008 +0000 + + - adding support for transforming packages into injected, useful for tagged ones + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1176 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f5ba05cc0fb24e04661d8555f23c1af5d8aceb06 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 8 20:12:19 2008 +0000 + + there are certain tagged packages that can't be installed at the same time, like nvidia/ati drivers + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1175 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a87c6a71a5a17c45324232e594fb07ef6bc60499 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 8 20:01:37 2008 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1174 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 66cab1fe0ddba4817274375b53cabbb9fe351374 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 8 20:01:07 2008 +0000 + + Entropy: + - a lot of speed optimizations, including: + - improved caching performance + - rewritten atomMatch() + - added more caching + - fixed a bug with conflicts, wrongly stored in db + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1173 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 53394a0a9a7f689f0c9346fd2d631a9cfbc4c905 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 8 11:51:09 2008 +0000 + + small cosmetical changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1172 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0d75a0bc4d61a0888c52332b604b27008f02f9d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 22:07:06 2008 +0000 + + this works + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1171 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f2cf0bbd5b6224be7d8b08f5744ea86b5696f3d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 22:00:30 2008 +0000 + + - updated TODO + - fixed calculate_world_dependencies with masked packages installed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1170 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f36901c0dc2021c3f6ad92e7b563e01cb59ef1b0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 21:34:49 2008 +0000 + + fix IOError exception syntax + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1169 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d030d0ecf3e22f3216217057d383eaacaf98be5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 21:13:28 2008 +0000 + + - created a mockup of the Spritz files update interface + - tesing a fix for IOError exception trapping + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1168 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5533f38d563e136da591687783ee7e7bcc589c9f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 19:04:30 2008 +0000 + + - updated TODO + - removed checkReadOnly() where not needed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1167 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f50805654ab9c087abdae137468ed92e0eb1de9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 19:01:33 2008 +0000 + + Spritz: + - make load/save queue working + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1166 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e67a753aebdbc2d44b5e9a9744ff62712d2ffbc7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 14:29:37 2008 +0000 + + GLSA tool: + - fixed atom matching when slotted packages are found + - added info tool, that shows glsa information for the provided identifier + - misc bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1164 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1a09070786f17ea82d32f0da5df1e94606257352 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 11:28:56 2008 +0000 + + disabled use flags check in filterSatisfiedDependencies + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1163 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 866b1c827d2c5533d1be5856eb593cfe39ea36ee +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 11:05:22 2008 +0000 + + - more work on the security interface, now list tool can be trusted + - implemented some new API functions to ease third party implementation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1162 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a4bfd0eddff86abd892e617d9f09a3ad5bc3a2fa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Feb 7 09:55:08 2008 +0000 + + protecting /etc/conf.d by default + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1161 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc225e5b629f8c51d559bcdf6c386575c01e5b17 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 23:40:39 2008 +0000 + + some small updates to reagent libtest + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1160 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2cb17a8d1076343e6d265a26c730753788e512b2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 23:20:20 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1159 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f83dcc51dab3e301f4e370ed4d4b0ec1cd660c9e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 23:05:43 2008 +0000 + + improve libtest on reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1158 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fc1e02d10c1b3e1de1843bf1bfc2fa8dc9ca93c9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 22:52:02 2008 +0000 + + improve libtest on reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1157 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 418aaa4cc12128b7cfd58ab2f4cb51244594fbed +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 22:38:58 2008 +0000 + + improve libtest on reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1156 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2201532fd96abf3bc1ecebc1299610f8771c6290 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 22:04:08 2008 +0000 + + more work on libraries_test reliability + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1155 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 184a414614129b50292062a342ac1a2827c70c7a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 21:53:46 2008 +0000 + + fix a whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1154 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5cdb3233e8c31f2ab01a7d2fbf13da2aafd69a6d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 21:50:30 2008 +0000 + + flush out stdout and stderr when printing stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1153 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f019d3782c63b69e420ec5068c699f09576becdd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 21:37:37 2008 +0000 + + load dbconn readonly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1152 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0772c47d025161389e86e28932089f7c6253568a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 21:36:51 2008 +0000 + + - updated TODO + - added libtest tool to reagent + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1151 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26a2f016fc96c0517f142017fcef7639ea70cb9f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 20:51:28 2008 +0000 + + - fixed an issue with treeupdates table creation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1150 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 68835280e4a73a4769262dfd16d03b321e290e2d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 18:09:18 2008 +0000 + + disable boot services stopping + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1149 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce6a58babdd6caebb31f435bc89170e1489d17e3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 17:59:36 2008 +0000 + + - when parsing atoms in is_affected() also verify that the atom is not in the unaffected list + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1148 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 49b556763d555c37e2da3c74b99407af270c209d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 16:08:04 2008 +0000 + + - updated Security Advisories infrastructure + : added list tool + : implemented a lot of interfacing functions + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1147 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8631643e0832ec2ff319005814d2c4d8c4767993 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 14:56:48 2008 +0000 + + adding text_security interface + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1146 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 767d31aa1f7efb6388107edecd7a2cb4ccd3d8cd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 01:18:23 2008 +0000 + + fixed unicode conversion + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1145 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b996e940f09bec9cae8ae36c2b148682189fe66d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 00:58:37 2008 +0000 + + anielkis should really use this + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1144 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7e4432b4801ac9f41723393477a38b1fdf65ed80 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Feb 6 00:09:14 2008 +0000 + + added dependencies rescan tool for reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1143 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78091dd7ddf525a0459e658e640871e63311b02e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 20:26:57 2008 +0000 + + filter out empty conditionals + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1142 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 62b300e69f56842f4f94e9d3e10489c36f00798f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 18:30:04 2008 +0000 + + added depends regeneration after depsregen + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1141 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4f13e844fed3f1d7d1599c746f571aba8060996b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 18:01:06 2008 +0000 + + - adding reagent tool to scan and rebuild package dependencies for all the ones in repository + - added some new helper functions to the database interface + - fixed portageTools.calculate_dependencies accordingly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1140 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 53bf092b0f1b83ee61f1a1593d12acfb6c6ca862 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 17:58:44 2008 +0000 + + fixed issue with packages without CONTENTS xpak metadata causing database content to be empty + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1139 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e981ac3f25034831768b30b8dee12501c5959a16 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 12:13:59 2008 +0000 + + TESTING: again portage dependencies literals parsing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1138 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ef1b3a1caee74bcdea58081cfbbefc618fe5db4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 12:04:53 2008 +0000 + + TESTING: again portage dependencies literals parsing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1137 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a4d4d33e4092e08eb13343c7ca9c35a5a65e3a29 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 12:02:52 2008 +0000 + + TESTING: again portage dependencies literals parsing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1136 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f4234b128cd9ac186690c96a4ef538faf4844767 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 11:49:37 2008 +0000 + + TESTING: again portage dependencies literals parsing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1135 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f59262779eacd35a5caf3a12a5a8ef302cdb837f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 11:27:39 2008 +0000 + + TESTING: again portage dependencies literals parsing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1134 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fc04fc6308ed64873834d6358c74e5717739503c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 10:44:57 2008 +0000 + + - portage dependencies calculation has been rewritten, should work a lot better now + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1133 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8482b3330031adc95e6a3692e91722fe9ac2b8f5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 10:26:24 2008 +0000 + + TESTING: rewriting portage dependencies calculation function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1132 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6302491464ffbf2ebc7eda0ae531a5f3dbcd07e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Feb 5 01:48:12 2008 +0000 + + - initial implementation of a GLSA-based security tool + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1131 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f5b6eda7f99cff39b2940b5093e581a74ded0bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 20:01:33 2008 +0000 + + fix indexing when running readonly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1130 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cf62aad37d19c77791f6c50a6e1a8af7e8703b8a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 19:53:22 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1129 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3582f87dacf86cb7fca2390ca144f9efaa1e5732 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 19:52:15 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1128 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dbbe3e62df584a9cc8c5bbc808e83f453302cf5a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 19:50:31 2008 +0000 + + - updated TODO + - extra flatten for horrible DEPEND strings + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1127 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 964795473f007a287ea6a70d2c842af3b7b59017 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 17:09:15 2008 +0000 + + - reagent must always know about unmatched DEPEND conditionals + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1126 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ac90d22ec3c1993889e7fae117fe4fcda7793bf9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 16:40:01 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1125 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dc5584c84a356effe7b2368b3d025abcf1a2c8c1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 16:39:52 2008 +0000 + + fixed error report data submission + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1124 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c4c536a63a9c55f878951cda5a894f50bcc520ce +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 16:34:45 2008 +0000 + + - fix reagent search output + - fix indexes readonly validation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1123 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8cee372192fe20d829e4860dc0442d504a3388e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 16:12:25 2008 +0000 + + fix LICENSE paren_choose() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1122 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 058d3119acdee8a6d3311b5acef474cae0dffd44 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 11:35:52 2008 +0000 + + - working implementation of the client side branch move function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1121 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88270f2b998c55cc2f44a88165be47f0cd4126fc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Feb 4 10:45:22 2008 +0000 + + - updated treeupdatesactions table adding branch column + - updated database interface to work with the new treeupdatesactions + - sanitized legacy databases support creating doesColumnInTableExist() function + - improved overall equo speed + - moved repository database indexing to RepoInterface.sync() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1120 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26a9e2c41e7f476688bcf18125b54bd862ab0e81 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Feb 3 12:07:10 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1119 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d298fd83e09e69e6a4234dc7cd2af25ff1ec833 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 2 16:06:03 2008 +0000 + + - fixed counters injection that caused entropy database to be out of sync with portage. To just solve this on your PC, run equo database counters + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1118 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca55d97378528b49c571df4dd3e0f818c752bced +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Feb 2 15:39:36 2008 +0000 + + - added more info to equo reports + - misc bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1117 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b291cbdbc24705261038df29ad310b008b8ec3cc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 1 19:29:50 2008 +0000 + + - added packages download speed limiting support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1116 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b095d32302ab97a986dd646cb0c185e2a7ed878 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Feb 1 16:28:07 2008 +0000 + + - remove unused queueView buttons + - fix databaseTools.isDependsTableSane() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1115 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d4ba6dc474dfa7d572ed972efbe43b9eb358abe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 31 10:17:49 2008 +0000 + + - fix equo conf loop issue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1114 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 043f871c2c1fb458659c34851642e2899b2adfab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 30 10:26:45 2008 +0000 + + properly resolve remaining conditionals after paren_normalize() in calculate_dependencies() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1113 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 157054b8165c9c2898128fd6707630bbda6980cd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 29 10:29:32 2008 +0000 + + - if getScopeData() returns None when looking into client database from atomMatch, return -1,1 taking it as not found + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1112 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec34c6b3b46f54c493f54bb10e2d243c55f6288e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 23:38:22 2008 +0000 + + do not reset cache when raising SystemExit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1111 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 05377a43991be460575a58f677c5893ff4b8afb3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 23:34:10 2008 +0000 + + - updated TODO + - reset cache when an exception is raised + - fixing print output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1110 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 150749d619dbac02ebc087f14e3b090c875ea547 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 18:24:00 2008 +0000 + + Spritz: + - set treeview reorderable to False + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1109 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c2b2beee106d35dd680e4f0fe6ffcef1e3760a18 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:56:33 2008 +0000 + + some work on the printing functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1108 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c5f5cc8db29456c5ab5e214c6214989abd0756b8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:49:09 2008 +0000 + + another whoops in the wall + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1107 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b45d9efd30ca4c9aa10ab071aad2cf3e1daf090 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:47:47 2008 +0000 + + another whoops fixed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1106 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1202768c7506800ac1ed9cfb1dc993ebc5e85127 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:33:41 2008 +0000 + + continued testing on calculate_dependencies + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1105 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9202466c43dcfab82b0f04bdd01e32c5e77f43bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:25:15 2008 +0000 + + another whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1104 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7e5f10c69a8f360f96b774410b48c22af8a9d642 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:21:29 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1103 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e2e5622e7425752615420184a27f885942bbcbc7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 28 10:15:34 2008 +0000 + + - updated TODO + - reworked ebuild dependencies calculation using portage + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1102 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 72291948d3985a8c8b77ffd4824c0a17895cf2b4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 27 17:58:27 2008 +0000 + + - updated TODO + - updated maskingparser to handle trashing of more caches + - fixed std* piping issues + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1101 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 745b46aadefed5bb925b4882eb48a1adfb4c6c6d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 27 16:43:39 2008 +0000 + + - Spritz: + - reworked action menu to allow reinstall, remove, purge, update, install, undo reinstall, undo remove, undo purge, undo update, undo install + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1100 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc985ea1f0a1caafb0f8ec86f58fd5eb01af2c6c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 27 10:52:18 2008 +0000 + + update update() to allow cmd to be passed as parameter + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1099 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c70e93f603508de3c4ead8ff935d089710821d5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 27 10:51:44 2008 +0000 + + some misc bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1098 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31c808cc3811238465ebe0fcda342c45af610714 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 25 17:58:50 2008 +0000 + + - updated TODO + - avoid running activator when issuing 'reagent depends' + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1097 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cb14ddf9922928fa900fd7cd100d92ee3940d287 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 18:31:40 2008 +0000 + + - updated TODO + - inaugurate a new small reagent tool to help spm tree compilation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1096 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8117cdad84b3a54f433bb0a4c551bf41a8dd836d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 16:32:04 2008 +0000 + + - be more gentle with counters table primary keys + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1095 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 89e95c5fbcceef9cccbcccfd390179832da769a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 13:38:35 2008 +0000 + + - move removeidpackage validation before steps generation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1094 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f934ca8a0991e044e4a045ee6f0c9aa47db2feb8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 12:45:36 2008 +0000 + + reset self.oldprogress at every uploadFile call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1093 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 655ff0fb79c95566d9f0969709534f93240c389b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 12:35:50 2008 +0000 + + fix an indentation issue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1092 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 142f90eb56a524ab62995a5084a36586ae7cf28b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 12:28:43 2008 +0000 + + - fixing a possible TypeError + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1091 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d66d0d6bdac751b0f11e7129e3a121d8d45ec41e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 12:04:04 2008 +0000 + + - restore CTRL+C interrupt when downloading a package + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1090 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0c4e0762a38907826de15698e337d856130fe1da +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 11:43:32 2008 +0000 + + - updated TODO + - fixed packages download + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1089 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0029d170394cee4b3601cc598d6025d85347528 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 24 11:12:15 2008 +0000 + + EXPERIMENTAL: added category string to tbz2 files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1088 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4cb6b40ec0b78b27689c8805b42ffaadab0160d7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 23:14:14 2008 +0000 + + - fixed a really nasty bug with counters and 'gentoosync' tool that caused entropy to wipe the counters table (thanks Joost) + - added a saner tables availability check function + Spritz: + - removed some debugging output + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1087 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7cd3e7c5e4523e6ee40eb4c5b0b84a96c1ef360e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 18:50:49 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1086 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06884685af17f61a2afd20aabaf37b3cbd73d1ce +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 14:17:06 2008 +0000 + + - implemented a better way to look for needed table + - fixed a possible crash caused by exceptions in config protection retrieval + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1085 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a8c1d25ee188f35cdda2eee72c394fa62bf0825a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 13:57:49 2008 +0000 + + - updated TODO + - added dependenciesTest after every reagent run + - print sqlite error when triggering ImportError exception + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1084 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 83316915f61d62265effa02b051998a6511575a1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 05:44:01 2008 +0000 + + improve upload speed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1083 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4d3302e98df4f9c1dbb168709d06fc778c1ae128 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 05:27:32 2008 +0000 + + double the maximum number of threads + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1082 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b3851e07309b4293feaea3334c58de2ab8bb891e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 05:20:31 2008 +0000 + + fix currentText scope + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1081 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9b3b212bedb580799162061f2a236cfbc649f485 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 23 05:17:19 2008 +0000 + + - adding parallel_wait() to parallelTask() class to avoid obeying the max number of allowed threads + - parallelizing print calls, MAJOR IMPROVEMENT + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1080 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c495fe7d6aa1f79761bcf00f139b1202aaa73363 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 22 17:50:28 2008 +0000 + + parallelize and optimize output printing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1079 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e16dc35126412184059c941cc0e11cc9dc67f9b3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 22 00:05:02 2008 +0000 + + Spritz: + - added queue messges popup and rewritten queue handling + Entropy: + - fixed issue causing system packages to be removed (like kernel) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1078 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06381e3b76ec66a11b45ce88833a1ee6790b3f7f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 20 18:26:46 2008 +0000 + + - calculate_available_packages() now only returns unmasked packages + Spritz: + - removed some useless code and widgets + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1077 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1a21466d827ec5bcba3176be58587364ae85abb0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 20 13:26:08 2008 +0000 + + fix a possible issue with treeupdates slotmove and move + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1076 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce2bccf62f362c03e15f3339953bf01dc6b991ad +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 20 11:09:51 2008 +0000 + + removed NEEDED comparision in generate_dependency_tree(), not required anymore + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1075 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 391354c5bb540c250ee0b3a9113f2895ff40ad70 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 19 16:02:28 2008 +0000 + + - improved reagent deptest + - fixed matchfilter scan in generate_dependency_tree() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1073 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f430f04c0ad85907a88bb8fc6179860b4ea51fc8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 19 15:39:54 2008 +0000 + + create general purpose find_belonging_dependency function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1072 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce1368c996349ee8daadd913cd6f286e543ce661 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 19 10:46:06 2008 +0000 + + check files/dirs before doing chown + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1070 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0db01aff863557d6b043a3763a6819d3171da636 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 19 09:58:18 2008 +0000 + + - entropy removed getDependencyTreeCache and global matchFilter which caused issues on a threaded environment + - matchFilter substituted with a sane implementation matchContainer class + - fixed Spritz install/removal queues - removal packages execution can crash due to threading issues, don't count match on it yet + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1069 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit db83b15b226eab6f494d16ece698133707384471 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 19 08:27:06 2008 +0000 + + fixed libraries test tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1068 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a6295b7dcbe61990075c1d96787a43dfef028aec +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 18 21:10:33 2008 +0000 + + - TESTED,FIXED,SOLVED,EVENTUALLLLLLY UNICODE ISSUES + - lxnay ftw, portage shit ftl + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1067 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ce9d576aa4d5adbbfa7a58af629e92a6191c9ad +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 18 20:23:42 2008 +0000 + + fixed reagent database query tools - NOT THIS ONE, WAIT THE NEXT ONE + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1066 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ffd7617dd96d21bf52d1ac0fc5b4e561e4e3d243 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 18 20:00:48 2008 +0000 + + some work done, some remains, WAIT THE NEXT COMMIT + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1065 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a22c9aaf16ff22e036d3ac94ce3b92c7ee84c447 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 18 17:49:23 2008 +0000 + + - fixed query tool + - eventually fixed all unicode decoding/encoding issues + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1064 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit df46fc85a75e838aa5514b3537b887275f555d2d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 19:17:23 2008 +0000 + + implement EquoConnection in printPackageInfo so we can hook any instance we want + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1063 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7844d35dfbe671f697b697c6e6c19452fa6e4f94 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 19:06:32 2008 +0000 + + fix text_query calls with reagent database search + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1062 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 12847f8c29549c16603a2096d5eadc5ec9194d90 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 19:02:51 2008 +0000 + + - move EquoInterface load inside text_query + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1061 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb7ebad9520ef1ab55c924722d8a19f9b3bf6326 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 18:58:44 2008 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1060 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 54e9c23224c4bf9a0e7d68a6e044b6b7aa539df5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 18:57:38 2008 +0000 + + fixing rdepend pdepend list generation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1059 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1376dafd6950d5f91ad04c5f8d7c4115643524e7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 18:52:06 2008 +0000 + + - updated TODO + - remove tar.flush() since tarinfo doesn't have it + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1058 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73b2a830f80ec283040890055b9d7f038fc12494 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 10:50:51 2008 +0000 + + - reworked xpak metatada dependencies extraction logic + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1057 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc0590589f294ed76c98a54036d61905de30f49a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 08:54:15 2008 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1056 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 53ff9725822bf6456fa6e8ac29afa46dd268f146 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 17 01:12:24 2008 +0000 + + Spritz: + - implemented repositories reordering in a saner way + - implemented mirrors reordering + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1055 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 800e0dbca90a83970679891de1be1507dd14e3b7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 16 23:43:25 2008 +0000 + + - added code to handle repositories priority shifting + Spritz: + - implemented repositories ordering + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1054 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15f87931efc3c4fcc48e149b2ffdc00d7460a5d7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 16 18:34:25 2008 +0000 + + - fixed Insert String button (hidden when editing a repo) + - added repositories sorting widgets + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1053 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 66c04be684e4bb435cfcbbb54c862e52039a6754 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 16 16:13:12 2008 +0000 + + - added disableRepository(),enableRepository() to EquoInterface + - improved repositories cache handling reliability + - updated entropyTools.SaveRepositorySettings() + Spritz: + - implemented repositories activation/deactivation (ordering will follow) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1052 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6926277a547881615c7dbf8efb26965b58238c1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 16 00:31:59 2008 +0000 + + - moved etpRepositoriesOrder to a list type, allowing a saner implementation of repositories order handling + - improved EquoInterface.retrieve_* reliability by adding etpRepositoriesOrder in cache validation + - various fixes + - Spritz: started to work on repositories order handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1051 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0df499a5af7b55aff3d3b485434726609cda0723 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 15 20:24:42 2008 +0000 + + - fixed Spritz console right click menu + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1050 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cf093a5f5f09ae6dd6572755161a74b201380155 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 15 17:52:44 2008 +0000 + + - created saveRepositorySettings() and removed the previous one which was buggy + - added getRepositorySettings() + - fixed some EquoInterface.addRepository() bugs and added cache cleaning + SPRITZ: + - completed repositories handling + it's all for today + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1049 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 27ed93827a271e0dd1117abf79fa6dc86995ce5f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 15 15:08:12 2008 +0000 + + - fixed conntest url by exporting it to repositories.conf + - improved repository databases reliability adding extra read only checks + - fixed bad/not available repositories handling by removing weird loops with fetch_repository_if_not_available + - updated indentation in databaseTools.py + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1048 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 806c7ece986f364cb0366bc26673dc7764d12fde +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 15 11:50:06 2008 +0000 + + - updated TODO + - completing the previous commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1047 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a651ebc1a648fefae4f8a68f55502c9975a67f0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 15 00:49:13 2008 +0000 + + - moved repositoryid (old etpConst['repositoryname']) to repositories.conf + - internet connection check now done on the main repository database download URL with google.com as fallback + - added live repositories add/removal backend functions to allow easy handling from third party applications + - minor bug fixes and improvements + Spritz: + - added (almost done) repositories management widgets to let users add or remove stuff: use with care until the next commit + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1046 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 63c94441ee4a8eaf7d66a5d12a21caaa59a99cfb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 23:52:44 2008 +0000 + + - added signals for add/remove repository buttons + - added a check if no repositories have been selected for update + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1045 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 250f257795a9f20619232e016fd2fc3ce4118680 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 23:39:37 2008 +0000 + + - added client database checksum validation to available packages calculation + - fixed and test packages removal + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1044 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit faf3a1b75da544675ac8ce9234dd4768745f841e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 23:27:49 2008 +0000 + + - fixed removal queue calculation + - implemented removal queue execution in spritz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1043 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 28c8b4c9ec33233076b4fdefb3b313dbc5c5f0f0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 23:03:25 2008 +0000 + + - updated TODO + - added USE flags check to filterSatisfiedDependencies too + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1042 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 44f6b638dd16f391ed45a303abd426c27cdbc7df +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 22:58:28 2008 +0000 + + - updated TODO + - added USE flags check to equo world, this also helps + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1041 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c81c578d9c6c298d3279df0ddd94fae450e101fa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 19:17:42 2008 +0000 + + SPRITZ: + - implemented console right click menu + - implemented repositories force update option + - fixed an issue which caused text_ui functions to not return a valid exit status + svn ci -m + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1040 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0366216a5d4330121463a3454b9511090cfc51ef +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 14:47:36 2008 +0000 + + - let equo handle some extra exceptions from exceptionTools + - updated TODO + - fixed an issue with equo update when no client database is available + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1039 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 504d2bd3a040e9b4caf374291644ec4604184986 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 13:34:02 2008 +0000 + + - fixed a small graphical glitch with downloadSize in text_ui.py + - more work on spritz polishing and entropy implementation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1038 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6873ea11794f2f6feca51a82e6b6254ba790c9d3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 13 12:17:24 2008 +0000 + + providing more info to the user when extractPkgData fails + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1037 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f34bdff9fa77ac20a83640af95e008d7467c49d2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 12 15:38:27 2008 +0000 + + - substituted TextView widget with vte.Terminal which allows spritz to redirect portage.doebuild output to it + - further development on package queue execution + NOTE: you will need vte compiled with python USE flag from now on + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1036 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6b82b0034186eebdac8442222b992667a6d702dc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 11 22:05:15 2008 +0000 + + strengthening database revision file checks + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1035 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ca2b34ff35094175ad259a1512658b5b1625a92 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 11 21:43:06 2008 +0000 + + trying to fix possible ftp mkdir exceptions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1034 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dbe80e41aff6f0f4162deaa2774ef169eef96c0c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 11 19:47:25 2008 +0000 + + - strengthen noclientdb behaviour + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1033 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0d1b9f42740f76994ec1db2e2680be8e02f55006 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 11 19:30:29 2008 +0000 + + - started to implement queue actions + - fixed two issues in the server part whose caused client database to be erroneously opened and tree updates to run on an empty repository database + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1032 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a34559137e105322cff232d3564521ec0e99ade1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 10 22:56:48 2008 +0000 + + - fixed issues with queues handling + - beautified messages + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1031 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9417f2bbf5ee295f932ca47604db98172f64ee54 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 9 23:47:08 2008 +0000 + + - updated dependencies calculation code to work better on weird situations + i'll start to focus on the queue execution tomorrow + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1030 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8079bded7fd21df09983a5397eca5b16db5dceb0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 9 21:41:48 2008 +0000 + + - dependencies calculation queues (removal,update,install) should now work as expected + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1029 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76a321d68479730835041c288cdec7fcc327fbab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 9 20:46:52 2008 +0000 + + - moved system packages check to EquoInterface under validatePackageRemoval() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1028 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb213bebf548c64b0f7e2853a46f8fc9b63a5f8a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 9 17:26:27 2008 +0000 + + - some updates to spritz queue handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1027 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 802c702e561fa278d919f8b75fbfd1b57b378aac +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 9 11:22:36 2008 +0000 + + - spritz: general code cleanup and polish + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1026 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d36cd5273ed8a81a80e57673b10497bfa0a7505e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 8 20:02:42 2008 +0000 + + - new POST based error reporting handler + - created ErrorReportInterface class + - updated code to use ErrorReportInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1025 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5d4c5bd380ffe3b043103ff7fcf8d0eb404c89e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 8 19:05:17 2008 +0000 + + adding another error reporting implementation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1024 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30e4f758e6590a58f5bf49a2ca1f59178a96160c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 8 18:16:11 2008 +0000 + + - adding new error reporting handler code + - disabling categories view, since it's not that useful + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1023 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d445f4a36b9a9c705e356dcad58b1a4c420362b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 8 16:34:15 2008 +0000 + + - spritz: package categories code almost implemented + - entropy: added some faster search function to the database interface + - entropy: implemented some helpers for GUI apps and added some caching here and there + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1022 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e4879d65fa4e87d36fc7c8c938c73f92fc645649 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 7 19:08:30 2008 +0000 + + - added EquoInterface.calculate_available_packages() that lists packages available in repos but not installed + - added database function retrieveKeySlot which returns (pkgkey,slot) for the selected idpackage using only SQL (faster) + - changed output of EquoInterface.calculate_world_updates(), removed not neeed atom retrieval + - fixed other functions accordingly to the change above + - get all the Spritz Packages radio options working (you need entropy from SVN, packages queueing doesn't work yet) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1021 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 53274f3158f267452f5c8131fd17148fc4e0b4b3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 7 17:50:30 2008 +0000 + + - when syncing repo databases, always close running instances + - when opening server database, check if the db dir exists + - improved speed of EquoInterface.calculate_world_updates + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1020 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1bbf3ee87f93207fcc2235ed58f8607b2db62117 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Jan 7 01:33:45 2008 +0000 + + fixing smart applications generation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1019 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 51ffd5067fb3c61608397084c9b987f91c2f23a4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 22:30:40 2008 +0000 + + fix installqueue retrieval by smartgenerator() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1018 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cde791d4fa8fc91aa81743588abf4bd8b5b7156a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 19:43:10 2008 +0000 + + - implemented updates view and arranged some graphical fixes to not trick users + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1017 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9f2ccf4a99b70a2a827ae159eaee1553f275dcd5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 19:20:00 2008 +0000 + + - a small visual fix to equo search + - world calculation cache is now kept updated in install/remove functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1016 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5b12321edb3e107bcfb123ab6a61025f723b9824 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 16:29:41 2008 +0000 + + - fixed spritz search filter: repo and slot filtering are working, more will come + - started to work out updates calculation, which is working and updates are now shown + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1015 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 16e61e245f69ec6b67f7029b95fcdd918fcb42f3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 15:52:41 2008 +0000 + + - added caching to world calculation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1014 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2a1657f99a63a0e278b90c7ca9cc36f68be4969a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 13:44:50 2008 +0000 + + - added additional check to client database reliability + - added /etc/portage/bashrc used in 3.5 Loop 1 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1012 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6823618e82140f426cd4664a56c90366414aae9a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 12:55:52 2008 +0000 + + create neededtable if not found, even in retrieveNeeded() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1011 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f71a40e6458ca1fcccea7dbdd48eafdcef24d3b6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 11:27:44 2008 +0000 + + handle python 2.4 timeout exceptions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1010 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb18d9cea79abe4fc6bf20366b64fd4e4cfb2a6a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 11:13:54 2008 +0000 + + - fixed other files kept open because didn't have a close() method at the end of the functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1009 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f9e8a884f2807afbb24b7a9f93de93d624b2582b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Jan 6 10:32:19 2008 +0000 + + - fixed a nasty bug which caused entropy to open a lot of files during equo world without closing them + - updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1008 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f0d6be8d4d831d99338320535bac804253ecb3f2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 20:32:03 2008 +0000 + + disable yum profile stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1007 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46ba3cb2c0f79ffaaa74eb8c4a11ee260a22f35b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 15:55:43 2008 +0000 + + do not allow running equo conf as user + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1006 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f30dc9101a05a9d5c5f87ff7fca5f19727aaba1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:31:32 2008 +0000 + + tagging entropy 0.10.2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1005 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5c0d8a0376423c544b1c772bc81e8d3db822400f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:24:38 2008 +0000 + + setting right PIXMAPS path + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1004 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99021aa75eb1ef2d60f2868b9b370ff40292555a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:20:44 2008 +0000 + + fixing etpgui path + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1003 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit faae2be2ca1b8860adb78654a0b16f5cfad4f234 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:18:35 2008 +0000 + + another Makefile fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1002 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e0f8eb7555c08ce52fc1abc768466dbad4edbb84 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:17:39 2008 +0000 + + fixing src/ Makefiles + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1001 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 65c11f59b0cb7304254467511af51605c4c73afe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:14:02 2008 +0000 + + fixed spritz executable location + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1000 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 228a616ee54246c671757adbd5703f5299447d92 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:09:46 2008 +0000 + + fixing another thing in Makefile + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@999 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fe19d17f8606df29c222526b17003ea1df81f56e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 12:05:41 2008 +0000 + + fix Makefile + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@998 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ead2d666b43dc25bc27254775cd48b824fd251c2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 11:07:50 2008 +0000 + + - updated TODO + - fixed some wrong trigger references + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@997 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 118917dc581ef5018d264baf5edce27087941ebf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 10:28:04 2008 +0000 + + some major work on Equo/Spritz interface, something is starting to work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@996 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b481d9407ee5bc61fc7bbcb9defad8d153969db2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Jan 5 00:49:18 2008 +0000 + + - when installing a package, datecreation will be updated accordingly to the system date + - fixed few things here and there + - started to work on spritz packages search + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@994 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ad3faba1ebabc8b2fd02a02daed868399530a003 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 19:04:10 2008 +0000 + + - fixed spritz repositories implementation + - fixed some glitches in equo + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@993 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a205a498aa6866efe02ddbc6f14e6bae8b1bf3ab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 18:25:26 2008 +0000 + + - added spritz icon and artwork + - moved some stuff from yumex naming to spritz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@992 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99376073ba19de472d0e10180f5662761f3f149a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 17:55:26 2008 +0000 + + - moved triggerTools to TriggersInterface in entropy.py + - did some code review and typo fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@991 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d31b951029b87e9fa9c3e4fc8b7c6e10b9105845 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 10:31:46 2008 +0000 + + when selective removal is chosen, first ask, then do + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@990 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a50cc0e7ae9c75f6fd0bfa9aab8aca4f2a6b612 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 10:07:36 2008 +0000 + + implemented client db sanity check tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@989 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0be6aa87781f82ae4d0292952f91c055c9ca76fa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 09:32:04 2008 +0000 + + moved tbz2 files repository init to EquoInterface + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@988 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8de9263e5ca2e2a51cf6388690992309091c27b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 09:07:08 2008 +0000 + + - fixed a bug in quickpkg + - added an extra arch check when installing .tbz2s + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@987 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit deb025504d69578cb0910e1e3c62b6fb7db5a743 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Jan 4 00:29:15 2008 +0000 + + - moved smartTools to text_smart.py + - implemented download resume + - implemented download ETA + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@986 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e141047f007779a89a01b6e8078e19e13ca0de0e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 3 18:57:05 2008 +0000 + + - moved rssFeed to entropy.py + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@985 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd725fbd80b2802fa23874f9164984517e053590 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 3 18:52:20 2008 +0000 + + some minor changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@984 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit febbd60ab239f00d762a6190fdafd4c86a88a83d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 3 17:55:36 2008 +0000 + + - indentation updates + - updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@983 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3c7906e0a7e0b572af43c538d1fed0dfa374171 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 3 17:48:57 2008 +0000 + + - totally rewritten Entropy modules and interface + the biggest commit, ever + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@982 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9d4146aeffffd1609480d1752e7e66b2631588e8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Jan 3 00:48:57 2008 +0000 + + - improving speed of equo world + - fixed a bug with equo conf update + - fixed a bug with EquoInterface.atomMatch + - moved fetchRepositoryIfNotAvailable + - added getScopeData function to etpDatabase + - some indentational updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@981 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a440814f3a04b58d4f285ec565416b701ea4ba80 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 23:36:25 2008 +0000 + + fixing last commit issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@980 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9ea839f3f7e211beea610166620dd52dc382b5d0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 23:33:29 2008 +0000 + + fixing some misc stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@979 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 85d49163f919578b41aeebc4be3b92ec047701f0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 22:38:39 2008 +0000 + + - some misc updates and typo errors fixed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@978 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c29e2a7e5db313a8f64f2715db9335eea69c63aa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 18:00:03 2008 +0000 + + - indentation updates + - removed some useless logging and config files + - updated spritz~equo interface implementation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@977 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 446637da237c4192afff08bc5534b57165718d3b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 11:25:23 2008 +0000 + + - added another download mirror + - moved all print messages to updateProgress in EquoInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@976 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1432d118114cf97ed07eec421b58f81d48d92ce1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 00:59:53 2008 +0000 + + - updated triggerTools to use updateProgress + - misc bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@975 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 599e63aca8796c4f78f56bd25027f8c5697ef2ff +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Jan 2 00:35:02 2008 +0000 + + - say goodbye to equoTools, say hello to equoInterface + - adapting code to EquoInterface + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@974 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit db9b8cdbd7662d564cffccffdb4ec845e9924c11 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 1 14:34:24 2008 +0000 + + - misc bug fixes + - moving askquestion to EquoInterface (that is gonna be renamed to EntropyInterface when done) + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@973 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c168a44edf0fb473bd189b79be9689deecc6c26 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Jan 1 11:59:31 2008 +0000 + + - EquoInterface implementation improvements + - TextInterface implementation improvements + - uiTools has been shrunk in favour of EquoInterface + major rewrite at 75% + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@972 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d43fe6dea115e19f5a0b8d33c97c871812cc2cf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 31 10:49:16 2007 +0000 + + more work on the new EquoInterface class + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@971 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a25c62de2166654fbac0b68f1962b2d4e37f53b7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 31 03:36:04 2007 +0000 + + - imported most equoTools functions inside Equo class + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@970 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ebe5f3b0aabd9bbaa8453e191ea26b837f553c25 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 31 00:49:32 2007 +0000 + + - some updates to spritz + - started to migrate equoTools code into Equo class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@969 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f9fcc1f9d8fb4b436d187a359d129a885651b87 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 30 19:32:24 2007 +0000 + + - rewritten cacheTools in a OO way + - some bug fixes + - spritz repositories sync implemented + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@968 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 713cf848692a183357c99b10099fa54966445437 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 30 11:12:55 2007 +0000 + + migrating some stuff from yumex to spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@967 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 33e8e076f5eb332be623832c0b2b582c5d40716a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 29 20:32:41 2007 +0000 + + - fixed an issue with package download function fetchFile() + - updated TODO + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@966 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f70c20ca2fb9b8b13dab8d6ca3c2517ac93621c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 29 16:13:55 2007 +0000 + + more work on spritz repository sync code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@965 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a767a5ae8ffea5be425f8fece2bc47cd6553eb1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 29 14:03:48 2007 +0000 + + - reimplemented remoteTools downloadData in a OO way + - started to work out repository update GUI stuff + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@964 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7dff6719ba1f5ba3b1539a7295648bbb4f90b66 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 29 12:19:48 2007 +0000 + + added python-updater alike tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@963 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5f03d9db28c05060c47db2dc152abd6945742b4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 29 02:06:14 2007 +0000 + + - fixed few things in remoteTools and prepared stuff for OO transformation and parallelization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@962 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 34995bce943b165a0a76ebf54c5d85dace30efdf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 29 01:55:01 2007 +0000 + + - started to work out spritz dependencies and update repositories function + - reimplemented repositoriesTools in a OO way, creating repositoryController class + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@961 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 891a64f2a6f143d78881e0a107acb5981050fa75 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 18:59:59 2007 +0000 + + further work on spritz + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@960 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit af13aceba0666a6f78e6be325457639b9d657e5b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 13:31:14 2007 +0000 + + spritz now loads + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@959 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd519ec0be7710e0a9c4c33e70397a8a4305b134 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 12:37:22 2007 +0000 + + keeping binkeywords table structure to allow updates from previous releases + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@958 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42a2cfdd1540e58e9369f2effc525198d362c172 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 12:25:41 2007 +0000 + + importing yumex 2.0.2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@957 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c34067d3cbe3a64948d8b8ee8bd618f57a0e0928 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 12:23:39 2007 +0000 + + removing old efusion + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@956 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 735db92d569cab2a8417d3d5d4e5f27e731e62ca +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 11:30:54 2007 +0000 + + missed to remove code from removePackage and addPackage + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@953 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5feaf073f5cff2a1e0c2a58979edda469e6a5f93 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 11:27:03 2007 +0000 + + removed unused binkeywords table + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@951 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd85402c97818e48cf130fc29d72ee5fb7e0311a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 28 11:18:43 2007 +0000 + + - removed most of debugging stuff in databaseTools + - implemented profiles updates client side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@950 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0dae5c85b660b244a43d15f88dc727ae0192f09 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 22:00:40 2007 +0000 + + added support for slotmove server side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@949 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5749ad5ecb658dd4bc97ca75ca023ff0836fe86a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 21:26:44 2007 +0000 + + improved reliability of retrieveDepends + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@948 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b545e7a1adbef70a1b429de052c9e08fb46d57d2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 17:35:43 2007 +0000 + + - added expired packages support to --initialize + - added injected packages support to --initialize + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@947 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73e8370aa33c92650ebc57e5f3c67d695f949914 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 17:14:53 2007 +0000 + + completed packages move server side, slotmove will hit soon + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@946 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8ca3cba637cd5816aeb826e41e292fcf729b8bf4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 13:31:20 2007 +0000 + + a fix for previous commit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@945 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ca3c5a92cedc049b221f3ede41c23b99d8bdf52 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 13:29:47 2007 +0000 + + - improve getInstalledPackagesCounters() speed + - polished etpDatabase class by splitting code in multiple functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@944 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46afbf12cebab0742f80d9d4a0e962417921bedf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 02:47:12 2007 +0000 + + add a safe default timeout to self.connection + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@943 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 79ffb1646bf19864a8c93a79aa6b4f9750ed391a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 27 02:21:55 2007 +0000 + + - initial implementation of /usr/portage/profiles/updates/ support - entropy side + - fixed two bugs in atomMatch that caused to return invalid data when using multiMatch and when searching a package key + - removed logging from portageTools, since it's not needed anymore + - improved speed of portageTools + - greatly improved speed of atomMatch caching listAllBranches query + - removed useless logging from entropyTools to speed up execution + once updates/ support will be in place, I will tag a new release + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@942 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50aaf36ed63c92830098a82d910a0f131628dea9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 26 12:43:13 2007 +0000 + + fix gentoo pkg_postrm && pkg_prerm whose filled /var/tmp/binpkgs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@941 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit defb718ef934ac0b8b2d9b5c7f065621d0ca9fcf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 26 11:31:28 2007 +0000 + + fixed tables indexing when running as user + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@940 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3883a389403f71704a525dc3d492693d800256cc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 25 18:48:30 2007 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@939 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd14cd25bac72084f20daaf654551c0ddea04fa5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 25 18:23:22 2007 +0000 + + remove sys.exit() calls and raise exceptions instead + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@938 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c8f5bd0d0740ceaeae7b51e8d40647b5a0e3fbbf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 25 14:08:48 2007 +0000 + + - updated TODO + - improved dependstable reliability + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@937 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a4b5410e5dfd106bae28f86a678e59d217e21719 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 25 09:19:59 2007 +0000 + + casting item to str() in confinfo() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@936 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b2c55b7770fcadf6b4a2369f0decbcd2cab36df7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 24 11:33:46 2007 +0000 + + - updated TODO + - try to workaround another tarinfo issue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@935 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c351cc4d505934d7532763cd0d58a484ac5c0384 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 23 13:57:00 2007 +0000 + + fixed a bug in showdiff that showed updated file against installed and not vice versa + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@934 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6a48056cf9fe3e3e39fea39db9210ccbaa90e7d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 23 13:49:40 2007 +0000 + + speed improvements: + - disabled database logging by default + - cached linker paths in triggers + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@933 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 61e93075bb8a249c76d3d9f9d1aca1856edd68a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 23 12:13:17 2007 +0000 + + - fixed injected packages installation + - speed improvements on set operations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@931 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb2a098e31241b0ba45553686bd3e75c2b78b600 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 22 17:23:15 2007 +0000 + + strict check for scandata + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@929 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88f7c1d6455e32064422f7854c1dccc81a94f1f3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 22 17:16:25 2007 +0000 + + implemented a saner way to allow environ() vars down to ebuilds + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@928 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f86b19f8f728e1460d1d6c1f2b6d64f6db9befe3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 22 08:05:40 2007 +0000 + + skip bad utf-8 for users + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@927 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a55ee949da5c3b1aace50738b400b9220f70cbe0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 21 11:40:21 2007 +0000 + + daily set of bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@926 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cef951b23f8245ba76eb51d33b81d15e74188b5e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 21 04:01:07 2007 +0000 + + also add linux-info to pkg_setup skip + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@925 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f7db4525d8738da3f283c83437d62535180428cc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 21 03:38:36 2007 +0000 + + - added slot search query + - improved portage ebuild triggers + - added --nochecksum option for equo world and equo install + - parallelized package cleanups step + - usual set of misc bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@923 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a118b7d8f985294adc0c2d71f936bfaecf3e87b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 20 14:37:23 2007 +0000 + + - make portage_doebuild silent when etpUi['mute'] is set + - fix an issue with /lib/modules in extractPkgData that caused vmware-server to be tagged + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@922 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 03ccf1985a454bf7c83bf3f192d75533e1180f97 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 20 09:50:52 2007 +0000 + + - some nice improvements to --resume + - when gentoo post* trigger run, also verify if it has to run pkg_setup() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@921 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 101c79cbdde35ffd288c3bfe4a7d344b76a5d720 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 20 03:53:56 2007 +0000 + + fixing two minor glitches + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@920 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e8f06b1927e3eef4d14f8cce5ed3bce0f3988e59 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 20 03:50:03 2007 +0000 + + re-enabling a removal queue check + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@919 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1a1b663720c986ae4e8fbaf66a726143fafc4ac5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 20 03:43:26 2007 +0000 + + - added gentoo hooks to run pkg_{pre,post}{inst,rm} from ebuilds + - split unpacking action into a standalone step + - reorganized actionQueue dictionary + - bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@918 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 562bca8e6a59f2039512b6c3d9110e6853feee13 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 19 11:46:48 2007 +0000 + + fixing a spelling error + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@917 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6b2bf7a08c63debfc8e053f989d1fb3986606e17 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 19 11:44:04 2007 +0000 + + better handle conf files backup + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@916 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a14121224aad1ef29e80c9d5caac3623a09c3347 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 19 10:45:23 2007 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@915 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 86ca8cb74b8a1cbc37c1f06d354b5a4b579aa336 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 19 10:25:24 2007 +0000 + + raise exception if path conversion fails + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@914 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 96b6f5120b3ea3e71167161cab68b0ad7086890a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 19 09:18:40 2007 +0000 + + added queue progress to equo database gentoosync + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@912 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 49598dabcddcd962fe7b97c740b7c4b2a3a3ae58 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 19 08:40:16 2007 +0000 + + - added more human interaction on equo world + - added --ask option to equo database gentoosync + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@911 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4d4d2b6e25d070065903c202c4d37710ae14eb2e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 18 22:32:38 2007 +0000 + + fixing it again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@908 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b14c48427fbeb2e2d4300aa36e981b0837789f6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 18 22:26:35 2007 +0000 + + fixed equo update when client database does not exist + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@907 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e4628316fe0c4c7010759ab09eb84b7df69fc46 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 18 17:23:23 2007 +0000 + + fix kbuildsycoca4 path + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@905 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b12f27e25807e675c400c42baed74dbf37f4bc7a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 18 17:11:09 2007 +0000 + + - added kbuildsycoca4 trigger + - fixed a bug in gentoosync + - fixed a bug with maskingparser.py + - misc bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@904 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 676c337ab7ecbbca2a72b5e681ffc4e2a5f2953c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 20:57:39 2007 +0000 + + fixed equo database generate issues with non utf-8 files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@902 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c73edc53f9f52601a46a5fa8778649f8b0f735a2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 20:43:41 2007 +0000 + + fixed a typo in update() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@901 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32966a30afba26488d4e41dd2d7e71dfdd42e8c9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 19:13:05 2007 +0000 + + fixed a typo with equo conf update + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@900 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b0e305b1988514c2bd5f5ce7be06afc6d0102357 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 11:12:36 2007 +0000 + + fixed a small issues with equo command line + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@899 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7579e7587a83b4b25f94bd65a884482e85ca480 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 02:34:07 2007 +0000 + + fixed issues reported by anielkis@gmail.com in entropyTools.getNewerVersion() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@898 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e8442bf372d1ca018bbad3e8416b372437f8f104 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 01:46:18 2007 +0000 + + fix a typo in triggers handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@896 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6baadfa08f2276a1b33e675d20bda0e62e6587b9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 01:28:54 2007 +0000 + + redirect to dev/null + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@894 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d22d97db3d43656c574ca285980b1e68c48c91f0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 17 01:24:53 2007 +0000 + + fix triggers duplicated execution and added a workaround for .tar.bz2 unpacking with python 2.4 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@893 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ecd6eaa30e5e58409289c3601f94ff32bf2f0e20 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 16 16:17:09 2007 +0000 + + fixed a typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@892 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a188bbdcce6d6f729a90e5be994dfb9111f1c1aa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 16 16:05:57 2007 +0000 + + adding experimental removal filter and fixing last commit indentation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@891 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 58eadcbdc632eb2fa262110e8de8216979865f4e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 16 15:37:49 2007 +0000 + + added progress information about removal and fetch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@890 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0ccf902d429ff628f679737e2d2ed3a82271770 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 16 11:57:20 2007 +0000 + + added query functionalities to reagent + some spare bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@889 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 231a1484cdbd4f4ad4547706a22295dce98e107f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 17:10:14 2007 +0000 + + reverting some changes on the opengl triggers + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@888 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 294f394534b667ee463a69d761a2997dcb0d1eb4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 17:05:02 2007 +0000 + + fixing two small bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@887 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c11ee0c04a24efe43c26040199a50c24e5c58896 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 09:51:52 2007 +0000 + + optimized first fetch, then install + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@886 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec18aa8463b84c1c32585ba953535d09803b7cca +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 09:35:13 2007 +0000 + + in generateDependencyTree also check for key+slot so I can sleep better + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@885 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c76a708613752065cb44bd896342145b912d084 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 08:52:20 2007 +0000 + + new install behaviour: first fetch all packages, then install + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@884 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a532046ef44d7435624f5f8546f786342292b85a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 08:36:44 2007 +0000 + + added preventive backup of files overwritten by equo conf update + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@883 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fa5902c0fc3634e02a9f21912f47c67f60791121 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 15 08:13:20 2007 +0000 + + fix CompressionError exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@882 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 241d6329fde77ea6cddb9b866c5d58c8f7f51a7b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 23:44:25 2007 +0000 + + updated TODO, solved a memory leak with tarinfo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@880 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2fff550c421aba1288d017226e14a9c6eb533794 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 19:10:06 2007 +0000 + + support both python 2.4 and 2.5 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@879 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1cf2f80b4f7652651c28f8bc944b17faad5b200d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 19:07:46 2007 +0000 + + committing a fix for python 2.4 support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@878 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 815d0d066a9cc795f2f14c0ccb3640e15928549c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 18:33:32 2007 +0000 + + workaround for packages with no keywords set + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@877 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fa3b409c1008c7ad8425868e4cb4ebeaf61528ac +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 18:21:07 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@876 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 125fadce8464f5a672b91d1937d9717ad76aa5ac +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 18:13:24 2007 +0000 + + initial exception infrastructure ready and implemented + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@875 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 69da718d95064e0160adba39404b5d0dae83cafe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 16:53:35 2007 +0000 + + adding proper directory check to portageTools.getInstalledPackagesCounters() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@874 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9077cec3507212b51bc38e1ad484d2bdc5f26795 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 15:39:55 2007 +0000 + + added joost mirror and reorganized mirrors syntax + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@873 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42b32e1f171f262383d7512da48c2bfddc99c452 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 15:30:32 2007 +0000 + + adding dutch mirror + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@872 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 01c14a6396cf610109e0a209f54d76b2756d2ff7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 14:43:34 2007 +0000 + + massively reduced memory consumption + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@870 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 317f2365804d6a13dd56eb19680e27c1a2ad361e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 12:12:24 2007 +0000 + + added a workaround for equo upgrades + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@869 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f35699754ffb1811dd9ae67858ed4ecf2b2980d1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 11:52:13 2007 +0000 + + fixed some typos in triggerTools and reduced usage of garbage collector + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@868 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be9f5ded9c25294db3d7c098acb4657096e3b2d6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 14 09:56:30 2007 +0000 + + print more information when raising an exception + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@867 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46a1cda014d454bdacb6131058c60807ce9f0b73 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 23:27:14 2007 +0000 + + fixed a huge memory leak with portage+python + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@865 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c5cee17ed98387b64dfe1e49848152a8f7cba105 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 21:00:39 2007 +0000 + + testing some experimental code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@864 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 114d71d7035acf6de380241ed28d14c338817a1a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 20:30:53 2007 +0000 + + extra code cleanup + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@863 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4bdf24d1ed708b2e7f9475e283c285b8672f19de +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 20:16:10 2007 +0000 + + fix typos + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@862 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 64040fdb46eb37dd59b7580f9c7e7df89c00258b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 19:37:17 2007 +0000 + + code review done + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@861 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf72d20b83e2f5d74d40cd0e1acd562d4a96ffb8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 15:12:53 2007 +0000 + + testing a fix for self.items[key] + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@860 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 161ef2fbac5c0074a8361848066cca5c324539c1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 14:23:26 2007 +0000 + + updated todo and fixed self.items initialization in rssTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@859 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f0a8749553c8ab25f0152bc5bf9964c1ecfa97ba +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 14:09:59 2007 +0000 + + fixed an issue with rssTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@858 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 054b3a28a96478875b4e090fec1c28fd9839ab1f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 14:08:47 2007 +0000 + + - added preliminary exception library + - added a check for tbz2 files integrity + - added support for multiple compressions for tbz2s + - usual set of bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@857 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be55ab1263e1cc6db000d1184df568073a57fa57 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 13 08:06:57 2007 +0000 + + - updated TODO + - added RSS sanity check + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@856 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7f81d673c90f2f11a7e82829cfa59fcf414f65c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 23:46:05 2007 +0000 + + added a clean tool for multipackages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@854 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e87e26c33db3d8eec536444d4cb7fb83a15ca99 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 23:10:40 2007 +0000 + + switching to cPickle + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@853 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 100dafbcb2ff83f5d03937482a4b5575fe5d5ef5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 22:43:23 2007 +0000 + + - fixed a problem with activator and directory tree generation + - organized all entropy caches in a single location + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@852 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd799929a40772be327c184ae866dd2be6b921eb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 15:40:25 2007 +0000 + + reduce returnQueue dictionary to save RAM + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@851 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a4158657fb1e2219f3228008a68211de0c620c3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 15:06:28 2007 +0000 + + - fixed utf8 conversion issues + - delete dbconn class everywhere + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@850 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 60a00840395e270018e63fdc24692b7f61e8ecdb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 13:38:27 2007 +0000 + + testing optimized text_factory + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@849 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8d8d531890101d1f845e713ff2ee52b4bfa72a7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 13:27:11 2007 +0000 + + - fix for quickpkg in smartTools + - fix for atomMatch and revisions comparision + - fix for possible broken text strings in database + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@848 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1f179155dbefd8b16b81d84e898f109c6110a1b5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 00:33:33 2007 +0000 + + tagging entropy 0.9.10 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@847 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3317d1a62be423556b87d33a9d94c4194896d45e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 00:26:38 2007 +0000 + + removing old comment + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@846 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 847f7141d77d43a604e89dbb442be04f779ee2d3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 12 00:12:19 2007 +0000 + + fix python and sqlite trigger + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@845 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fdfb4252b7918b7a08593aeb85db9a3f373a4e53 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 23:21:04 2007 +0000 + + typo in function call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@844 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c927f3c5e94e471e4f028c3b086c9f3facd80b0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 22:40:21 2007 +0000 + + fix xpak module import conflicts by renaming it to etpXpak + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@843 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f9c4c69382bdb0821251528f000daf12baadfaa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 20:17:37 2007 +0000 + + raise Exception if returnQueue is enabled when attempting to install a non entropy tbz2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@841 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit abc5d281e19fb6985f5797f63d223ab874c59ae8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 20:16:08 2007 +0000 + + adjusting external .tbz2s install repositories order + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@840 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 217927ded99410fd5dfcf53c85cc39ca998464c3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 16:25:33 2007 +0000 + + detect fake tbz2s + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@839 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit edf1d7a49fe571a3167e4d620337a981b4156616 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 15:18:17 2007 +0000 + + - improved etpDbStatus scope + - misc bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@838 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5f56f53a2a2cb9b665583eb57664ca8b11749d3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 00:09:13 2007 +0000 + + rename etpDatabase to etpDbStatus + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@834 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 234dc6103b4999d3208981e4690c1373cb225297 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 00:04:42 2007 +0000 + + fix tbz2Handler function call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@832 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ae043f204b99efa8e77905def895bba592d666dd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Dec 11 00:00:52 2007 +0000 + + next time I'll test... + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@831 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4c4b9cf42806363dba107d0b1aca2f408d508277 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 23:59:43 2007 +0000 + + fix a stupid stupid stupid comma + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@830 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f4c24e2c66875a039936832531864ca98631cc2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 23:38:43 2007 +0000 + + tagging entropy 0.9.0 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@829 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 06ce3a745848c78ef53679a870b4ab76907be7ab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 18:45:31 2007 +0000 + + say goodbye to databaseStatus class, say hello to etpDatabase dict + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@828 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 995bc7038ceb12d36c65f291a7c1f9770febd5fe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 16:45:32 2007 +0000 + + workaround for readonly databases + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@827 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80995670bb1f3c545abc409f91d723273323dd00 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 16:41:48 2007 +0000 + + completed multipackage support server side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@826 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ae8a15ac38451e4dda89156d0fe09953ffff0e9e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 14:07:21 2007 +0000 + + added basic multipackages functionalities, must be exported to GUI/CLI + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@825 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5a21c9dcb285d06de5fc36109c3888d0459db3c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 11:50:33 2007 +0000 + + fix portage mypath + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@824 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d8ecd28f59ab81bf8b1dc8add4d090416d86fca +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 01:05:03 2007 +0000 + + fixing a small bug with searchProvide + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@823 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 369b92dee8f19bb6580a94c5b615992b245f903b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 01:01:06 2007 +0000 + + fixed a small typo in etpUi + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@822 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f7a18e641c37daa565fddb95a19f4e4fb48e044c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 01:00:12 2007 +0000 + + updated SQL syntax + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@821 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 703abfdfbb257ffd41db59c28c15b50b01f2e612 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 10 00:08:21 2007 +0000 + + update rescueTools to work with chroots + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@820 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8346236886f30dffa2c0f9c94fd2626f3f9bed6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 9 22:55:14 2007 +0000 + + fixing two small bugs in atomMatch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@819 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e20f99549e45b9de8311917df1837e57c575dd4b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 9 18:59:27 2007 +0000 + + updated confTools to work in chroots + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@818 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 067e8c81fd2abab83100bc4814b145b1dc9523b1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 9 17:49:06 2007 +0000 + + updates and bug fixes, preparing entropy 0.8.40 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@817 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 833af52a0944d2635f22928a120565cb90b8c9ea +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 9 12:29:28 2007 +0000 + + usual set of bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@816 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ddd7dfdf15297dd121e99bf9d52f1f6b7e83c2a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 8 13:20:30 2007 +0000 + + fix other two bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@815 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15c67e1dfeadf70fb67ea7d01b0d84f2d6f14b8e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 8 10:27:57 2007 +0000 + + update etpConst code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@814 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 549d2ddf547ee3cb92df2d561ae6220a1413ee12 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Dec 7 09:30:32 2007 +0000 + + definitely fix SQL queries escaping on addCompileFlags and areCompileFlagsAvailable + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@813 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e590111b3c700be27e1c7da392b645c4d8b2b1e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 21:00:37 2007 +0000 + + escape compile flags + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@812 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 889ec946179a6fe1602ae069f5d33c254595cc10 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 20:51:38 2007 +0000 + + escape compile flags + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@811 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8fb80295feaed6b7b7417140b9ebd172daac6adb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 20:40:01 2007 +0000 + + added a workaround for possible record issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@810 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e6e7d80ac0ee6d8c1ebfdb414191e30e6cca2024 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 20:30:06 2007 +0000 + + fixing two etpUi bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@809 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 285308f0dc73bb1af88a0c069349c4908d16cbce +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 20:11:06 2007 +0000 + + added a workaround to handle tbz2s without COUNTER + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@808 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 90fc0656627fda404dc0444e54a569abdafbad33 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 15:23:59 2007 +0000 + + chrooting support updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@807 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0a477c41278af7be218ed86e49de1e1cdf829f0d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Dec 6 11:31:51 2007 +0000 + + - switching to global vars etpUi to handle --verbose --pretend --ask --quiet + - usual set of bug fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@806 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ec173b50597481b377027c83859cc18f4bb2f1e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 18:51:38 2007 +0000 + + added the ability to use uiTools function to retrieve action queues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@804 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4e7ebfe41235dbc62721e0d9a2e0b7a3d123877e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 14:43:20 2007 +0000 + + small fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@803 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 41dc6d66df2392586da9c55a11421f58566ec3c5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 13:11:43 2007 +0000 + + disabling debug output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@802 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4521d488b9db8c2508ba342e97b56d18c54c9041 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 13:06:12 2007 +0000 + + testing upload calculation code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@801 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9b265e64998df41524c8b5fdf92ffdcea1369274 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 12:11:13 2007 +0000 + + fix print_info shake effect + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@800 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0c19d61593e559969402f864edd429fd40d03dd6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 12:04:51 2007 +0000 + + testing new line clean method + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@799 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ec48e49a9f503fc5f139c2c6c84370875916e0e7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Dec 5 11:28:45 2007 +0000 + + - fixed an issue in the grub trigger + - fixed an issue in the python trigger + - updated portage functions to work with multiple vartree locations + - fixed ETP_TMPDIR creation + - added a deep check when connecting through ftplib and internet access is not available + - check if upload dir exists before starting to copy files over + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@798 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50dcc564fd636693fbf0f5b84ed4b60719833a26 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 3 21:40:18 2007 +0000 + + - add /etc/pam.d to configprotectmask + - tag 0.8.35 + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@797 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2cc1d824d44e8c15ef828b88679d4b460f667d8f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 3 20:54:44 2007 +0000 + + - added more flexibility to reconnectHost() + - fixed remote digest verification handlers + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@796 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 790be2fc92afd2940e838788ec0824f0abf60f21 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Dec 3 00:18:56 2007 +0000 + + daily fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@795 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit abdd9110abdf78e4118275235cf03bf0b596410a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Dec 2 19:16:07 2007 +0000 + + - add temporary directories cleanup + - remove md5check from activator sync (useless) + - fixed etpHandlers initialization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@794 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ef1fd59a038b7e7e6ccced6b042ba8106c318808 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 1 17:29:35 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@793 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd4fc9f4bf650fb0789434a1537fbef7dd12a684 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 1 17:24:18 2007 +0000 + + - dynamic configuration handling + - some fixes here and there + - added filesystem root change support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@792 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c8e6b08f32d468c9655b2387ef21235e90ad46fe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Dec 1 00:42:24 2007 +0000 + + - fix a small issue with revision commit text request + - updated TODO + - added fix for removalQueue handling in installPackages() + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@791 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0174e7ca608b8b53fa167446f8a729eda797da78 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 13:04:59 2007 +0000 + + - fixed an issue with virtual packages matching + - fixed a small glitch with printing config_protect files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@789 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6d3bd5a6081e8f22a4630c0244bb943e50808380 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 10:48:34 2007 +0000 + + add some misc rss things + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@788 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 37fd7068f5a2339bb0aae432539fbbd937cab09c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 10:39:23 2007 +0000 + + fix RSS guid and add proper managingEditor + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@787 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3fa8de09f3a3f4525218e54e4d310856b67c7c60 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 10:30:15 2007 +0000 + + check if directory exists before iterating its content + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@786 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e91bef3190d1969b1bb58d63f03f438310d9dbc2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 09:52:59 2007 +0000 + + strip line to avoid weird characters being pulled in + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@785 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fca97daf3eda65a399028a597b42905e75421758 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 09:46:52 2007 +0000 + + add RSS max entries support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@784 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3a0318a9ebf4a443d606c191393c075f9474695 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 09:34:23 2007 +0000 + + - added commit message support + - improved RSS style + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@783 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4cef0fc7c3ef26e70efc4a7ef5057053da1e3b57 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 30 02:57:07 2007 +0000 + + added preliminary RSS logging - need to be extended + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@782 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 47b6e1824d9e6a33b0dca3af4a757e7ac1ceac45 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 22:06:55 2007 +0000 + + moved etpConst['branches'] to server.conf + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@781 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7d99033c1195a31c6cea558eed44089b594c601 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 17:02:33 2007 +0000 + + add another ftp workaround + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@780 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3cc8dde00b31b827bc6a3662e5e9d11009c40f56 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 16:56:16 2007 +0000 + + hopefully fix the latest issue with ftp directory creation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@779 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a22cd1565ff29376cfd71d72081b97483eab01d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 16:48:17 2007 +0000 + + - small updates + - fix packages directory initialization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@778 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 37b5e518923ede8331c565e9647a578bacd5d7d4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 16:38:04 2007 +0000 + + try to fix remote paths initialization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@777 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b13983515d7cd70194a38c08cb5e7dacd370de28 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 13:24:35 2007 +0000 + + workaround broken database when trying to get current revisions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@776 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 883a8a564a6c642f06c613b792ca48c3d569beec +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 13:20:08 2007 +0000 + + fixing create-empty-database again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@775 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3505f81696c0dcb1a30634d13ad0a8cf033f0b6f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 13:18:42 2007 +0000 + + fixing create-empty-database function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@774 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bb675707f066e675afd831ba918aab1ebc965c23 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 29 12:52:20 2007 +0000 + + - updated TODO + - added some misc fixes reported by the report handler + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@773 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 45fc794fc67c93ae59703cee290efc3bbfbb9c60 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 28 14:28:01 2007 +0000 + + - added package.mask support + - added package.unmask support + - great atomMatch speed improvements on both caching and calculation side + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@771 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 658dce2816b7928ab50fd7007c54be5bb87853e3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 27 20:02:05 2007 +0000 + + remove debug output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@770 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f993f47aebf1bf692a894f0a7529111e73528fa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 27 15:44:37 2007 +0000 + + updated TODO and small addition to openGenericDatabase + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@769 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3a8a59570d6d5f970fdf01180602f3717cb55169 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 27 15:01:56 2007 +0000 + + keywording support completed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@767 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 141a95ed211d1342a38178aa18b882a062cb7158 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 26 20:09:43 2007 +0000 + + - partially completed keywording support + - solved a huge caching bug, my fault + - added a temp fix for /bin/su trigger + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@766 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a9f834d698728579de569b73eb9b226d4b59071 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 26 09:17:41 2007 +0000 + + - strengthened upgradeTo verification + - implemented a better way to handle expired packages + - updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@765 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2ff6002bb13b946c1805a9ad7c45ad6cc632c14c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 25 14:31:42 2007 +0000 + + add removedList validation in worldUpdate() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@764 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 806eb29b8da0a8b501cedc70ab86c6feea617a58 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 25 14:22:55 2007 +0000 + + update TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@763 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb3b076a447558d3cdd8083d874a203d766f7b55 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 24 16:33:14 2007 +0000 + + - fixed /bin/su trigger + - added listIdPackagesInIdcategory db function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@762 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b320b1723cf8fb3fba4340b1dc8e0d805723063e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 15:46:11 2007 +0000 + + i'm dumb + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@761 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b06b4e5a57e8681caeb119964fbd17c68aa88760 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 15:40:41 2007 +0000 + + extend listAllCategories + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@760 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7705613532c48d916c4084a884dec2e2bf8b2d9c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 15:09:13 2007 +0000 + + - updated TOOD + - added listAllCategories db function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@759 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9f07782cdcfe362a67e29055f93b7601e28fb4f1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 14:25:58 2007 +0000 + + - fixed an issue with removalQueue "equo remove" + - fixed an issue that could cause to pull in system packages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@758 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b4d0c50450256ff41edecff15ddc9b80043724db +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 12:07:39 2007 +0000 + + - updated TODO + - fixing a bug with removal triggers during runQueue, wrong keyword inserted into dictionary + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@756 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b59688c42c90ad1abd6335e965cbeff62f51277f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 11:37:59 2007 +0000 + + added a workaround for old baseinfo table that contained 11 columns + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@755 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36021c4afbb70f1b833deae0572c5ca674376d69 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 01:23:41 2007 +0000 + + - added automagic download mirrors exclusion due to multiple failures + - added env-update trigger + - changed the way remoteTools was imported + - updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@754 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be2640c14afbf403531dbdb096a8897341146cae +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 23 00:39:15 2007 +0000 + + - added proxy support + - fixed an issue with os.rename, switching to shutil.move + - fixed few issues with database disk cache corruption, added further checks + - fixed a possible issue with loading grub.conf containing non UTF8 characters + - fixed an issue with removal resume cache corruption + - fixed an issue with database cache retrieval failure + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@752 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dfffa87660a96f2cea8c709e0070a56d999db08c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 19:23:08 2007 +0000 + + do not load terminfo if it's not possible + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@751 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a801228e7d5c4f3d59e566e9e1a434f9ade43448 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 19:18:51 2007 +0000 + + move databaseStatus class inside entropyTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@750 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fa9963db919de34cb182d59bdf83cfedd021460e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 19:12:27 2007 +0000 + + do not quit if conf files are not found + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@749 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be7f1b12396bd50ddbbbfcfe4291998e4be7a45b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 15:00:14 2007 +0000 + + index more tables to improve sql speed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@748 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 935568f0f1eb52e0ab444c1915e45f7d7dca0746 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 13:07:07 2007 +0000 + + tagging entropy 0.8.12 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@747 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cb2b5859bef72aa1df13237f9c26bc29669023cb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 13:00:54 2007 +0000 + + - added revision to package archives + - remove packages from mirrors only when they are expired -> etpConst['packagesexpirationdays'] + - minor changes/updates + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@746 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c0a49a60ddf8675de443d0df04f7701db30316cc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 21 11:24:39 2007 +0000 + + - fixed an issue with opening text files that cointain >chr(128) characters + - added eclasses printout for reagent database search + - added CONFIG_PROTECT_SKIP feature + - added java-config trigger + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@744 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b1e370de5e0c364d45ee861887feb63c9011d588 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 20 21:25:08 2007 +0000 + + - fix a bug at the end of equo world + - fix a huge bug inside dep_getkey for tagged packages + - correctly handle reagent update when tagged packages are processed + - fix a small equo conf update bug + - minor changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@743 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 936d27eb51733ff24209c9d8f443695a8403e213 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 20 10:15:28 2007 +0000 + + grub.conf trigger rewritten + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@742 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab68c5a942bed6418d713317d3f2b717767a562d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 23:39:18 2007 +0000 + + try to fix grub.conf entry removal + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@740 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0ace7db5b78992c53c5b1bd1ba07453eaf3956d9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 23:10:51 2007 +0000 + + better to not load cache when deptest and libtest are called + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@739 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82ed4ac902fcc51ddb75e318ab2f684cf9de3329 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 23:09:41 2007 +0000 + + - fix in databaseTools.atomMatch that didn't pull some virtual packages + - added our revdep-rebuild tool + - some misc fixes and improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@738 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5dddb23bf28390cd9df630f098594692e3b2c825 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 13:48:29 2007 +0000 + + - update dumpTools to use a while loop to trap CTRL+C + - fix tarinfo paths by encoding them to unicode + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@736 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 953a07c15775d9be5ffe53d524f6d9a7c4c1868e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 12:42:44 2007 +0000 + + - added --skipfirst function + - fixed some reported bugs + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@734 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6859bc1511477920a3bcf858449cf75bf960e0bb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 11:27:29 2007 +0000 + + - fixed uncompression of empty tbz2s + - added removalQueue validation + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@732 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a3245ad6cde91b0a2926b8600301d2c446fb130 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 04:11:19 2007 +0000 + + fix typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@731 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2295bde8f11e5a4140a10d5ea4122b5ffb5a81a1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 04:10:41 2007 +0000 + + create content index only for client databases + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@730 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3a643f70d8a45db3eb63244002abddd78a975ed6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 19 04:07:28 2007 +0000 + + - fixed a lot of memory leaks + - updated some functions inside triggerTools + - improved speed of content table by indexing the content + - added --resume support for remove,install,world tools + - removed memory hog contentCache (set()) + - some misc fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@728 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1d230629b1788b86f292a7557347201e2d691920 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 18 17:34:57 2007 +0000 + + fix two bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@726 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8874e4998d8aff39815aac6b2f74987aeed3e5df +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 18 16:55:04 2007 +0000 + + fix reagent path issue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@725 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f025b41443c31f61fe6bdc2397ec02c5eeb171e8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 18 14:33:40 2007 +0000 + + fix function call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@723 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3576d5e9a6f4295c8bcde0baada4ddfa53b588d5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 18 11:01:11 2007 +0000 + + - fix Joost bug + - added ldconfig trigger + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@721 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 00083fc75f55f43e38ff5ca3fe2eede61be628aa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 18 10:23:02 2007 +0000 + + - improved removePackage files removal loop + - beautified removal tool (not enough btw) + - some small nice improvements + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@720 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ad7a98692d3ff8e3e437dc2d478a08f30ae9115 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 13:39:46 2007 +0000 + + revert latest changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@719 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 56429de27e6017994193da52aa2f585ee6226cb9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 13:35:44 2007 +0000 + + now it works + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@718 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9673b92a001ee677ce59563b32bf9ae14b202fad +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 13:34:33 2007 +0000 + + another fix in the wall + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@717 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc55a7d54c992b111c4c4d6756ed0993faaaa4a8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 13:31:13 2007 +0000 + + two more fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@716 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 511b5f68ed8a67117ab708ceb294394d7f38dfe0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 13:27:33 2007 +0000 + + fix path generation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@715 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0665311a5becad38ab233d61a0c766724e22aa78 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 12:00:35 2007 +0000 + + update remoteTools stuff to support the new repositories layout + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@714 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f8e735e97905855f630f121dc61ef6af483b71e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 11:37:08 2007 +0000 + + we've moved paths + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@712 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6c709966007baf2eb3ef242fb2656df536855734 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 09:13:34 2007 +0000 + + add internal kernel trigger + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@710 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f8da59100c83919d3902b568ab3b8407d476ed2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 17 00:08:37 2007 +0000 + + - add entropy/equo to the system packages list + - fix bug inside databaseTools.searchDependency + - better clear caches after syncRepositories + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@709 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d63162b402a874da891fd6abe6a66a8785f89cdf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 23:51:22 2007 +0000 + + - add --noask option to reagent update + - do not use sys.exit inside a function but return exit status to caller + - other minor fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@708 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d997078f93c8630c02fcf3d7f788a6381f9b621 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 23:24:53 2007 +0000 + + only seek for virtuals if results is empty + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@706 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 755109af1c4bb90b1bd33d022f9d179b8e99e601 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 16:20:04 2007 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@705 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31302e0519e281ab46680d97e630190628628ee3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 16:19:18 2007 +0000 + + speedup removal loop + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@704 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f2f8167e66be20181871cf484f26a6e25c13eb87 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 15:41:47 2007 +0000 + + fix an issue with ~ dependencies and atomMatch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@702 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ffafbd3261ca662990e69a6117b0b812dca9405e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 14:55:53 2007 +0000 + + fix an issue in removePackage + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@701 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9fa03124fbf53333dcaedd2a0a065211f106340 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 11:52:38 2007 +0000 + + tagging entropy 0.8.5.3 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@700 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit db62d8d341baf7d44772cd5a211373613817b429 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 11:22:54 2007 +0000 + + improved gentoo counters handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@698 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a7c45ed1ceb2f0dbc4653d71862a151f09ea7d8f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 10:56:31 2007 +0000 + + fix a small bug with database close in gentoosync + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@696 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 026e7e42b7d96c3769f0d48a293d83ad55085376 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 10:23:08 2007 +0000 + + fixes for database content table encoding + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@694 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f44703cb8fadbca36dbd783db8b4d557d1ff7e80 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 09:26:36 2007 +0000 + + add stronger workaround for badly encoded file types + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@693 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d58f0c386f451afe740881bdd5d04d2b9b6923cc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Nov 16 08:50:12 2007 +0000 + + fix typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@692 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ceec919246446eed7ff9577c2751b45e86394d05 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 18:02:38 2007 +0000 + + remove unneeded countersdata table + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@690 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c6ddcbfafd4e25daa906010ad289ec52887af0f9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 16:55:36 2007 +0000 + + two fixes for the latest changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@688 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e9a057e0438da164a537a415924328f62fc406a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 16:45:07 2007 +0000 + + tagging entropy 0.8.2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@687 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit baca5b492d53857aa712eb6b53b631277470bcae +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 16:41:02 2007 +0000 + + add info at the end of database update + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@686 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ad53b759b463ff871755b71b104225a13ea2cbe9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 16:33:31 2007 +0000 + + - speed improvements for reagent + - added portage <-> entropy database syncronization tool + - added counters table management for entropy client (equo) + - some misc code review and bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@685 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e54c7df43afab65fb1a69e1e95c883c51a1ee31 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 08:31:11 2007 +0000 + + add --savedir option to quickpkg + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@683 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c579034e4dee62e461bf15559168cb59ba4be0d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 08:06:38 2007 +0000 + + some small improvements to equo database generate + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@682 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6e06c3cdae92bb9dbaa1cc66031d61e8814ee98 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 15 00:21:30 2007 +0000 + + update equo database generate + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@681 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2e7757a0ffa4b9e0f0e467309091404e8544bae4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 20:19:45 2007 +0000 + + the useless commit, ever + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@680 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b76e4d26cfb1e9f7f3635bb148a9c27a0b7fe84 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 18:05:18 2007 +0000 + + update deflate tool, add tag removal + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@678 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 71d122ec3647efb1512979a2ba5615a8789ccbdb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 16:34:16 2007 +0000 + + add extract smart tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@677 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48d5dd4285295a8f92b49e42a9f04be13f8a4cb0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 13:55:40 2007 +0000 + + adding inflate/deflate smart tools, plus rc = -10 when wrong command is typed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@676 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 462ea18cbc333abd142a2acb2926826e0b4ea582 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 10:54:29 2007 +0000 + + fix retrieveContent select + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@675 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 214263274ca04ca398c8ab587b53eca11dfd1c67 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 10:20:45 2007 +0000 + + updates to support new content layout + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@674 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d4b6d194a7e455d08f7f89477263b2ab5f96b880 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 10:18:10 2007 +0000 + + update trigger template and TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@673 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 65f910996a5659950142f099210761b23991d097 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 10:04:47 2007 +0000 + + updated quickpkg() function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@672 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1001b34717260771fb775eb0d62cc30dbe27adee +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 10:02:21 2007 +0000 + + misc changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@671 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 31e087df85fc35aaf8baabdb85b609be1cb49ba4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 14 10:01:30 2007 +0000 + + handle new content structure + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@670 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2576847254e631fb54ae4fca33c27f15066241ba +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 13 18:41:48 2007 +0000 + + some misc updates and fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@669 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6fc56293ebe7a63291e0af0e65000a9b8f72606 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 13 15:41:53 2007 +0000 + + add quickpkg tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@668 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0ce6dc6738c189c1ef24f4d6500654610f9cc8b7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 13 13:45:16 2007 +0000 + + do some bugfixing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@667 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88e34b8f6ceecada1a2ba76c28439ba4ba485744 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 13 07:22:54 2007 +0000 + + update two triggers + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@666 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e29077a1a8fe8a80d27de0c725e401f9d6121f7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 12 12:55:15 2007 +0000 + + splitting some libraries into multiple ones + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@664 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e55507bb35af7d3963a04b0d783350bbe4da7ce +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 12 11:22:53 2007 +0000 + + add automagic option to upgrade to specified release + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@663 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 57f4b6038047cd8d9d8f50ab3ab5d53662141532 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 12 10:49:31 2007 +0000 + + - created lifobuffer() class + - optimized dependencies calculation + - added depends handling of the removalQueue in installPackages() + - some misc fixes + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@662 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 956fa96e7b5d407c32fca67e7e1a10418d3d2859 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 12 02:43:58 2007 +0000 + + new experimental depgraph code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@661 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ad131c4c964109b79cbe82d484595f57fb2368ee +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 11 19:28:26 2007 +0000 + + fix wrong indent and remove debug stuff from mirrorTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@660 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 797d30babe6d357a18c25c9ae919412dc47cc294 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 11 19:09:46 2007 +0000 + + remove stupid non-free timeoutsocket library + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@659 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7b921f4d09f33d9ea0446904b3a6cfe4adbcebd2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 11 18:53:52 2007 +0000 + + reagent md5remote scan atoms in all branches + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@658 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d331c2caacc1534a8409e0e7bac792f0b2e26cd4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 11 16:44:38 2007 +0000 + + adding reagent tool md5remote that remotely checks packages hash + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@657 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1c2fe3f9515248b9db3513ab68470d0435486c6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 11 16:11:05 2007 +0000 + + modules reduction and various fixes/improvements + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@656 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 767ef9fbc7d33ea0100d7fbae13089f4efc67c43 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 11 13:40:39 2007 +0000 + + - fixed a various range of bugs + - implemented external triggers support + - implemented xterm title printouts + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@654 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0d9b8159d14429a1f0b39719ceda36c3bf445307 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 16:59:15 2007 +0000 + + fix upload queue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@653 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b26f6eeea6d2e6ce1ba94d2fe9b2b904cacab600 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 14:02:36 2007 +0000 + + two more bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@652 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 887807185368686a425ab1b2a10c5b5847e1732d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 13:53:46 2007 +0000 + + fix syntax error + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@651 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8175d496554de493ae4ee52808d0dd364ae8fce3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 13:41:53 2007 +0000 + + some quick fixes for quick bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@650 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2453e49a178d99446934b9edcac25579ed06974f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 12:00:46 2007 +0000 + + - fix openClientDatabase during 'equo database generate' + - first part of the external triggers support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@649 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35e0d2f74fd0abfaaf16bf3075b78be46786a285 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 11:14:07 2007 +0000 + + genial way to handle smart packages gentoo compatibility + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@648 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2de0b00569abb4ad36cd3c44686e5c191e41fa2f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 10 02:32:06 2007 +0000 + + introducing smart applications and smart packages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@646 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 637167dcb38ca106146b1df20529b8d8d0c7b66a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 22:39:33 2007 +0000 + + check for valid .tbz2 too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@645 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 633c5da5901e4ee548b9e7ada422225d2fee2748 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 22:36:09 2007 +0000 + + cleanup dirs when done + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@644 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit df42682d144b4f4fe3cae3a9f8003b8bcf70b2bd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 21:40:16 2007 +0000 + + another milestone: allow external .tbz2 installs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@643 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d5466c0b407a09898b3d7d306c75c2a5d123f80 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 16:11:49 2007 +0000 + + some new features: + - bz2 database compression + - counter updation for gentoo compat + - cached searches (just few for now) + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@642 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf218813b1974ac78f517d8ee956451ba3c67dff +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 14:11:16 2007 +0000 + + update configuration and prepare support for database compressed with .bz2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@641 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9607cdba2fc086020a1b20238e8b9c6efb1061d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 12:16:27 2007 +0000 + + general bug fixing and updated dependency sorting function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@640 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e60a7f27da5c549e6e8efaed848fa01deaa6659e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 8 08:02:23 2007 +0000 + + adding some experimental code into getRequiredPackages() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@639 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d295367eebfc22942deb8edc8305c0da3540ddb8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 22:50:26 2007 +0000 + + small workaround for --initialize + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@638 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a8b7e1f3782cc9166073ff93fc9b06f9883cc1a2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 19:18:06 2007 +0000 + + some fixes for entropy database injection + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@637 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5dfd225d3782a02039fb16d791eb8ef179ecbd45 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 18:06:00 2007 +0000 + + revert to old quickpkg() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@636 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7dd17451ada59d761c5cf51f8976b2520130e106 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 17:52:22 2007 +0000 + + fix another small bug with quickpkg + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@635 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4e694cac2a0a838f1ef5f9bf629b3772af1b9a9b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 17:37:05 2007 +0000 + + attempt to workaround quickpkg issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@634 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c15c9dcee1a7b15b00d050c8bf35e9e39fb5211 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 12:59:17 2007 +0000 + + some fixes for activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@633 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 07f4d147b0439293d1d0e5692a09e9a8f3f4c561 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 12:02:39 2007 +0000 + + adding some important fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@632 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35cedf66b62798404d042c7c916b1705a7681e2f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 08:53:12 2007 +0000 + + fix two small bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@631 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 994ac851b19ffd780436941e2ac2905bc552d0cf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 08:33:19 2007 +0000 + + do not use list as item + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@629 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f74b6de3fb29c1ef2790e3026c14de00a846e166 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 08:22:21 2007 +0000 + + tagging 0.7.2 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@628 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 775805c54f661771d32615aeb050e0b6cfa253cd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 08:07:51 2007 +0000 + + experimental new activator queue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@627 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8b1ee4828b9d33f3e57971df31096b8452cb9821 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 07:17:41 2007 +0000 + + fix another stupid typo error + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@626 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c61b060cb323fc5a0adf320dc2e90cbe0cec2766 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Nov 7 00:22:03 2007 +0000 + + extractXpak 500% faster, backward reading files is awesome + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@625 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 295b41aa0c811fa77ea20f79d3d21045e15c36dd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 23:04:00 2007 +0000 + + fix a typo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@624 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6fc48d5d75dd675a54d3ca66d0f1e5850a4e8ce0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 22:57:39 2007 +0000 + + remove set() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@623 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd8bb3a63b4f38906501692fac9a12d2dfd7ea4b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 22:57:23 2007 +0000 + + fix two misc bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@622 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36164a2636d1abd0a2ab467799647f769fa7f974 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 22:36:25 2007 +0000 + + entropy, some misc updates and interface cleanups + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@621 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0bae99c7dcf00c1b16547e8848e984f80fa29e1e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 17:56:20 2007 +0000 + + some misc updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@620 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 30b6872fb43ab3bd3313cc78f9a7faaace632ac3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 08:31:08 2007 +0000 + + some speed optimizations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@619 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0f3b4ace2a3e5a53161ed53b5afbd95aaf33a20 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Nov 6 07:50:40 2007 +0000 + + updating garr.it mirror url + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@618 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8ec58633f1d7faf065b789e5cff748c13de9590f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 23:13:36 2007 +0000 + + extractEdb, a way faster than its predecessor + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@617 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 813f1fbdd8c3232573c1e52b7b0656b79494fb9e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 17:00:31 2007 +0000 + + some minor improvements in atomMatch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@616 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97886f8f8bcd173bc8967d5991d80548c8beb2c7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 14:48:29 2007 +0000 + + more bugfixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@615 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67a8d5b89b276ab2b7983a626a15a4b78edbde33 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 08:56:49 2007 +0000 + + disable xcache in reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@614 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9e20f11f6a70179ff6fe17f8e276fa637b25ac62 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 08:56:00 2007 +0000 + + misc bugfixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@613 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b89aaa448ef133f7bb68d1143d38fd2e7645197 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 08:45:44 2007 +0000 + + misc bugfixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@612 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 19f9c9d1a13d5dff99fd1149fa743a999465d116 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 08:34:50 2007 +0000 + + misc bugfixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@611 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b60008ffd80a17cfef6d6c8ed14e7546f4f285e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Nov 5 01:49:05 2007 +0000 + + some bugfixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@610 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6890753fcfc65b5de40d95739683a20a2ef33eda +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 4 18:09:27 2007 +0000 + + remove stupid sys.exit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@608 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 664bdfad4e8608844fdc2986f30ed68f16d2cc20 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Nov 4 12:37:50 2007 +0000 + + - database optimizations almost complete + - on-disk cache maximum size check added + - prepared external triggers database layout + - a lot of bug fixes and code review done + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@606 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 523e9bafebe5c3ff1877c8135cd7455a004da8fa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 3 16:56:47 2007 +0000 + + equo: a lot of new things, break backward compatibility for good + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@604 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 319ca418d967e7fed5c1b67983ca91b77807f5f0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 3 02:38:13 2007 +0000 + + switching branches to a versioning schema + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@603 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 480d0a62369213bd6a775e7811d5310b4056cd08 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 3 02:13:16 2007 +0000 + + fix conflicts handling and minor bugs in activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@602 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c01e4758308f563aad2bb1ce5c959d41a88d31fb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 3 01:51:39 2007 +0000 + + first set of fixes for the new SQL queries + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@601 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f765252ff212cb91e04ca2eb0cd937d4bb219b0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 3 01:37:19 2007 +0000 + + a lot of work is taking place, something could be a little bit broken, please be patient + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@600 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82e5aa96bcd4f92572c4536eba1fe7b50434c2eb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Nov 3 00:38:43 2007 +0000 + + iniziamo lo speedup sql + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@599 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cbf22180b1742930a709aec2251c94d2361c357e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 1 14:43:37 2007 +0000 + + - fix configprotect bug + - fix possible dbCacheStore uninitialization + - log collisions in equo.log + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@598 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0e842c762f1e462463349b96c0908f2120fec6be +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 1 09:20:02 2007 +0000 + + - added needed query + - better showing of run queue + - speed optimizations in generateDependencyTree + - added libraries breakages reverse lookup + - started to write faster SQL queries, more will follow + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@597 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8f036f5c908d7c0eb9d281f855d8fab0efa4de83 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Nov 1 07:08:42 2007 +0000 + + fix a bug with confcache and add gconf schemas installation trigger + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@596 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f3671a179eb8da45a49ef6f562b4d7404e3d687c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Oct 31 15:18:09 2007 +0000 + + fix on-disk caching stuff completely + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@594 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb2e276613a5660fa380990d7cc1423cc25081b7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 30 19:12:01 2007 +0000 + + added EAPI1 support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@593 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78a5456d3c44356c9fac12ebdfca1e29b3817cc9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 30 13:40:57 2007 +0000 + + tagging 0.6.5 release + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@592 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7038bd49dd6cedad808924627ae73acf4a8a307a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 30 13:35:34 2007 +0000 + + completely rewritten on-disk cache infrastructure, 500% faster and much more clean. some misc bug fixes too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@591 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4d4897d6abc5cf208f913f7886ad5cdb6c6c4cbc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 29 18:48:19 2007 +0000 + + add support for 2.6.23 dolvm boot option + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@590 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f462af47301d6f09e835a28eb5729822057b2c83 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 29 18:41:44 2007 +0000 + + - new triggers for kde, opengl, kernel, /boot + - new on-disk cache infrastructure for equo remove + - misc fixes and speed improvements + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@589 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8aea92b55053530f5f4b800f9691bb1ae190c437 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 28 23:50:26 2007 +0000 + + adding caching to 'equo remove' + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@588 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9265d2b1d8870a5ab5d639f66bf8c02f4c1f70e2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 28 17:45:26 2007 +0000 + + only trap LOG messages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@587 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3349ac78269bb6cea82f2e0d30ba72c2d141458c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 28 17:35:29 2007 +0000 + + fix some database bugs introduced by the new needed and eclasses tables + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@586 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 00cbf8622182d0e4972ef8003ad5cfd8f9002c30 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Oct 27 18:03:15 2007 +0000 + + fix two small bugs for the backend + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@585 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d8a10ad21905b4b2f764d7212c0badec4ca596d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Oct 27 15:14:11 2007 +0000 + + create missing tables if not found, this will be removed in the future + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@584 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3eaa42245ed47e8fef9ef90fd71887b066e4a02b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Oct 27 15:10:55 2007 +0000 + + extending Entropy database with DEPEND and INHERITED metadata - this will break equo until I upload the updated database. Also adding logging to Equo install/remove functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@583 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5a4696eccdd166e6880cae90f17a74cd03e82a30 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 26 18:33:59 2007 +0000 + + updated todo and few nice fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@582 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b8dff8ee42b1b9301de3712d40ca949ea707292 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 26 07:47:59 2007 +0000 + + update entropy TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@580 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73088e54c19eca4530db12218dae2e8def88db96 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Oct 25 09:02:52 2007 +0000 + + fix diff generation and generateDependencyTree() inside deptest function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@579 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 124e1b06de44ee655f814b1cab120a6b84169259 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Oct 24 13:01:32 2007 +0000 + + fix a small issue with config_protect + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@575 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4f3b9345699a2e458a2966e5f63addd45935bf62 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Oct 24 08:01:17 2007 +0000 + + also collect cache for complete atoms + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@574 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5c00ffba769b1e0a7e553779414f89640f400126 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 23 20:55:24 2007 +0000 + + add on-disk cache generation after equo update + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@572 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 94180c809a24ffb4f2187399c59e648826405f42 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 23 18:37:42 2007 +0000 + + introducing on-disk cache handling tools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@571 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 55bdd889fc985adb27389737132ee2da94c34f7c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 21 11:34:40 2007 +0000 + + fix a syntax error + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@570 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c2a4c1f2e1174b35fa3bca649075679669c88141 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 16 17:05:51 2007 +0000 + + introducing On-Disk Cache + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@560 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35233dc5909c6fd93e02963803b93eb6d59e0fa6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 22:51:04 2007 +0000 + + some minor updates to equo conf update + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@559 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 985476123143ea293d3143e2df9b78da3bcb82c2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 18:34:42 2007 +0000 + + improve equo conf update speed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@558 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 56c8b66235fe926f3dab4fae5923d22396e9568a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 18:12:23 2007 +0000 + + only use cache after the first run + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@557 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b85bcc74c53f11641505847d343ad16ef54cfa29 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 18:07:19 2007 +0000 + + equo conf update (etc-update) has been completed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@556 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eed08133ed341511747065826df6b4e173f36564 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 07:35:54 2007 +0000 + + etc-update tool is starting to take shape + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@555 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d6f1288eea6098299fb52e0777ef0c3f5b17ee7 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 00:35:38 2007 +0000 + + strengthen getInstalledPackages() and fuck Radtoo :P + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@554 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e93063036adcc708a3e1461d0647414184fdd62 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 15 00:14:14 2007 +0000 + + fix len(scandata) == None + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@553 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d67ccd8fc6cfeccf82f7dbbd53f55f613b12efe1 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 14 23:52:36 2007 +0000 + + these are not needed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@552 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb81179fdca67b926da0b65984244d9d155793a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 14 23:21:52 2007 +0000 + + add binary python libraries + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@551 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd1158378de4343f93bd3c6e5587db4ecf00ebfd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 12 20:43:14 2007 +0000 + + all the critical triggers have been created + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@550 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c3093086359a9f24fee81191061e87e0bfa38acb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 12 08:27:49 2007 +0000 + + added kernel modules and python triggers + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@549 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 82ba56d634eeb3d8d8181d0f1540bedd5e48c54c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Oct 11 22:43:37 2007 +0000 + + add moduledb and gconf trigger + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@548 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6252c1b2a9ba07b3b89c6c5e69674bcae4baec00 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Oct 11 07:12:31 2007 +0000 + + adding trigger for mime,shared,scrollkeeper database + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@547 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1ceb8beae0695fc8468f75f7b689bf7b7903802f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Oct 10 23:39:34 2007 +0000 + + - completed elog infrastructure + - implemented messages support inside database + - implemented messages database API + - wrote postinstall preliminary infrastructure with fonts,gcc,icons support + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@546 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b3952df5de26894b128f2fb14fb2e2a23e1f983 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Oct 10 18:50:49 2007 +0000 + + starting to merge postinstall triggers plus a working disk cache implementation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@545 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bcb9eef60567cfde0e53bf7663be37e47d175167 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Oct 10 09:28:52 2007 +0000 + + update TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@544 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d52532eeda809176e87d07340ad7588a214695cd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Oct 9 21:43:48 2007 +0000 + + add to svn:ignore *.pyc + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@543 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed2b4f800b42ad48ef101e24703478e9cd9a00a9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 8 20:11:25 2007 +0000 + + fix import queryTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@542 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2b0ab3be31daeaa7f702542525d8696976539aaf +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 8 11:39:21 2007 +0000 + + huge speed improvements and some other stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@541 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ab2b0c8182ebb8c3f8664108ccc52395e85fc7a4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 8 08:57:36 2007 +0000 + + add dumpTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@540 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1eeadd685868acbf1bf724250b3b4203c2c4e4a2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Oct 7 11:01:10 2007 +0000 + + introducing configuration management tools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@539 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8169d32aa9688dabea5d4292aa7833637c6aca27 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 16:35:10 2007 +0000 + + fix another nasty bug with CONFIG_PROTECT + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@538 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d8d73ff83d3e109e1ec37a4cc49505b5a47b71e6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 14:34:15 2007 +0000 + + fixed TFI + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@537 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 69e2a243d8df369e820f9f589a27b075cb1aeb41 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 14:00:35 2007 +0000 + + some workarounds for buggy content + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@536 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e4f19eef999e222cd400cb87256958673380f77 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 12:40:54 2007 +0000 + + add missing removeidpackage that caused world upgrade to crash + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@535 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b9121150a90671f9f7b8d6bad433f3a1263980d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 10:46:03 2007 +0000 + + remove debugging output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@534 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit db1bd35014ed0b111d6f3a05860c139dff3c1192 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 10:44:09 2007 +0000 + + consistent speed improvement in deps handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@533 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cde0f66bdd8e4622d0a6f08dab108961bf78ce59 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Oct 5 08:22:03 2007 +0000 + + CONFIG_PROTECT stuff in place and enabled, yay + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@532 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd0adf84d474a9ed26ec27bc8b253e4cdf467f3f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 1 08:26:52 2007 +0000 + + format repo output better + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@531 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e4502f5f2ea0a54757a473c8a341b6c46152a0b9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Oct 1 07:55:26 2007 +0000 + + fix status + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@530 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5f90176f34f391a026196ec5e8b0b7f08e69126 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 30 19:05:36 2007 +0000 + + more work on equo --info + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@529 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 90ae06bdd1e827ce183ef40f65f8a2d37a88b011 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 30 17:24:18 2007 +0000 + + first surrounding work around CONFIG_PROTECT support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@528 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6d92e50775386d1ee78c0808719c35f94fb666b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 30 16:33:10 2007 +0000 + + add revision info and fix a little bug + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@527 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91a3bfbbc5786a114b4fca490a94fb8373a8969f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 28 15:29:57 2007 +0000 + + fix clientDbconn call in removePackage() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@526 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d4d87e7ca58fa90b6129330f2fd099a2b9cb01e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 27 21:10:09 2007 +0000 + + more stabilization work on the collisions protection + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@525 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1152a94752b4cdf8c57045e46b342d3694ec262d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 27 14:46:36 2007 +0000 + + - completed world function + - reorganized step executor + - fixed a lot of bugs laying around + - completed a lot of FIXME + - we are dancing... + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@524 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4edeff9f300ca9674a9105f66e5f2ed27b1f21ba +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Sep 26 11:19:26 2007 +0000 + + - support removing packages when more than one slot is found + - grow the polling frequency of the download speed info to 4Hz + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@523 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e690fab8c56445cfde8c8a18e4790c41439b00f2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Sep 26 08:28:29 2007 +0000 + + add file transfer speed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@522 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32f3c024a6c5845dc5425abd4e10a7ec142715ab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 23:31:23 2007 +0000 + + last updates before going to bed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@521 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 031751d82acceabec29db6bd94e64e38ca28bff8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 22:00:16 2007 +0000 + + remove old generateDependencyTree() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@520 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 76b650ca10d9956012d81e74d82bc61e377f1b70 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 21:56:48 2007 +0000 + + more stabilization work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@519 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit be8f5eb165ecb32cbb719d59289d1d22d604aa34 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 21:21:58 2007 +0000 + + rewritten dependency sorting function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@518 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 103d356d09547e3f2c47630a39bd528bcc91722b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 20:11:45 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@517 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88c421cc9685877d6e330eb29058237703706a53 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 20:11:04 2007 +0000 + + move to queryTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@516 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0651da88b861701cb2cce7e272a8d137b3e26a39 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 25 14:42:16 2007 +0000 + + first run of the world function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@515 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de568e85af201d1983516c45363afdf7b97e3f8d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Sep 24 23:13:22 2007 +0000 + + fix a small bug in atomMatch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@514 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 99562ffa25ac3b2ce890f6ff062236a62af098bc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Sep 24 19:56:49 2007 +0000 + + fixes for reagent deptest and continued work on the world function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@513 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e572544964b622a33bb14ec331b3d8c6a6d19dd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Sep 24 14:18:49 2007 +0000 + + more work on equo world function and some huge bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@512 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2acfabbe08dbfc801444c3780b99246365b7684c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Sep 24 07:33:03 2007 +0000 + + some minor work done + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@511 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 791230c85509b31b8eb173133f1d403027e63f21 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 23 23:35:10 2007 +0000 + + more work on equo and dependencies matching + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@510 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ff048c0b9d81d49adea01b6d093a030a3096885d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 23 12:49:44 2007 +0000 + + more fixes/updates for equo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@509 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit af16137f79715bcbf7476f337e1e7c2460e69763 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 22 18:23:10 2007 +0000 + + now equo is starting to work again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@508 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1b5e9b758d97ce35da1e5e4972f9db2e8bbbc55a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 22 13:36:29 2007 +0000 + + fix datecreation conversion + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@507 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fead680831bb7f47c047355ea6404bffc836d5e5 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 22 13:16:19 2007 +0000 + + xpak handling and entropy database extract/inject functions in place + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@506 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 733a51c8a507136c45eecbfa2e0384836851d01c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 22 06:36:16 2007 +0000 + + tidy procedure restored + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@505 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32b71e6edcaad31ffbca5be91421fec9d6447d36 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 21 22:39:49 2007 +0000 + + more stabilization for the new branch code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@504 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4769fbd5ac13a4d5d8913ed9aa58539b332ba190 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 21 19:54:19 2007 +0000 + + only pull RDEPEND if possible + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@503 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d6d88d52f0ddb769e38988aeb18577d870751fb0 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 21 18:53:46 2007 +0000 + + stabilization fixes for activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@502 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb4735535f44b70d457c5c36dd061053d3e64977 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 20 19:47:39 2007 +0000 + + updated TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@501 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 98d876978dcc1503ec2cc6a66b1debd2fdcb44d8 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Sep 19 22:37:06 2007 +0000 + + some updates to support the future branches structure + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@500 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5dce8b55fd67aa612ccdda1303530768195817ee +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Wed Sep 19 21:47:21 2007 +0000 + + more work with branches structure + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@499 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 47ee5aba4409416481e8bddbb932aa3bd11c6cfa +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 14 05:14:30 2007 +0000 + + two exec fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@496 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f762d2dd5842f280cb982fc817f8cf176260ccd +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 13 22:52:57 2007 +0000 + + first work on the package reorganization + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@495 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88a112f60ef44565ab79cd0b9cf8b96b9cf6be5a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 9 18:00:43 2007 +0000 + + say goodbye to enzyme, say hello to reagent update function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@494 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b7f1beb33520d7ff6483791ddc83fa830eea7e28 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 9 13:50:23 2007 +0000 + + fix getInstalledPackages() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@493 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e3775309db3e832e34c4372f570781ae17451642 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 9 10:48:16 2007 +0000 + + reorganize stuff, move atomMatchInRepository to etpDatabase class + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@492 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e844836dbfd23985f017e2d447fefb796c2db896 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 8 18:05:18 2007 +0000 + + rewritten reagent remove function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@491 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b6784ad50e6f40ab633509f940d5e92f9f13c5dc +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 8 13:48:50 2007 +0000 + + some updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@490 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ad56e837a355d11bea77045e53412ccbc926433e +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 7 09:51:05 2007 +0000 + + fix a bug with dep_striptag and introduce list query + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@489 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7fd7038ea80ab775749246595d36397f74a635b9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Sep 7 06:28:17 2007 +0000 + + add a further check + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@488 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 72c4a35c5e3e55b5921d1591212d36cf513505d2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 6 21:54:27 2007 +0000 + + speed up removal print + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@487 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c6274c7e4a5ea805e140e1e7021630f5ee3385f2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 6 21:50:31 2007 +0000 + + add --deep support for the removal stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@486 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1778f4943f42da798191c390f56ac20f75948690 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 6 21:44:22 2007 +0000 + + add removeatom for removePackages too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@485 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 46620898c02bae4c4af0ecf2eee223ba668d121c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 6 21:04:49 2007 +0000 + + check if dir exists before iterating + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@484 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1121190c3d7e449674ddd9275769339e4452ad5d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Sep 6 21:03:18 2007 +0000 + + two fixed reported using the report function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@483 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1fbf8bd7b47580f0ce01dd62d836aec852d29ab +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 4 16:41:41 2007 +0000 + + moooooooooooooooooooooooooooooore speeed uppppppppp + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@482 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f6720b58757c1100056e666550f211e35d4b854 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 4 08:02:44 2007 +0000 + + added mirrored download + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@481 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74556d96e7971524f774396241073d4741f94884 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Sep 4 07:53:06 2007 +0000 + + update handlers + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@480 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd7b7ebc296fd3de5addc934b5a010c73eb782ca +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Sep 3 17:00:24 2007 +0000 + + fix a small behaviour of the database generation tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@479 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cc174703c02376c9d641528888478d8203a7e27b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Sep 3 14:24:05 2007 +0000 + + fix equo as user + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@478 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dc278007b7d4ea29320b87d1db1408d01cceb8ff +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 17:48:38 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@477 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b8897209b5a5b441d0d4b050805b8fd7f3801b7b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 17:47:16 2007 +0000 + + first spot of the world function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@476 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c1fa5ce3501cd5f9f20c2f4f1a8bdfee9b5b083 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 16:50:27 2007 +0000 + + now rework completely handlePackage and updatePackage to eventually work properly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@475 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fe259dcf40f59a44b432a8f4b16579ff2fa60b21 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 12:07:27 2007 +0000 + + and then add size info + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@474 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a1352659caf688913a8e8af24d699957bff40d08 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 12:05:57 2007 +0000 + + create sizes table if it does not exist + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@473 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 984dd1f7f5d0147ed6cee5ac663c84a700e74209 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 12:02:33 2007 +0000 + + fix colours + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@472 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b9f9e1181aa98a3724be49c1e917d3b876f85c2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 11:43:05 2007 +0000 + + fix dependstable stuff for the server part + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@471 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ebf07f64e967fd202544c089d389402ebd96cea2 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Sep 2 10:52:20 2007 +0000 + + add dependstable support to the server part + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@470 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5c12400174e773114c6dc3e727909a0b2f684c26 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Sep 1 17:05:21 2007 +0000 + + some more masked directories + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@469 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ace585e304d1356fa6842f855098ef579a53b5ae +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Aug 31 22:50:28 2007 +0000 + + added on disk size information + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@468 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 57481e54c3c79f0e149d9721cfb8d3098a5cd606 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Aug 31 12:08:05 2007 +0000 + + some more work on the deps + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@467 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1655fdaeff96189416470fd0747a506b3e424b65 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Thu Aug 30 14:14:03 2007 +0000 + + fix a small issue with dependency tree generation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@466 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 420362c1f2f791ce54460e330d3bd3825d5439ad +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Aug 27 07:52:22 2007 +0000 + + fix an issue with content table + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@465 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 857af3abc0dbf8f3d000b0286768556ccba10b0a +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Aug 27 00:26:01 2007 +0000 + + more bugfix, more completion, more more + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@464 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f3f709f0d97b2c8705345f43272d026bedf044f4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 26 20:45:30 2007 +0000 + + some more work on dependencies and orphans function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@463 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c909dfa383a4275648660a9402494ab67780f907 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Aug 25 16:32:43 2007 +0000 + + say goodbye to getRemovalTree + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@462 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f3ef86bc1aa4de3d9f6f994754da76335ce05f9 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Fri Aug 24 23:44:43 2007 +0000 + + now depends search works like a charm and it's really solid. added depends <-> atoms relation table, might break some installs even if I handled this case too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@461 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 581720001ab62df6134c11dfc2038533c86e5dd4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Aug 21 08:24:56 2007 +0000 + + some slight changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@460 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ff89438d1c7c5624ca43cffeccf7e42a9cc373b +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Aug 14 18:03:50 2007 +0000 + + fix some stupid things inside portageTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@459 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9bb5601132f65f29c7142bcba0a78f3abb7babfe +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Tue Aug 14 17:59:37 2007 +0000 + + optimized use flags generation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@458 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cbbac53c94794a8d8dab5c819e71d0508e7d7728 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Aug 13 17:04:17 2007 +0000 + + client can now also search provides + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@457 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd3f5f43560d024d64d5b6d5cdeea83d5b7fa728 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Mon Aug 13 16:44:41 2007 +0000 + + some work on enzyme, portageTools and equo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@456 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 86810bc839736d7200cc2a961b86b9bbfa608c9d +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 19:06:21 2007 +0000 + + generateRemovalTree() now skips system packages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@455 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 567d2201b6db49a0f91962a6826683636834fda4 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 17:57:07 2007 +0000 + + some fixes for activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@454 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d54d5011a5d158f4262db01ffb3f7d67ea500c78 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 17:55:56 2007 +0000 + + some fixes for activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@453 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 462aef699fff1ac39655491db6c12571aad53e11 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 17:35:38 2007 +0000 + + some fixes for activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@452 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7142628de3ad9075dd2c9910f9813734b0f6b740 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 14:14:16 2007 +0000 + + add sys-kernel/linux-sabayon to system packages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@451 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d4dff446ff03018480b6af34b8790138a60b7eb +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 13:22:05 2007 +0000 + + comment out print + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@450 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 49123e8095534e9209a3288659af4aebf4ef9479 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 13:15:37 2007 +0000 + + added removal query and structurized removePackages() that should work now + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@449 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1008d941e5edcf9aa85e6a5ff91c3affab5bb131 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 09:13:42 2007 +0000 + + handle files sync better and continuing to work on removePackages() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@448 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 43d709cc673ede4d41c134ef1007b53fb92ac965 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 08:36:16 2007 +0000 + + completely handle package install + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@447 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 369c2bd32bd6e5988ca79074d6fce3346bc17b9c +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 08:07:11 2007 +0000 + + checksum fetch disabled + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@446 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c0483d673c368b0854108113126a5f8abf33364 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 07:58:08 2007 +0000 + + first remove from portage, then remove files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@445 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4302e12162a3f73f098dcd94d710865b29566f52 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 07:31:49 2007 +0000 + + add removal support for the install function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@444 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ae5b224ddda70fc4c14b349cb92194c60a2afd3 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 06:36:57 2007 +0000 + + also handles slotted packages when used with install + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@443 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 979ed246d4e043cb2aba2f7dc010b846eb529e92 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sun Aug 12 06:25:25 2007 +0000 + + critical fixes to installFile() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@442 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf6b205ab463112046c1cd1cadbbc393c7aa9664 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Aug 11 19:15:11 2007 +0000 + + fix a huge issue with category sorting + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@441 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea76618d3fdfd657af4c407668257ff8a148b379 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Aug 11 18:40:22 2007 +0000 + + do some fixes on equo database generate + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@440 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 564964807c5b3a8a875a4937127197eaad2cec3f +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Aug 11 18:25:41 2007 +0000 + + write out missing packages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@439 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f32115cc81c698a91e5737266abc1c8d20f9886 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Aug 11 18:19:35 2007 +0000 + + add --exact support to equo database generate + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@438 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d617b77f44963b5efcf4f76afd5ce74d48db3c6 +Author: (no author) <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> +Date: Sat Aug 11 16:08:23 2007 +0000 + + some fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@437 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 35f472c290361b65d0614865922990504dd7dde8 +Author: lxnay +Date: Sat Aug 11 11:47:16 2007 +0000 + + fix getPackageData + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@436 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4c44e7bb9297926f35e475f57246a53905027378 +Author: lxnay +Date: Sat Aug 11 09:09:13 2007 +0000 + + optimize protect tables + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@435 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cabdec54c91f5635b142ce2d984c716202736602 +Author: lxnay +Date: Sat Aug 11 08:37:14 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@434 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d113f43bd8496d1c4331856122f0ff7c752da7a7 +Author: lxnay +Date: Sat Aug 11 08:36:02 2007 +0000 + + add CONFIG_PROTECT CONFIG_PROTECT_MASK support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@433 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ad0b322f61dc873566239452f8ca083524dc9b4 +Author: lxnay +Date: Fri Aug 10 23:05:38 2007 +0000 + + continued work on the removal function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@432 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 87272d5e4d68631fd90b80aaf96862004011c892 +Author: lxnay +Date: Fri Aug 10 12:08:29 2007 +0000 + + add reagent deptest tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@431 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 170e0d06622d02c9af50dfd4ffc4e408d085fa74 +Author: lxnay +Date: Thu Aug 9 23:23:44 2007 +0000 + + fix SystemExit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@430 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dca52050225bbfe62bf9e7d1eac735feffc95fc3 +Author: lxnay +Date: Thu Aug 9 18:45:46 2007 +0000 + + add error reporting tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@429 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9ff28def8cd49deca247ca9efffd1b79fffe849 +Author: lxnay +Date: Thu Aug 9 15:31:57 2007 +0000 + + add --quiet to all query tools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@428 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3c6c0a8ece8c3089511cc3442621ff80af3c322c +Author: lxnay +Date: Thu Aug 9 15:25:31 2007 +0000 + + --quiet works as expected now + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@427 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5738cf6cc9518965785366516a3b8170d2b48959 +Author: lxnay +Date: Thu Aug 9 15:16:01 2007 +0000 + + add deptest function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@426 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e4b868bc4588f07054895d9768a8da762961738 +Author: lxnay +Date: Thu Aug 9 08:14:28 2007 +0000 + + more work on the removal function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@425 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5986f5796ce9e023362fbf3e10da0773a89ef054 +Author: lxnay +Date: Thu Aug 9 07:54:31 2007 +0000 + + enable --quiet option for all the queries + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@424 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d12c7aad660d8e400e37f704bac6976e9ce5bd0a +Author: lxnay +Date: Wed Aug 8 23:03:18 2007 +0000 + + add system packages support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@423 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 23ce62debdf60751b95fcacf1c471b888e1d8bc0 +Author: lxnay +Date: Wed Aug 8 22:39:38 2007 +0000 + + change dependencies handling, filtering |and| and |or| server side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@422 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40de3d9cdd79b30f511ae2dcfea00293e9d61208 +Author: lxnay +Date: Wed Aug 8 18:28:48 2007 +0000 + + added a function in portageTools to retrieve system packages, rewritten removal function in equo, we're quite ready + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@421 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a05a42cac15fe2cf6d45984ec592cde8f6318e44 +Author: lxnay +Date: Wed Aug 8 13:44:06 2007 +0000 + + add pidfile handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@420 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 59eb3d710201ba265d99d3bf309128c7e9b498fa +Author: lxnay +Date: Wed Aug 8 12:53:18 2007 +0000 + + faster list reordering function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@419 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1abd60d6526f8c3d13eaaa342e97dfa9f264a44b +Author: lxnay +Date: Wed Aug 8 12:21:10 2007 +0000 + + do some bug fixes and add dependency filtering + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@418 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 374e42b8d2324a98a808d944e57b23ba744bc7b0 +Author: lxnay +Date: Wed Aug 8 09:10:50 2007 +0000 + + fix --pretend + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@417 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3f2c10051b7b0b0d15a008b5c4785b504f38d660 +Author: lxnay +Date: Wed Aug 8 09:00:46 2007 +0000 + + ok this should be enough safe + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@416 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit efb79d262e9f624aa8aaac1d6ddf4e836da9c883 +Author: lxnay +Date: Wed Aug 8 08:47:10 2007 +0000 + + safer handling of rootdir + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@415 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 65312cb924065176c102c210c499e12eed025392 +Author: lxnay +Date: Wed Aug 8 08:23:48 2007 +0000 + + fix a whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@414 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0caa7e220eb5e0440167403e825b96e6cfe9b11f +Author: lxnay +Date: Tue Aug 7 23:51:53 2007 +0000 + + better handling of depends query + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@413 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3d0daa084f6f5215586ffbf60078abd16a9abf57 +Author: lxnay +Date: Tue Aug 7 23:16:01 2007 +0000 + + smartapps code back working + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@412 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 57a4d29016f421c1663aaff1a07c91d6f614b376 +Author: lxnay +Date: Tue Aug 7 19:33:47 2007 +0000 + + fix SQL commit transaction + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@411 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0efeb5f56fcf89ff5e6879b9d1cdd6ae4d392db1 +Author: lxnay +Date: Tue Aug 7 17:41:46 2007 +0000 + + add --noask to activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@410 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2f236aaed64c70ae36e0651af1005f6db5d9a046 +Author: lxnay +Date: Tue Aug 7 16:33:47 2007 +0000 + + ok, now fixed for real + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@409 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 74b01db66bb9734926aedb8fcde1a72c40e3eb04 +Author: lxnay +Date: Tue Aug 7 16:17:39 2007 +0000 + + do not use a different portdir anymore + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@408 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7d0b83c5bfd5f46d9e4a908ef880dd756ce8c6f4 +Author: lxnay +Date: Tue Aug 7 13:54:48 2007 +0000 + + revert last changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@407 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09e490e2f2b74ee0f98eb1242181eb6f87d994b8 +Author: lxnay +Date: Tue Aug 7 13:28:22 2007 +0000 + + fix some small bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@406 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 240c79bf05bec041a8613d1c8219dad3fc6ff0fd +Author: lxnay +Date: Tue Aug 7 12:31:01 2007 +0000 + + only keep IUSE for the database and pass whole useflags array to synthetizeRoughDependencies instead + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@405 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7e91c15afd3431f19b052b899c20055be55a6474 +Author: lxnay +Date: Tue Aug 7 12:04:01 2007 +0000 + + fix use flag matching + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@404 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a8b1bfb7b90e05ffecf0f2181bd39f824490a70 +Author: lxnay +Date: Tue Aug 7 11:49:03 2007 +0000 + + fix another USE flag handling bug + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@403 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1e31dadbc7597086616bac3c3cbd880cd2335f99 +Author: lxnay +Date: Tue Aug 7 08:48:52 2007 +0000 + + some initial work on the removal function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@402 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b28302e3a4820fd1870d47fb6a85fc13ec054c1 +Author: lxnay +Date: Mon Aug 6 19:10:17 2007 +0000 + + add cleanup option + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@401 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d414b332523b54051cd848f0d2a7889a26e9dedf +Author: lxnay +Date: Mon Aug 6 14:24:43 2007 +0000 + + query files yay + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@400 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b890dcecab89291cbe1fa3bb5c2dd1866e7d6b1d +Author: lxnay +Date: Mon Aug 6 13:18:54 2007 +0000 + + reorganize equo menu + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@399 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ea946e22088955b4e6391a67ca28eeec5841e64a +Author: lxnay +Date: Mon Aug 6 13:05:22 2007 +0000 + + remove neededlibs delete + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@398 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a45770790ecb617fa1822cfd92d4dd9e3ac09b9 +Author: lxnay +Date: Mon Aug 6 13:03:48 2007 +0000 + + add depends function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@397 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8661e50937c86820994386b389dcc3342ebce135 +Author: lxnay +Date: Mon Aug 6 12:28:17 2007 +0000 + + removing and rewriting the most shitty code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@396 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 331a67a4832e668385d219e0e60b4a3789d9f532 +Author: lxnay +Date: Mon Aug 6 11:55:06 2007 +0000 + + add a check if the installed packages database is in place + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@395 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e273d0b07273212cf1d218b1eb1e2e2b043bfd6e +Author: lxnay +Date: Mon Aug 6 09:38:54 2007 +0000 + + a lot of exciting work is going on + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@394 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 13cf35d339074c690385d5556bc3c8f85f02fbb1 +Author: lxnay +Date: Sun Aug 5 22:17:07 2007 +0000 + + more work on dependency handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@393 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f147bb3dbe35a2fd2f873fdcb859fcb4adc9ad76 +Author: lxnay +Date: Sun Aug 5 20:33:22 2007 +0000 + + poking with dependencies management + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@392 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 14861685f9ed19548a063536a1b2872f97e208c4 +Author: lxnay +Date: Sun Aug 5 14:10:13 2007 +0000 + + test new dependency handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@391 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a78f05238863a0d3e9a44b490bf9f00a982786d0 +Author: lxnay +Date: Sun Aug 5 12:57:23 2007 +0000 + + test new dependency handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@390 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7683ba488f9e2448cb9d09601ec12ddede9246b4 +Author: lxnay +Date: Sun Aug 5 10:49:12 2007 +0000 + + more hacking on dependencies handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@389 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 070bbf98602ac93ee144e63071a55223c87f7fa6 +Author: lxnay +Date: Sat Aug 4 22:49:42 2007 +0000 + + fix a whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@388 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4ee97c700588dfd787457265e5334fbd2d8fac8c +Author: lxnay +Date: Sat Aug 4 21:12:09 2007 +0000 + + one more fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@387 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c81fbe7cd89951154ee82dfbeaf3a8c730576a9c +Author: lxnay +Date: Sat Aug 4 18:38:37 2007 +0000 + + more fixes and updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@386 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8d93c4ce7b931cea7e6c35d36252e020460f07e3 +Author: lxnay +Date: Sat Aug 4 18:26:09 2007 +0000 + + fix some issues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@385 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf47ae1bdb4f177af4ff0e1d6ee40ea3f1080788 +Author: lxnay +Date: Sat Aug 4 18:12:49 2007 +0000 + + huge work on equo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@384 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc51e118e6c748ad27f9ada932e573ab27c0c25a +Author: lxnay +Date: Sat Aug 4 12:44:35 2007 +0000 + + more work on equoTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@383 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 54be0422f20eebab70b4458c4889026cecd7cff4 +Author: lxnay +Date: Sat Aug 4 11:03:55 2007 +0000 + + revert last changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@382 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 613fd19b0177bb3242bdf2466b6e9e1ea9cbf9ef +Author: lxnay +Date: Fri Aug 3 20:06:47 2007 +0000 + + try to revert this + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@381 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f845f0c72368bf59c042a7a2e667b2dcd2d4d098 +Author: lxnay +Date: Fri Aug 3 20:02:05 2007 +0000 + + fix digest generation for --initialize + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@380 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 04d152a4e89a9376f87e5c0b6294e829eda622e2 +Author: lxnay +Date: Fri Aug 3 19:42:59 2007 +0000 + + fixed two really nasty bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@379 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c392357c3a55868839a840756d1f980684f25489 +Author: lxnay +Date: Fri Aug 3 13:41:38 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@378 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50ec7cd9de587dc14b3ba4f5e443869ee63f9c2a +Author: lxnay +Date: Fri Aug 3 13:38:06 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@377 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36aa8f1f1e9fe554ad49dccae008fe36516eb427 +Author: lxnay +Date: Fri Aug 3 13:33:55 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@376 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 961bd1e3ceaff74a1eae345cf76bf59a2409f52f +Author: lxnay +Date: Fri Aug 3 12:09:34 2007 +0000 + + breaking the package structure, for the last time + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@375 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b812b490896bc82ef52b4c8029d8c990515c4c80 +Author: lxnay +Date: Fri Aug 3 10:31:57 2007 +0000 + + started to work on the queue steps and imported xpak module from gentoo portage + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@374 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 616adf9432f57680357846d1a3dfb9cb44a7232a +Author: lxnay +Date: Fri Aug 3 08:31:16 2007 +0000 + + forking yumex, efusion will need a lot of work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@373 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 63f166caf8c3fb9c15f0600a251cd09cc8424e06 +Author: lxnay +Date: Thu Aug 2 22:08:41 2007 +0000 + + huge work on equo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@372 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0b7141bcf25af876d5d83d068412528488faead4 +Author: lxnay +Date: Thu Aug 2 16:22:58 2007 +0000 + + completed equo generate function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@371 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3c496d22c8a912803bcb7dc5b7c297dcb818fa12 +Author: lxnay +Date: Wed Aug 1 23:25:06 2007 +0000 + + generate is starting to work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@370 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 861def05355ad13b085ac240fee2b02b6f0acd21 +Author: lxnay +Date: Wed Aug 1 13:27:26 2007 +0000 + + first brick towards real dependency solving + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@369 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b52b32c099a3b209e9aa2a3cdca45f9778461ccb +Author: lxnay +Date: Wed Aug 1 12:19:59 2007 +0000 + + add break to fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@368 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf4e7587d1ce0060e46f1aff18d7e6d22314e9f7 +Author: lxnay +Date: Wed Aug 1 08:56:40 2007 +0000 + + I forgot to fix rundependencies behavior + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@367 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 15202064a75e807e82e72915402768729ed248cd +Author: lxnay +Date: Wed Aug 1 08:25:42 2007 +0000 + + more optimizations and some bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@366 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a0391869a1afecc16d5f86179d1ec191828285e6 +Author: lxnay +Date: Wed Aug 1 06:19:22 2007 +0000 + + create progress bar + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@365 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 81bbcddf733b3aaf751427dee4e82ffdcf443cac +Author: lxnay +Date: Wed Aug 1 05:51:35 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@364 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8a2249db7c53f31a7af89461fde6e2c8bfb660e +Author: lxnay +Date: Wed Aug 1 05:49:27 2007 +0000 + + more work on equo and fixing a bug inside activatorTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@363 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a58240637b7ba935781d02b406715b758a37f0c6 +Author: lxnay +Date: Tue Jul 31 22:10:04 2007 +0000 + + this should fix the issue completely + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@362 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a3e36e2888caff445dc90b6a6cfa2e87b9a471bd +Author: lxnay +Date: Tue Jul 31 22:02:01 2007 +0000 + + this should work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@361 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 90c3c08bd43bf440d6b62b5d4108bfd31d6c0822 +Author: lxnay +Date: Tue Jul 31 21:40:43 2007 +0000 + + oops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@360 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 042d7e5b2fcd9c13d0bebd8121394bfc5b8b5ded +Author: lxnay +Date: Tue Jul 31 21:16:48 2007 +0000 + + another fix in the wall + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@359 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9980ba77b1f850a90228b78e304196719e2e80a +Author: lxnay +Date: Tue Jul 31 21:12:20 2007 +0000 + + change + with |and| + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@358 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 22e090f723ef49e965a7fc1c31d74a9d6c2a8332 +Author: lxnay +Date: Tue Jul 31 21:09:37 2007 +0000 + + handle multiple or + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@357 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f2fb300242d1b34f6adb5a74e0b7a0058e00b983 +Author: lxnay +Date: Tue Jul 31 19:57:02 2007 +0000 + + that's the real power of reagent, adding a small caching trick, and it's now as fast as hell + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@356 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91957af9b1b47d2c596069e736a851eacca38c89 +Author: lxnay +Date: Tue Jul 31 16:50:06 2007 +0000 + + a small fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@355 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 26aafd63cfcb894206d9530d65f3a4a14f85dd52 +Author: lxnay +Date: Tue Jul 31 16:41:05 2007 +0000 + + fixing a small issue with use flags and adding support for provide directives + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@354 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f9f179d491f27cf1165fdd99f3e236b3e745b8d +Author: lxnay +Date: Tue Jul 31 12:54:03 2007 +0000 + + performance improvements in getPackageRuntimeDependencies + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@353 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f38ab4ce6e29ba8ac64d75acd6161c87daf7802c +Author: lxnay +Date: Tue Jul 31 12:36:46 2007 +0000 + + add --branch= option to reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@352 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c952288b10d84ad20239c4109acb0ef6df512fd +Author: lxnay +Date: Tue Jul 31 12:11:07 2007 +0000 + + new database structure, first set of optimizations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@351 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8cebae3ebb4812bb5c950ae2fc2f8b5a9b07196b +Author: lxnay +Date: Tue Jul 31 11:02:22 2007 +0000 + + add root checking + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@350 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 779061671d1c41ee8d8daad57ade1526d0e02b47 +Author: lxnay +Date: Tue Jul 31 10:56:54 2007 +0000 + + add root checking + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@349 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7a78f3dd0c322adae0fc744024f741a702430fca +Author: lxnay +Date: Tue Jul 31 10:50:55 2007 +0000 + + more work on equo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@348 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bc89672000e1d4f3435ce3ff699c20c8d4c2850c +Author: lxnay +Date: Mon Jul 30 12:53:05 2007 +0000 + + some more split fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@347 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 50d4c5002ca53203a92939eb32484e351c69c799 +Author: lxnay +Date: Mon Jul 30 12:51:56 2007 +0000 + + some more split fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@346 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dd09827c3ef1e30132de446fb15b85949e3a2e96 +Author: lxnay +Date: Mon Jul 30 12:47:44 2007 +0000 + + remove mirrorTools from entropyTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@345 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c7337b500ffb2d649ffe8af49b02fff2c5f7ff34 +Author: lxnay +Date: Mon Jul 30 12:37:25 2007 +0000 + + add new remote.conf + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@344 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5eba9a4b5a108365c1439588def241e70ffda827 +Author: lxnay +Date: Mon Jul 30 12:34:08 2007 +0000 + + fix portageTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@343 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 77b8ad6dea3b8adec9ffc16f8cbc6278f9264686 +Author: lxnay +Date: Mon Jul 30 12:33:32 2007 +0000 + + fix portageTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@342 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 57c753fcc0a68c821402bc01938950b30e6daa35 +Author: lxnay +Date: Mon Jul 30 12:20:30 2007 +0000 + + splitting entropyConstants in two + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@341 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ae36d562918812a1af2ff1b146da1163f31c93c +Author: lxnay +Date: Sat Jul 28 20:09:14 2007 +0000 + + some more code ftw + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@340 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5bf6111e4de1d5d856216db09240d25c99d8db70 +Author: lxnay +Date: Sat Jul 28 19:33:45 2007 +0000 + + completed atom handling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@339 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 24565544878a5dce508c1f55628b4a8d1984017b +Author: lxnay +Date: Fri Jul 27 18:41:45 2007 +0000 + + more work on the client + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@338 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f2bed8409d5e5bc18f38e93b126238345bc4c49d +Author: lxnay +Date: Fri Jul 27 10:11:21 2007 +0000 + + ok fixed a typo, that's it + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@337 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c04e2dc59cdb69d14bef9cddddbb05f837dc3392 +Author: lxnay +Date: Fri Jul 27 09:58:28 2007 +0000 + + hopefully the last api change + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@336 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7df0cdd108b92811d5d58cd51f8aa228f99579fa +Author: lxnay +Date: Thu Jul 26 22:38:23 2007 +0000 + + some work on equo, now the database controller is more flexible + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@335 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d0c1181206751938b0e1bfef79964348a634d62a +Author: lxnay +Date: Thu Jul 26 19:29:58 2007 +0000 + + improved search reports + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@334 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dfc721d8cee3ada107c8c8707e11e4b22654b482 +Author: lxnay +Date: Thu Jul 26 19:12:34 2007 +0000 + + added preliminary branch management in searches + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@333 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 228fc95c1d4e4a31b71425697429b6912cb631be +Author: lxnay +Date: Thu Jul 26 17:45:50 2007 +0000 + + more bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@332 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1da1e05e0b2cd4e23d3cb0e7f7b345d6cac98961 +Author: lxnay +Date: Thu Jul 26 08:59:54 2007 +0000 + + adding versiontag support to better handle kernel dependent packages + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@331 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e40c46f99aa2a2612dec7e4cddf78288f47a42ad +Author: lxnay +Date: Tue Jul 24 23:56:44 2007 +0000 + + fix size + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@330 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dcbee611aaf22d97416ff212e7f0c77bf39240c6 +Author: lxnay +Date: Tue Jul 24 23:52:55 2007 +0000 + + fix equoTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@329 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 436ff4f556cf395fecb3218dce0972cfc2f79b72 +Author: lxnay +Date: Tue Jul 24 23:43:25 2007 +0000 + + latest fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@328 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c582da2c30f1c39c4e50602e3cad9ec4598bf7b9 +Author: lxnay +Date: Tue Jul 24 15:52:08 2007 +0000 + + more bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@327 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1bcf0e5260f38f8569a8c3bf3e5c2968dea065de +Author: lxnay +Date: Mon Jul 23 17:43:42 2007 +0000 + + update todo and equoTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@326 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8dab98fecc6f11ea83bd12437cc4411c3f1b71e9 +Author: lxnay +Date: Mon Jul 23 17:41:57 2007 +0000 + + nearly completed database migration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@325 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d9c6f1aba9bece9d5a5d0c2c2dc3646b49e02ea3 +Author: lxnay +Date: Sun Jul 22 21:09:34 2007 +0000 + + more work on the new database interface, addPackage completed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@324 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3053db8b344c8172a8b4bf245ee74ea8ac94a661 +Author: lxnay +Date: Sun Jul 22 15:49:11 2007 +0000 + + more work on the new database interface + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@323 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6f479259102cc3bd4f5d15192a0c77f156bb1096 +Author: lxnay +Date: Sun Jul 22 06:35:41 2007 +0000 + + breaking things, started to migrate to a better sql infrastructure + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@322 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 40e2b7c764c6dc8a29c27dca9fb15cfbaf0a12f2 +Author: lxnay +Date: Fri Jul 20 18:12:26 2007 +0000 + + completed first tool of the client + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@321 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 656db20d2c0194885271210c5003fbe3ceb6dc12 +Author: lxnay +Date: Fri Jul 20 10:38:38 2007 +0000 + + a lot of random but big updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@320 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 55dffadfac9357a7610eb616ac57c0ea1683a528 +Author: lxnay +Date: Fri Jul 20 10:35:45 2007 +0000 + + some work on the client + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@319 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b1dc7db11ffab91e2ecf55f4a83406bcc39cd93 +Author: lxnay +Date: Thu Jul 19 00:09:59 2007 +0000 + + some updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@318 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5ff9dee82f65e7dd36c7085ce4bf947670fbf72d +Author: lxnay +Date: Wed Jul 18 21:42:05 2007 +0000 + + slight fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@317 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c2fab155cce3a300fdaeff903b6be4079d15a0d +Author: lxnay +Date: Wed Jul 18 17:38:41 2007 +0000 + + added http php helpers support, md5sum verification for uploaded and downloaded files, a lot of bugfixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@316 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 833c978214e70fa3c892edfa44fe6b51955da434 +Author: lxnay +Date: Tue Jul 17 00:03:46 2007 +0000 + + some big bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@315 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8c666a11b503dd49898b1a0e3e0cb9b116d2415f +Author: lxnay +Date: Mon Jul 16 00:04:00 2007 +0000 + + some nice optimizations + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@314 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 690d038df8814677b3576a4299ba654ad1fe1e92 +Author: lxnay +Date: Sun Jul 15 13:11:32 2007 +0000 + + some further fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@313 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6afeaab3d9aea25921b9835a12dc3c90806af4ed +Author: lxnay +Date: Sun Jul 15 12:54:49 2007 +0000 + + some fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@312 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6e4eeb328196782df9dc8a55c68e93cffb08e848 +Author: lxnay +Date: Sun Jul 15 07:48:44 2007 +0000 + + fix directories recreation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@311 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 718115271108978d24e3baadd80bcd4f6580be72 +Author: lxnay +Date: Thu Jun 7 10:12:12 2007 +0000 + + moved all os.system to spawnCommand() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@310 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e5e212a7b4284551da463fd4e939bc6fb771ad4d +Author: lxnay +Date: Thu Jun 7 09:52:02 2007 +0000 + + logging implementation almost complete + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@309 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 768f38abe2af78e257ae5d71e3864f0a6cd431bd +Author: lxnay +Date: Wed Jun 6 20:14:59 2007 +0000 + + more work on logTools and logging implementation + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@308 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7710d297213c4585a68bbae2bc7f0687da7d91e5 +Author: lxnay +Date: Sun Jun 3 22:11:27 2007 +0000 + + finally some major work on the logging stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@307 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 08ad024947bfd828374affe737203db71f2cdd11 +Author: lxnay +Date: Fri Jun 1 23:01:09 2007 +0000 + + added all the code to the stabilize/unstabilize function (needs testing) and continued the work on the logging stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@306 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cbc41aac15b68ec577c4a118019c021306a2bc3e +Author: lxnay +Date: Tue May 22 22:42:28 2007 +0000 + + add missing variable + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@305 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fec5b4885f4af4af3f262c9bc8eecf99ea1c0a30 +Author: lxnay +Date: Sun May 20 18:49:04 2007 +0000 + + started to implement logTools properly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@304 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1952bf93361d80a40d72783e61c2812dcdf7b7db +Author: lxnay +Date: Wed May 16 22:49:18 2007 +0000 + + some work on the database, initial work on the logTools infrastructure + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@303 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d88b24f53d35efb4aad854594a6a03609dc6a638 +Author: lxnay +Date: Wed May 16 15:57:36 2007 +0000 + + add logging configuration options + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@302 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd5b2368274e18ef65075c9c3da2a62b3ff9c5e9 +Author: lxnay +Date: Wed May 16 15:00:14 2007 +0000 + + add a filter to avoid duplicated packages to be pulled in + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@301 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e16874e40295687a6c6a5c1c7f171a2820eae74f +Author: lxnay +Date: Sun Apr 15 17:59:04 2007 +0000 + + add first brick of the equilibrium client + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@297 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 072d1a2983b1db09d2120feb0512fe6039dceee5 +Author: lxnay +Date: Sun Apr 15 17:46:38 2007 +0000 + + incorportate portage output.py file into outputTools and remove all its Portage dependencies (useless...) + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@296 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dea1a38cd3b082b928656f3087c414c7c259aed5 +Author: lxnay +Date: Sun Apr 15 17:20:20 2007 +0000 + + move tools under server directory + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@295 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a05b3c4b999caca7483e7de73b6807e06ec026a1 +Author: lxnay +Date: Sun Apr 15 17:19:20 2007 +0000 + + some stupid fixes, move handlers dir to server + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@294 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9e6f981c726bae06863223da67dcb045dc075be7 +Author: lxnay +Date: Sun Apr 15 16:00:05 2007 +0000 + + that's old + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@293 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 748d5df242ad0d03be8a93dff98014ea9825e87f +Author: lxnay +Date: Sun Apr 15 12:08:58 2007 +0000 + + some minor changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@292 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 21c435c1e321686f824a740fdcae55bbae22ea15 +Author: lxnay +Date: Sun Apr 15 11:37:17 2007 +0000 + + add the gentoo binhost compatibility tool + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@291 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67ded696d01964685c1e21a74f6e72457e45d19c +Author: lxnay +Date: Sun Apr 15 11:36:55 2007 +0000 + + some fixes and updates to support branches + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@290 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e6391134bb5c6be3384b40b0e8c827550ba2f4cf +Author: lxnay +Date: Sat Apr 14 06:56:53 2007 +0000 + + a small fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@289 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b34b40b1ed77e291083233103e518b554581009b +Author: lxnay +Date: Fri Apr 13 19:46:40 2007 +0000 + + improvements on bytesIntoHuman() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@288 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 402394ae384a320fefcfc34001d1074dee028feb +Author: lxnay +Date: Fri Apr 13 19:41:09 2007 +0000 + + improvements on bytesIntoHuman() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@287 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1a6afde6713d73e7376ec5c8977daf10dab97e94 +Author: lxnay +Date: Fri Apr 13 19:36:29 2007 +0000 + + a small fix on the .md5 uploads + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@286 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 810157307ca1cbf4bedf8312f21e01622562120c +Author: lxnay +Date: Fri Apr 13 19:31:49 2007 +0000 + + improvements on bytesIntoHuman() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@285 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fb277afce3c664bf30b064ab594e396a8e96b07e +Author: lxnay +Date: Fri Apr 13 19:23:20 2007 +0000 + + some further fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@284 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit de4dbf893617f2d6925fb7441aa590e6bc0fcc6e +Author: lxnay +Date: Fri Apr 13 14:59:48 2007 +0000 + + some radical updates to the binary packages management before my vacation, when I will come back I will have to debug all this new code. In this way, it is possible to have the same package name/version in the database because we split it into two branches + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@283 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1c2aebb47ec59fda5d9bcd182f8988f37a858b74 +Author: lxnay +Date: Thu Apr 12 22:26:19 2007 +0000 + + added support for .md5 files, some various bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@282 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aef097c0bde2176a39fd662210dc69f54c5a769d +Author: lxnay +Date: Tue Apr 10 16:07:51 2007 +0000 + + some fixes on the multiple primary upload mirrors code + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@281 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce6b3a8a1667ffefcb97402a19a35375fda60b02 +Author: lxnay +Date: Tue Apr 10 07:15:13 2007 +0000 + + enzyme, uninstall() filter away packages not found + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@280 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed3bb0fae5f6420d4d8e8bb7ce8dff4cf5467b10 +Author: lxnay +Date: Tue Apr 10 07:12:13 2007 +0000 + + copy validAtoms to installedAtoms + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@279 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d42309a303c95fd4a051160b7cef72c4e19c3580 +Author: lxnay +Date: Tue Apr 10 07:11:10 2007 +0000 + + seedAtom subAtom check is crappy, removing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@278 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2a3a307d2c300821f056d2fc37c7d1bcc23e48e4 +Author: lxnay +Date: Tue Apr 10 07:04:44 2007 +0000 + + add a nice workaround if the user does not specify = in enzyme uninstall() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@277 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aefef71edd9996788c93e3fec5a9bfb87a8d2f2d +Author: lxnay +Date: Mon Apr 9 23:31:49 2007 +0000 + + update TODO, fix and test md5check in reagent, add client directory + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@276 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7676db1a191ef6f1d6ad040c83b4860af81d9e2a +Author: lxnay +Date: Mon Apr 9 21:47:01 2007 +0000 + + a lot of bug fixes on activator, enzyme and reagent. some new features such as upload/download status and so on + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@275 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 177661dfcb8033d166ec27e48dd19695d44b6805 +Author: lxnay +Date: Sun Apr 8 13:39:14 2007 +0000 + + some daily fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@274 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f76a55cbfb0b2135327ebc459558d71066c0eefb +Author: lxnay +Date: Sun Apr 8 13:19:56 2007 +0000 + + some daily fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@273 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09ae572b6ed17739af55a88382281c22558c363b +Author: lxnay +Date: Fri Apr 6 10:55:48 2007 +0000 + + change search similar loop according to the new searchSimilarPackages() return output + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@272 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 404d14d32a69c6681340ef8a639e2e08119b291f +Author: lxnay +Date: Fri Apr 6 07:55:56 2007 +0000 + + some nice daily fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@271 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 08dfec939616e852fe1fa147fb25f1d7a1ee92b5 +Author: lxnay +Date: Thu Apr 5 22:11:51 2007 +0000 + + some nice daily fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@270 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bfa62d7655c756248677ba2ca3139488ec44e462 +Author: lxnay +Date: Wed Apr 4 18:10:19 2007 +0000 + + some nice daily fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@269 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 226728274d6f270806e11e35fca46185c9a1e814 +Author: lxnay +Date: Tue Apr 3 15:36:32 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@268 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 71e53186d600a80f114fa61089134d2052b0e5fa +Author: lxnay +Date: Tue Apr 3 15:31:30 2007 +0000 + + Added support for Perl and Python on smartgenerator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@267 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f4a511d9b20e2a96cd40b3eae4df4ffcb166e4d +Author: lxnay +Date: Tue Apr 3 15:22:45 2007 +0000 + + Add a missing \n + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@266 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c01d14253289e48890c58cd18a8742e04caaead4 +Author: lxnay +Date: Tue Apr 3 15:15:29 2007 +0000 + + I am stupid + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@265 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e3c8f0caa9536c7f062d72e045ddaf422ffab95a +Author: lxnay +Date: Tue Apr 3 15:14:02 2007 +0000 + + I am stupid + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@264 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 0f5fa34a15086c986a81afa50e2493f916933914 +Author: lxnay +Date: Tue Apr 3 15:12:46 2007 +0000 + + more work on smartapps + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@263 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 962a6f67020dcc2d9228130ab548a7f7c7c0c378 +Author: lxnay +Date: Mon Apr 2 17:24:33 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@262 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f03a57311c79cd41d4f14d881aa1d13683ab1098 +Author: lxnay +Date: Mon Apr 2 17:19:24 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@261 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b1f964be2d9c5e0820111883657297b406a45b72 +Author: lxnay +Date: Mon Apr 2 17:17:53 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@260 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c9eff5887b54bdbb95436d90856e719df4b62103 +Author: lxnay +Date: Mon Apr 2 17:06:05 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@259 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 11488d971379046eebb268672787e9169558d50e +Author: lxnay +Date: Mon Apr 2 17:04:03 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@258 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42d4abf60ee5b5d604f6048ab88865ac306d2285 +Author: lxnay +Date: Mon Apr 2 17:02:53 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@257 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9847cf291e954c775f4caaf8d80a07a3d8201c73 +Author: lxnay +Date: Mon Apr 2 17:02:23 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@256 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd5f65f250582bf214c3239b7a71aba84af9c331 +Author: lxnay +Date: Mon Apr 2 16:30:34 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@255 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a59691fcdcea2ca3d15571f0f9de2100454a423a +Author: lxnay +Date: Sun Apr 1 23:35:41 2007 +0000 + + today's work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@254 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b24c33e48fa08da61e13947585ef4a695c9c194e +Author: lxnay +Date: Sun Apr 1 14:51:32 2007 +0000 + + activator sync function written, needs a lot of testing + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@253 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f853046c0c23d762b39f165e36d57641b5cf6d88 +Author: lxnay +Date: Sun Apr 1 13:54:41 2007 +0000 + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@252 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5e5bae33f0fe9d65ac3514b2c12a9089e796330f +Author: lxnay +Date: Sat Mar 31 20:07:00 2007 +0000 + + more fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@251 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2ecebd67be0b741f29d1fdaeb1713f948d106e72 +Author: lxnay +Date: Sat Mar 31 18:00:11 2007 +0000 + + really improve database support and user-exported functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@250 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca5c9a52e94c5252f33ca49bdcd62bb77a23e7e9 +Author: lxnay +Date: Sat Mar 31 10:38:16 2007 +0000 + + added a workaround for bad file names in CONTENTS file + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@249 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2c51d2509eb5a788ef46274d1fb1f3c467ba52d4 +Author: lxnay +Date: Sat Mar 31 10:22:12 2007 +0000 + + some more fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@248 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8a202fbe5525f0e89d895bed3f1603bad4b85b9b +Author: lxnay +Date: Sat Mar 31 10:21:50 2007 +0000 + + some more fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@247 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 43f35703b20b6b3408b25047f30fd7a7db3074c5 +Author: lxnay +Date: Sat Mar 31 09:34:10 2007 +0000 + + removed packagepath, added branch info, database API broken again, hopefully the last time + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@246 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit afb5467098536df003941c4fd71fbcd50be124d1 +Author: lxnay +Date: Sat Mar 31 09:13:16 2007 +0000 + + enzyme now shows overlays information + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@245 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a8b63adb7ffc81714711fb2ee81fd09cde8d6208 +Author: lxnay +Date: Sat Mar 31 08:34:42 2007 +0000 + + nice improvements in the database management. Tool for creating empty Entropy databases added. + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@244 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ffc4c104b0c3ef8dce83fbe245772c6fca1416a1 +Author: lxnay +Date: Sat Mar 31 07:41:13 2007 +0000 + + fix askquestion + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@243 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 80c51f63d547587b54dda87644d50513e6815011 +Author: lxnay +Date: Sat Mar 31 07:39:55 2007 +0000 + + added mtime info to the database entry + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@242 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit afe55e394659a47cd3a015137b4395c5e5e9e88f +Author: lxnay +Date: Fri Mar 30 23:06:45 2007 +0000 + + fix another stupid issue + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@241 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cd307143783ad4f6bca54c45db506672cf550bbd +Author: lxnay +Date: Fri Mar 30 22:53:49 2007 +0000 + + fix a function path + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@240 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3886412a7ac3a5b4b9ce30ad78ab3a3972896fa1 +Author: lxnay +Date: Fri Mar 30 22:30:59 2007 +0000 + + lock management should roughly work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@239 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b593c8d152b4e7b37e34d548564fbbb2548d0dfe +Author: lxnay +Date: Fri Mar 30 21:30:14 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@238 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 688672a8e0e4db4652601c88bb85d6a7f84fd7c0 +Author: lxnay +Date: Fri Mar 30 21:27:28 2007 +0000 + + started to work on database lock management + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@237 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d206ce64ddef70ba581d5eb37c4237be31fac0e4 +Author: lxnay +Date: Fri Mar 30 18:38:45 2007 +0000 + + fix some issues when the database does not exist + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@236 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f8fabf4cd56386c9fa80683408b988df7584568c +Author: lxnay +Date: Fri Mar 30 17:44:43 2007 +0000 + + - remove generateAndUpload bool + + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@235 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4cb151aa2af494e9e9c509f0ee45bf24889a093f +Author: lxnay +Date: Fri Mar 30 17:43:57 2007 +0000 + + - fixed entropyConstants import + - fixed online database file detection (.gz was missing) + + + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@234 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4342c495b500e7904dd854f698e5fc1c3aac2c51 +Author: lxnay +Date: Fri Mar 30 14:06:35 2007 +0000 + + moving Portage stuff to portageTools + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@233 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7ca149b8f0ee77a01e04522f105b2b4776440d52 +Author: lxnay +Date: Fri Mar 30 14:05:50 2007 +0000 + + etpConst issues fixed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@232 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1abc7ba3aa4e65fbb283ba50887c455ea5eed8b7 +Author: lxnay +Date: Fri Mar 30 07:57:40 2007 +0000 + + database sync now is working again + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@231 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4137d3be27163ea89552a70dfa79447bcba05d1c +Author: lxnay +Date: Thu Mar 29 23:13:56 2007 +0000 + + some nice fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@230 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 72487bb5f12f8d4582b42ee76a0be905601fcd86 +Author: lxnay +Date: Thu Mar 29 21:36:08 2007 +0000 + + add back revision support to the new database + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@229 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73812cbf73a3831b0a71304510c1c77719c6084b +Author: lxnay +Date: Thu Mar 29 21:15:34 2007 +0000 + + small fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@228 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5b60821ed03596952f9249ad746918eb104b34a1 +Author: lxnay +Date: Thu Mar 29 21:14:25 2007 +0000 + + ouch, dictionaries have copy() method + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@227 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b60c64571424e4bc327c25a7514cd781b92df717 +Author: lxnay +Date: Thu Mar 29 18:54:58 2007 +0000 + + some fixes for inject-package-info module + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@226 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 091a254c3a27a35d633899e580f16c947048b0af +Author: lxnay +Date: Thu Mar 29 18:52:35 2007 +0000 + + some fixes for dump-package-info module + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@225 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 09feae353733979b7a88d758b45a29e03424ee9f +Author: lxnay +Date: Thu Mar 29 18:47:25 2007 +0000 + + a smal syntax fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@224 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 500bd4e42bdf9927d9f138205081ae3177b482e7 +Author: lxnay +Date: Thu Mar 29 18:46:21 2007 +0000 + + added database package info dump and inject + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@223 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 93392636e21f8f744c4366fc36a93d262c0351be +Author: lxnay +Date: Thu Mar 29 17:41:42 2007 +0000 + + dump-package-info now works + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@222 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7652d874912f5a487b77277807db89c1ea3dfd34 +Author: lxnay +Date: Thu Mar 29 17:26:09 2007 +0000 + + change output text + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@221 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d1a328629804dd832a1c95f87e3340e8a77b81d8 +Author: lxnay +Date: Thu Mar 29 17:24:28 2007 +0000 + + another one + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@220 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91d2c5523118e9f91e7f231459b439eecfdd44ab +Author: lxnay +Date: Thu Mar 29 17:23:23 2007 +0000 + + remove generator tool, not used anymore + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@219 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b08db2a988c411c6b836d16ce47de8f64341c7ad +Author: lxnay +Date: Thu Mar 29 17:11:58 2007 +0000 + + another one + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@218 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 24d5699c5471f58445f0faf59ba0ce257be0098a +Author: lxnay +Date: Thu Mar 29 17:08:54 2007 +0000 + + another one + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@217 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2860e7474f885676fc5090c633c544a84fb3f321 +Author: lxnay +Date: Thu Mar 29 17:07:52 2007 +0000 + + another one + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@216 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 95366a4ca43265a10242acf12eca1051f8e3fbd2 +Author: lxnay +Date: Thu Mar 29 17:03:28 2007 +0000 + + another one + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@215 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f685f785925f3a4da22ea1952ec7eec167b6a06f +Author: lxnay +Date: Thu Mar 29 17:01:28 2007 +0000 + + another one + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@214 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1debf61d5a7563dbe2577f6a12a490a788b8be9a +Author: lxnay +Date: Thu Mar 29 17:00:45 2007 +0000 + + a small fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@213 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit aaf3d1fc13afbe7958d634e792db16dcf1997393 +Author: lxnay +Date: Thu Mar 29 16:54:38 2007 +0000 + + more work on the SQLite integration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@212 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dfda10a22ad4fdcfd83cc9b78fb10236aca248ab +Author: lxnay +Date: Thu Mar 29 09:08:59 2007 +0000 + + completed the Entropy database search function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@211 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d8ce309573132a6ffa6c8f1d0d2c53c84aae9197 +Author: lxnay +Date: Wed Mar 28 23:48:09 2007 +0000 + + put the roots for the new SQLite database management + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@210 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 86c7841ff9b6e65029c26469e190478736b0522c +Author: lxnay +Date: Wed Mar 28 18:44:23 2007 +0000 + + preparing the path to SQLite based database migration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@209 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e48014565b836cb9c0970d05168ce53e24116e3a +Author: lxnay +Date: Wed Mar 28 17:27:16 2007 +0000 + + add --force-bump to reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@208 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 661c8706a7a34df126b109d08f748e0b387dcbab +Author: lxnay +Date: Wed Mar 28 17:27:04 2007 +0000 + + add --force-bump to reagent + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@207 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf9c55696d270e777edc39e5b08a932e6b1f0bec +Author: lxnay +Date: Wed Mar 28 17:01:42 2007 +0000 + + ETP API version bump, added SLOT information + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@206 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 640123afa91caf89d5f4c96889ec99f9f8ff3b50 +Author: lxnay +Date: Wed Mar 28 14:11:10 2007 +0000 + + add USE and MAKEOPTS support to enzyme emerge() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@205 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a03737a7a854fc59845fd819ec194b9ad3376ace +Author: lxnay +Date: Wed Mar 28 10:00:56 2007 +0000 + + more fixes for activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@204 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e4102bca7fd92e8e03060f60bf2dc27b9667135f +Author: lxnay +Date: Wed Mar 28 09:47:58 2007 +0000 + + added counters for the upload and download queues + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@203 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d31b54cca7d7d0e92a67c49bc78d7cb70e8ec1e9 +Author: lxnay +Date: Wed Mar 28 09:24:31 2007 +0000 + + activator packages sync fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@202 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8175b17efeb73268d332a894e1dad4002ddebf89 +Author: lxnay +Date: Tue Mar 27 23:02:26 2007 +0000 + + some heavy work on activator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@201 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eb185e96755e436295e1c38bd790d8dc32b896e3 +Author: lxnay +Date: Tue Mar 27 18:25:29 2007 +0000 + + some more work in the right direction + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@200 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2eb7c024dfa8480eef85408b1681984b745c16af +Author: lxnay +Date: Tue Mar 27 09:12:49 2007 +0000 + + some small fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@199 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8e9b9a57ff3bc18bc2cd181bd184bd55b585abda +Author: lxnay +Date: Tue Mar 27 06:04:46 2007 +0000 + + added the --show-hosts option for the distcc module + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@198 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9e62d3310716bf7f9faa02123579d0d49aa555a +Author: lxnay +Date: Mon Mar 26 23:02:50 2007 +0000 + + added preliminary, not yet cross-compile-aware distcc support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@197 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 724305f69b91936ab649bc6448881ad78d072ee7 +Author: lxnay +Date: Mon Mar 26 14:59:19 2007 +0000 + + fixes to 'reagent enzyme', more work on activator, FTP client, Entropy API + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@196 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bf3200ec6daa5f024e5b7d5a8784013e818b5b1f +Author: lxnay +Date: Mon Mar 26 08:11:08 2007 +0000 + + improved FTP support, started to define activator edges + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@195 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a9d985286fae6feee6835c198475a3d41cd134f6 +Author: lxnay +Date: Sun Mar 25 23:44:15 2007 +0000 + + added packages search function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@194 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fe5575093ae3a0eb3a990115cc172f2e2c20c8d7 +Author: lxnay +Date: Sun Mar 25 16:13:07 2007 +0000 + + whoops + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@193 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 42b5c2d2af9bdaaaebb7f435651af389e96c7dac +Author: lxnay +Date: Sun Mar 25 16:03:33 2007 +0000 + + added FTP server management, put the basis for the activator stack + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@192 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3fc67bb8b59a85fc854cd4124a01a14ee7d64d41 +Author: lxnay +Date: Sat Mar 24 17:49:40 2007 +0000 + + add logdir to the cleanup directory list + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@191 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ef288802b01d8f35bb89f450f50df1ad896b9800 +Author: lxnay +Date: Sat Mar 24 17:43:42 2007 +0000 + + also trap LOG: postinst einfo/ewarn + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@190 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 448133507bb14cc231fc9fd65748badf7669fd6a +Author: lxnay +Date: Sat Mar 24 17:29:30 2007 +0000 + + update TODO list + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@189 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 218822701930234fe5574ef882bff86bd665760c +Author: lxnay +Date: Sat Mar 24 17:17:34 2007 +0000 + + added einfo/ewarn trapping + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@188 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8972b2acc43809b687d46512f315fe6747c7b719 +Author: lxnay +Date: Sat Mar 24 12:38:38 2007 +0000 + + if compile fails, do not exit but package the already compiled ones + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@187 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ed4f3c889c55ed62f5f9e9f2c1045a787b9b42b2 +Author: lxnay +Date: Sat Mar 24 08:57:58 2007 +0000 + + fix a variable mismatch + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@186 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fdceddfc0835ff3510d528052df4348d7c9affab +Author: lxnay +Date: Sat Mar 24 08:53:21 2007 +0000 + + some fixes, beautified --nodeps, added --skipfirst for world, added libraries breakage control, added activator data (there is nothning to see atm) + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@185 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bbc93f9dd861d73c31ded26a453ae834969a6324 +Author: lxnay +Date: Fri Mar 23 17:12:33 2007 +0000 + + adding activator files (nothing is working yet atm) and improve slotted packages support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@184 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a40e9f1b4acb571950f889fe721db6f321de4952 +Author: lxnay +Date: Fri Mar 23 00:11:22 2007 +0000 + + world() now works flawlessly + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@183 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit e687d0aaa670820fc1696a3a0755d9dc461733c5 +Author: lxnay +Date: Thu Mar 22 17:42:14 2007 +0000 + + corrected some nasty bugs, reworked USE flags management, added --ask option + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@182 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ce9a3151b49968bbe656877f269025a54cc6f71a +Author: lxnay +Date: Thu Mar 22 10:14:33 2007 +0000 + + fix reagent too + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@181 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a41de12552211ee021298dafdc07e17e45b9d6ba +Author: lxnay +Date: Thu Mar 22 10:13:54 2007 +0000 + + test and fix nocolor() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@180 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cf454a2ad70a66d15a32c993eaaf870600fae310 +Author: lxnay +Date: Thu Mar 22 10:13:10 2007 +0000 + + add tools-wide --nocolor option + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@179 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 88aacc750636a9f21988f9bda91f059294eef611 +Author: lxnay +Date: Wed Mar 21 18:14:15 2007 +0000 + + print error log if the compile fails + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@178 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 507860e7b064ffe196b3b7befbfc64de7100c931 +Author: lxnay +Date: Wed Mar 21 14:47:50 2007 +0000 + + mount /proc if it's not mounted + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@177 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit cca4d8d105abf9dffea9a1987a5330daa74bebd8 +Author: lxnay +Date: Wed Mar 21 11:22:07 2007 +0000 + + fix a small issue when forcing a package name/ver + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@176 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3b1bedaa511c0b2e9d0fa0fd5cf44186b4a93241 +Author: lxnay +Date: Tue Mar 20 15:12:55 2007 +0000 + + more updates and ETP API version bump, since now we manage download URIs dynamically + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@175 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f42e2530a305d65c8b4208b98b8c530d0396280d +Author: lxnay +Date: Tue Mar 20 09:05:59 2007 +0000 + + planned some features of world() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@174 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c1eadd3402abb0de93be68313af1018d5ad84e29 +Author: lxnay +Date: Tue Mar 20 08:59:13 2007 +0000 + + some more fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@173 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dc7d878982e4b99f34b834d65e030bdf76992336 +Author: lxnay +Date: Tue Mar 20 08:33:02 2007 +0000 + + some stabilization work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@172 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5f0181b3a505e067774e30e1e57c66dee1f0e944 +Author: lxnay +Date: Tue Mar 20 01:58:26 2007 +0000 + + more work on enzyme-reagent integration + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@171 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 400e254fc927ff232222f7abeb918ff874c07231 +Author: lxnay +Date: Mon Mar 19 23:33:38 2007 +0000 + + some more fixes to the build() function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@170 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2785d79236dc632861bd599b3a903473126151bf +Author: lxnay +Date: Mon Mar 19 23:21:43 2007 +0000 + + add preliminary USE flag show functions + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@169 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7179050366dc64786309526bead2d88102c25334 +Author: lxnay +Date: Mon Mar 19 20:34:02 2007 +0000 + + workarounds to support SLOTS for now + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@168 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b1f85840e54e30f53a812d3f364426f79290bed +Author: lxnay +Date: Mon Mar 19 19:14:06 2007 +0000 + + rewrite of build() and added a working cleanup function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@167 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 051008ea112902988ed0353f2637f9bd414599e4 +Author: lxnay +Date: Sat Mar 17 21:59:42 2007 +0000 + + some minor work and prepared the path for the USE flags management + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@165 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 72274e773acef402cf620baa0979e36923d55de2 +Author: lxnay +Date: Sat Mar 17 16:30:41 2007 +0000 + + a small fix + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@164 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5eef83940533aa037c82e053988b6dca5843a383 +Author: lxnay +Date: Sat Mar 17 16:27:09 2007 +0000 + + added runtime dependencies management + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@163 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4b87e01df367704f5e688230be02d4360a698436 +Author: lxnay +Date: Sat Mar 17 14:08:35 2007 +0000 + + some fixes to uninstall() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@162 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6a88c3e1913299d68a93c1d87904f8c5077a50cb +Author: lxnay +Date: Sat Mar 17 13:49:11 2007 +0000 + + some fixes to uninstall() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@161 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d627faf36adcafcd4819cbb6422282eacb3b980f +Author: lxnay +Date: Sat Mar 17 13:16:13 2007 +0000 + + completed uninstall() function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@160 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bd4ed9ca9d2768f581d2cd5446f5b4f81c420f2a +Author: lxnay +Date: Fri Mar 16 23:26:13 2007 +0000 + + added preliminary uninstall() function - 70% complete + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@159 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b16a17624204ae57dd3dc2916e363b02b0b84639 +Author: lxnay +Date: Wed Mar 7 14:37:04 2007 +0000 + + remove print + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@152 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 424b33192f669ce9752da7ae2f3b0294cefdf8ad +Author: lxnay +Date: Wed Mar 7 13:55:08 2007 +0000 + + added more options to sync() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@151 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2874b8f95b0dbcaa88bea622ff7339080399c313 +Author: lxnay +Date: Wed Mar 7 08:07:16 2007 +0000 + + slight changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@150 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 848ea11800b4ad16baccc1c5eb3f2e78a57315db +Author: lxnay +Date: Tue Mar 6 21:01:35 2007 +0000 + + some fixes on the handling of the options + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@149 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 223449cd58141f0270daa2345cec0fa4d8c6809e +Author: lxnay +Date: Tue Mar 6 20:52:28 2007 +0000 + + added --force-rebuild and --force-repackage + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@148 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 65bdf6f354b5fea16fa9fb3333b5e477dd97e5c9 +Author: lxnay +Date: Tue Mar 6 20:28:51 2007 +0000 + + some initial work on world() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@147 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5788466b69b6e9112fb49b983355f5cc84aeb2b0 +Author: lxnay +Date: Tue Feb 27 08:27:20 2007 +0000 + + build is at 88% + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@145 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c37e6fbec70b0c2f8ea33d2029a07109e88c0d6e +Author: lxnay +Date: Mon Feb 26 19:20:33 2007 +0000 + + build is at 85% + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@144 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 95489c54742761a9f6678683aae7a536c93d1bb5 +Author: lxnay +Date: Mon Feb 26 16:26:52 2007 +0000 + + build() is done at 75% + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@143 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 32ba1e0f14dec1f563325065e0f49dab00ee52ca +Author: lxnay +Date: Mon Feb 26 13:11:25 2007 +0000 + + more work on build() and fixed some random bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@142 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 72910e943cbbd9f7a4f80f63f7b5e9aa7ab70846 +Author: lxnay +Date: Mon Feb 26 12:39:04 2007 +0000 + + more work on build() and fixed some random bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@141 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fa3eae1cadc02b8a6e4d6ec4f9a995aaa820ca6b +Author: lxnay +Date: Mon Feb 26 12:03:31 2007 +0000 + + more work on build() and fixed some random bugs + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@140 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit dc5cf59136f5d9cbf6cd9f6019effebec4720061 +Author: lxnay +Date: Mon Feb 26 08:14:59 2007 +0000 + + more work on build() added a preliminary emerge() function and added tmp files management + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@139 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f45409ad2b607e1fe702874beb3f3ce4b7986578 +Author: lxnay +Date: Sun Feb 25 23:27:27 2007 +0000 + + build() at 65% + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@138 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b887e0505a763887ddc50c6910a687abac48de17 +Author: lxnay +Date: Sun Feb 25 21:00:26 2007 +0000 + + build() status is at 50% with this commit + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@137 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d4dde5ba9797c7213afd4ebb41a99451d417b1ad +Author: lxnay +Date: Sun Feb 25 19:27:02 2007 +0000 + + some preparatory work to complete build() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@136 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c9500be5ea5ff04358826b3d4122cfdef9c6ae21 +Author: lxnay +Date: Thu Feb 15 21:02:59 2007 +0000 + + most of the work on build() has been done + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@99 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 867b46ce9e529d5aa50aea04a7ebb11ce968c65a +Author: lxnay +Date: Thu Feb 15 17:53:39 2007 +0000 + + some other work on build() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@98 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 5d893da36426e8ef4d772768904bbe54815f34a7 +Author: lxnay +Date: Thu Feb 15 16:16:27 2007 +0000 + + some additional work on build() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@97 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit bce3dd6ad077b57fc7644c44c3bcba7eeed4c4c6 +Author: lxnay +Date: Thu Feb 15 07:28:57 2007 +0000 + + more work on the portage implementation and on the build() function of enzyme + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@95 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 66b64d63366974fb643101ecc1eabb1a9ac7e36f +Author: lxnay +Date: Tue Feb 13 00:29:32 2007 +0000 + + a bunch of fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@93 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 97a2f0adf70be7fee78eacf1672a76aebf2b4840 +Author: lxnay +Date: Sun Feb 11 19:26:22 2007 +0000 + + overlays management added, more work on enzyme tools and on the application itself + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@92 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 968c0f0f5d325187eb27ea1b21abf96b11a2eb16 +Author: lxnay +Date: Sun Feb 11 15:27:46 2007 +0000 + + starting to work on the build() function + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@91 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d0734612f8d667b2767279abd5e5bc0872d0f6e1 +Author: lxnay +Date: Sun Feb 11 14:59:14 2007 +0000 + + some updates to sync() + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@90 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d4aab7897096346b34afa51678c1263d5e09b9e9 +Author: lxnay +Date: Sun Feb 11 14:32:47 2007 +0000 + + some updates + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@89 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 05786f729e1cf9d67210ffc6bb67bd65687fe8d7 +Author: lxnay +Date: Sat Feb 10 12:02:44 2007 +0000 + + fix function call + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@88 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f27d730f6aa448a8f1f1bb6b2a91b6e1301fc37f +Author: lxnay +Date: Sat Feb 10 12:01:51 2007 +0000 + + tool files split, added some new functions, started to prepare the roots of enzyme, major works on it and added GPL license to all the files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@87 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 57d62b3363dc69f10b001812a9f577124cc92a66 +Author: lxnay +Date: Thu Feb 8 23:57:34 2007 +0000 + + enzym->enzyme + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@86 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 484de6608925201cebc6ad764e7767d62a5ae900 +Author: lxnay +Date: Thu Feb 8 19:45:58 2007 +0000 + + this is the dedication + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@85 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 444a54b6186177ff86b2f6bf4f2ee81a550fe320 +Author: lxnay +Date: Thu Feb 8 19:44:50 2007 +0000 + + starting to build enzym roots and wrote a small dedication + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@84 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit c59ac8d364e1fdda1ec3acee8d8587a115d784c0 +Author: cvill64 +Date: Thu Feb 8 18:13:07 2007 +0000 + + Adding stuff to todo + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@83 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 551a00d208095cff7b8b6e50e68cdeba3f36f2f8 +Author: cvill64 +Date: Thu Feb 8 17:57:39 2007 +0000 + + Changing enzym to enzyme proper spelling + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@82 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 53c7d65880fd4e785aa1dc9b9cd01aadf50a7a78 +Author: cvill64 +Date: Thu Feb 8 17:56:17 2007 +0000 + + Fixing a language mistake + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@81 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 67338695d2bc2d47c9b067620a2db856cc3ae824 +Author: lxnay +Date: Thu Feb 8 17:44:02 2007 +0000 + + API version bump and adding packagepath variable + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@80 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1dab7200f0528238a34be19cc395e53c2c68232 +Author: lxnay +Date: Thu Feb 8 17:32:35 2007 +0000 + + database URI is always a rsync server + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@79 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9891ca234e19d9bb6ae3cc895f8edf677c1e85e8 +Author: lxnay +Date: Thu Feb 8 17:28:33 2007 +0000 + + Manifest file and md5 digests support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@78 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 136f873c631425ec80de125c3dff16afa8b80658 +Author: cvill64 +Date: Thu Feb 8 04:46:25 2007 +0000 + + Added to entropy TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@77 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 36606004e9feffdcd3a76657231f7952da71aed3 +Author: lxnay +Date: Thu Feb 8 02:38:28 2007 +0000 + + add a bunch of fixes and a TODO + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@75 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fcc7e0c8f763ae9b9b496612453ad98125c23ac5 +Author: lxnay +Date: Wed Feb 7 19:36:02 2007 +0000 + + add a check for packages| in repositories.conf for spec-generator + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@74 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 833355807d578e3a3cd0788b029d59e10a9a89f0 +Author: lxnay +Date: Wed Feb 7 18:53:55 2007 +0000 + + repositories stuff sorted out + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@73 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 91c07f3bfdbc210d58d3e3db50c76ee001c62205 +Author: lxnay +Date: Wed Feb 7 14:54:06 2007 +0000 + + small adjustments + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@72 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 48a1648e734bed0c1b0aba57535b1f6ab6dd5e6c +Author: lxnay +Date: Wed Feb 7 14:41:32 2007 +0000 + + fixed the first directory handling bug + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@71 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 3bd4763063959302c3096c10b75dd6bb4d6b775a +Author: lxnay +Date: Wed Feb 7 14:37:14 2007 +0000 + + directory handling completed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@70 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 479f16d1bb9b0baf99b38a5c90ecf444ec140a12 +Author: lxnay +Date: Wed Feb 7 08:11:36 2007 +0000 + + you never know :-) + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@69 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 6d7d21320d94910fe366a5e9a9db680aa499901f +Author: lxnay +Date: Tue Feb 6 19:58:09 2007 +0000 + + first step towards directory and etp files versioning support + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@68 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 73e26f0d9dbdde9d98d714c0c373e5fd261b0788 +Author: lxnay +Date: Mon Feb 5 15:24:50 2007 +0000 + + more work on the finalization of the API + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@67 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9cd83170b0825cad5f56865488f526c0ecbb2cc3 +Author: lxnay +Date: Mon Feb 5 12:55:19 2007 +0000 + + some minor changes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@66 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 973a84139a21f0eda5a50d67028d58dd10c7611f +Author: lxnay +Date: Mon Feb 5 12:39:07 2007 +0000 + + start with enzym + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@65 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 9246eac6acd7e4684f9a401c50858a0252190898 +Author: lxnay +Date: Mon Feb 5 12:09:10 2007 +0000 + + more stabilization work + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@64 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit a88bd381a783d0eff511753988af3af0aea85f83 +Author: lxnay +Date: Sun Feb 4 23:29:59 2007 +0000 + + more bug fixes, additions, stabilizations and such + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@61 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4582d965834c5e574ff78701501952d42c6e3845 +Author: lxnay +Date: Sun Feb 4 19:04:04 2007 +0000 + + remove dups from useflags + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@60 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d38097f8a3255d3cbc3d8a54fe6c3489eca7400e +Author: lxnay +Date: Sun Feb 4 19:01:08 2007 +0000 + + more bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@59 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 7c4c9e1f711e0a7042e1c0e42bc4fb39892bae59 +Author: lxnay +Date: Sun Feb 4 18:54:43 2007 +0000 + + some bug fixes + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@58 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 1de295473b8f210359ce99591601a29eddaa6a35 +Author: lxnay +Date: Sun Feb 4 18:11:22 2007 +0000 + + apart the usual bugs, I only need to workout the mirror:/ stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@57 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit eca6d6ec5889409b6a44584d37d4fd0f81cfcefa +Author: lxnay +Date: Sun Feb 4 17:34:32 2007 +0000 + + fixed some bugs on the dependencies' side + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@56 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 78abda60d258e1fc7110a51c198db3cf7ee1ebd3 +Author: lxnay +Date: Sun Feb 4 12:42:28 2007 +0000 + + starting to add arch independancy + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@55 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 28682d928a3eff0a7bffc60ce6024dc8ab9d3ed7 +Author: lxnay +Date: Sun Feb 4 12:15:42 2007 +0000 + + prepare the path for the last step: write out the file + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@54 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b52ca3590153793bb7ebd4046e139454ad6be62a +Author: lxnay +Date: Sun Feb 4 12:12:12 2007 +0000 + + the main structure of entropy-specifications-handler is done + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@53 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b9930780d38021bc0d8ff04b345c9c331735981d +Author: lxnay +Date: Sat Feb 3 19:02:00 2007 +0000 + + more work on the dependencies stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@49 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 70d1c98e886c919354525c430f429802ab1b9e58 +Author: lxnay +Date: Sat Feb 3 11:40:10 2007 +0000 + + added some comments + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@48 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit ca3805381e24fb6a381db86135c16ce583c3c7ee +Author: lxnay +Date: Sat Feb 3 11:38:05 2007 +0000 + + environmental dependencies still have to be worked out + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@47 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit b5efb15fe7a68a61e6d1bc0ac4651a2f0b5def4e +Author: lxnay +Date: Sat Feb 3 08:23:21 2007 +0000 + + constants <-- variables + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@46 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 58904155381cec901cabb823016e7dee0e97b2b3 +Author: lxnay +Date: Sat Feb 3 08:19:36 2007 +0000 + + reorganize stuff + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@45 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 988833816b2eb17da1443ef6296e26e7d65524c3 +Author: lxnay +Date: Fri Feb 2 23:29:03 2007 +0000 + + for today, I'm done... most of the work is completed + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@44 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit fd429e8a68ba97d797db36eebc94cef49b804a7c +Author: lxnay +Date: Fri Feb 2 23:08:21 2007 +0000 + + entropy handlers are starting to do something more than printing garbage + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@43 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit f1b87522c28ccdcdbb44a9abaaf5b6282e34aa58 +Author: lxnay +Date: Fri Feb 2 22:08:12 2007 +0000 + + create entropyTools file and start to define the application better + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@42 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 4e45ff9a80a8b5eed1608e77c715f60fd3bc5fb3 +Author: lxnay +Date: Fri Feb 2 20:29:10 2007 +0000 + + add two properties to the .etp specifications + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@41 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 2a2c84043e1b43aa014dbd6a77dd6b52b0663e6e +Author: lxnay +Date: Thu Feb 1 22:40:18 2007 +0000 + + another small brick in this huge wall + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@40 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit 8fedf5a9c749c7fe313cdfe83ea9085cf61e36bb +Author: lxnay +Date: Thu Feb 1 19:03:06 2007 +0000 + + starting to write specs of etp files + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@39 cd1c1023-2f26-0410-ae45-c471fc1f0318 + +commit d522a51cd0bc0a7bcb1b529be60bd22419af9489 +Author: lxnay +Date: Wed Jan 31 23:32:33 2007 +0000 + + create proper structure + + git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@33 cd1c1023-2f26-0410-ae45-c471fc1f0318