Commit Graph

6428 Commits

Author SHA1 Message Date
Fabio Erculiani b669290152 [entropy.db] fix SQL query in EntropyRepository._addDependsRelationToDependsTable() 2010-04-26 11:28:08 +02:00
Fabio Erculiani 1df71c7559 [equo] fix typo in function name, print_bashcomp 2010-04-26 11:22:31 +02:00
Fabio Erculiani 6adb9576bf [entropy.db] _addDependsRelationToDependsTable: fix SQL DELETE statement, use list 2010-04-25 09:26:13 +02:00
Fabio Erculiani 083b38b3bb [entropy.db] fix minor syntax error 2010-04-23 11:47:11 +02:00
Fabio Erculiani aec87af04d [entropy.client.interfaces.repository] __verify_file_checksum: catch invalid md5 file content 2010-04-22 19:17:52 +02:00
Fabio Erculiani de4e3943df [entropy.db] EntropyRepository: improve reliability of reverse dependencies mapping 2010-04-22 19:14:47 +02:00
Fabio Erculiani 9bf812b0ae [equo] always show installation queue when calling "equo install" or "equo upgrade" 2010-04-21 21:26:58 +02:00
Fabio Erculiani 50a97503df [sulfur] catch SSLError exception when calling UGC.add_download_stats() 2010-04-20 16:12:19 +02:00
Fabio Erculiani 1d51388de4 [sulfur] when using FileUpdates.{merge,remove,}() catch KeyError exception 2010-04-20 16:09:43 +02:00
Fabio Erculiani 8365d3fa94 Tagging Entropy version 0.99.41.1 0.99.41.1 2010-04-19 17:10:22 +02:00
Fabio Erculiani e3b1c511be [entropy.server] Server.move_packages: fix wrong download metadata generation 2010-04-19 17:08:34 +02:00
Fabio Erculiani 24ea83044e Tagging Entropy version 0.99.41 0.99.41 2010-04-18 13:42:38 +02:00
Fabio Erculiani dc30f71337 [todo] update TODO 2010-04-17 19:26:04 +02:00
Fabio Erculiani 5b36cfc43f [equo] add ETP_NONINTERACTIVE env support for upgrade and install functions 2010-04-17 19:26:04 +02:00
Fabio Erculiani d5aacf9f66 [client] text_tools: implement print_table function 2010-04-17 13:53:22 +02:00
Fabio Erculiani f3bb747073 [docs] update API documentation 2010-04-17 12:41:41 +02:00
Fabio Erculiani a90a1dbce8 [entropy.spm] PortagePlugin: when extracting ENTROPY_PROJECT_TAG from ebuild, also look at env() 2010-04-16 20:09:10 +02:00
Fabio Erculiani 68343488ff [entropy.client.interfaces.dep] fix old-style virtual packages handling in dependency calculation 2010-04-16 17:17:13 +02:00
Fabio Erculiani 012a866981 [entropy.db] move virtual packages category name to a EntropyRepository static variable 2010-04-16 17:16:40 +02:00
Fabio Erculiani 09a8b07b1b [equo] fix "equo match --installed" when used with "--multimatch" 2010-04-16 12:50:47 +02:00
Fabio Erculiani 87f1531876 [equo] add support for "equo match --installed" 2010-04-16 12:08:51 +02:00
Fabio Erculiani 7f1516382e [todo] update TODO 2010-04-15 11:07:25 +02:00
Fabio Erculiani 37fb97de01 [entropy*] kill SystemSettings attribute of Entropy Client and Entropy Server instances 2010-04-14 14:56:17 +02:00
Fabio Erculiani ff2eb4f444 [entropy.output/API] rename "type" argument of TextInterface.output to "level" 2010-04-14 14:30:51 +02:00
Fabio Erculiani 054c9789d8 [todo] update TODO 2010-04-13 19:34:32 +02:00
Fabio Erculiani e70a7851aa [equo] always try to generate reverse dependencies metadata when done removing (and catch OperationalError) 2010-04-13 19:32:49 +02:00
Fabio Erculiani bac8adc2b2 [entropy.client.interfaces.dep] calculate_available_packages: ignore package entry if retrieveKeySlot returns None 2010-04-12 10:33:33 +02:00
Fabio Erculiani acd966053c [entropy.db] when calling commit() on sqlite3 connection objects, catch OperationalError
OperationalError can be thrown when no transaction is active, bleh
2010-04-11 16:33:58 +02:00
Fabio Erculiani 1f8a3c2462 [conf] trivial update 2010-04-11 10:35:51 +02:00
Fabio Erculiani 776373db69 [conf] add new mirror to mirror list (RNL Universidade Técnica de Lisboa, 1Gbit uplink) 2010-04-10 12:53:03 +02:00
Fabio Erculiani de40fe6c2b [entropy.db] EntropyRepository: _insertDesktopMime: create packagedesktopmime table if not found 2010-04-10 08:01:40 +02:00
Fabio Erculiani 5c849a8cb9 [entropy.client.interfaces.dep] when validating cache, make sure that m_id is int type 2010-04-09 19:28:24 +02:00
Fabio Erculiani 573ae2f684 [entropy.spm] PortagePlugin: make sure that vartree.dbapi exposes _bump_mtime() method 2010-04-09 19:21:46 +02:00
Fabio Erculiani 801f986cf1 [entropy.server] make sure that packages are really available before checking missing runtime dependencies 2010-04-09 13:02:01 +02:00
Fabio Erculiani 9c75e62b96 Tagging Entropy version 0.99.40.4 0.99.40.4 2010-04-09 12:42:54 +02:00
Fabio Erculiani 589579339f [entropy.server] fix invalid Server instance reference 2010-04-09 12:42:18 +02:00
Fabio Erculiani 19c88efe4b Tagging Entropy version 0.99.40.3 0.99.40.3 2010-04-09 11:16:18 +02:00
Fabio Erculiani 4d2e85d9bc [entropy.spm] PortagePlugin, fix function definition for __remove_kernel_tag_from_slot 2010-04-09 11:15:33 +02:00
Fabio Erculiani c92998cae7 [sulfur] EntropyPackageView: catch OperationalError exception in new_ugc_pixbuf 2010-04-06 11:18:50 +02:00
Fabio Erculiani ac26bb6783 [entropy.db] EntropyRepository: catch OperationalError on _createNeededIndex(), column elfclass can be unavailable 2010-04-05 22:04:25 +02:00
Fabio Erculiani 06f721ba96 [entropy.server] move package sets metadata update inside server-side EntropyRepository commit_hook, improve speed 2010-04-05 21:59:55 +02:00
Fabio Erculiani 34716dcb52 Tagging Entropy version 0.99.40.2 0.99.40.2 2010-04-05 14:54:13 +02:00
Fabio Erculiani 95e7237297 Tagging Entropy version 0.99.41.2 2010-04-05 14:53:54 +02:00
Fabio Erculiani 1bf893e027 [entropy.client.interfaces.services.ugc] fix typo in entropy.tools function calls 2010-04-05 14:53:14 +02:00
Fabio Erculiani ea496de6a8 Tagging Entropy version 0.99.40.1 0.99.40.1 2010-04-05 11:36:47 +02:00
Fabio Erculiani 1e01434e28 [sulfur] CellRendererStars: catch get_pixbuf() exceptions 2010-04-03 19:42:17 +02:00
Fabio Erculiani eb2b212898 [entropy.client.interfaces.package] add __repr__, __str__, __unicode__ to Package class 2010-04-02 23:00:55 +02:00
Fabio Erculiani 7af13daecb [equo] readerrorstatus: catch ValueError exception 2010-04-02 19:16:51 +02:00
Fabio Erculiani e2c52cc58a [sulfur] NameSortPackageViewModelInjector: make sure that EntropyPackage.onlyname value is valid 2010-04-02 19:15:56 +02:00
Fabio Erculiani 12514730f8 [entropy.client.interfaces.package] remove unused function calls 2010-04-02 19:12:00 +02:00