Commit Graph

7844 Commits

Author SHA1 Message Date
Fabio Erculiani 730df29fc4 [reagent] execute dependencies test ("deptest") on all the available repositories 2011-07-17 17:59:35 +02:00
Fabio Erculiani e71dfaa32c [entropy.qa] trivial speedup fix 2011-07-17 17:59:18 +02:00
Fabio Erculiani 0f84a5f6df [entropy.server] improve speed of _external_metadata_qa_hook_test by directly using str() 2011-07-17 17:52:42 +02:00
Fabio Erculiani f5056a1cca [activator,reagent] do not print stack content in case of KeyboardInterrupt exception 2011-07-17 16:30:17 +02:00
Fabio Erculiani a248b0f5c3 [activator] always print stack content on exception 2011-07-17 16:24:10 +02:00
Fabio Erculiani be0dbfcdfa [reagent] always print stack content on exception 2011-07-17 16:23:56 +02:00
Fabio Erculiani b83095ee46 [entropy.*] implement automatic config files update on package name moves 2011-07-17 16:18:04 +02:00
Fabio Erculiani fdb0003544 [entropy.fetchers] UrlFetcher: if show_speed=False, do not call update() 2011-07-16 17:26:20 +02:00
Fabio Erculiani 2fa3fc020e [entropy.client.interfaces.methods] reorder_mirrors: use effective download speed instead of RTT 2011-07-16 15:58:17 +02:00
Fabio Erculiani 49ef3062b1 [equo] improve output of "equo repo mirrorsort" 2011-07-16 15:58:04 +02:00
Fabio Erculiani 2a324a52e6 [todo] update TODO 2011-07-15 07:54:46 +02:00
Fabio Erculiani 3ac1432689 [entropy.server] when adding missing runtime deps, make it clear how it's possible to repeat the whole editing 2011-07-15 07:53:29 +02:00
Fabio Erculiani a3d7813d3e [eit] fix "libtest" args parsing 2011-07-15 07:49:13 +02:00
Fabio Erculiani e548df92da [entropy.server] relax constraints during repo upload, backup db only once 2011-07-15 07:18:08 +02:00
Fabio Erculiani 129932ad9d [sulfur] improve Entropy Packages TreeView cells rendering speed, by sticking to a more async strategy 2011-07-13 08:21:27 +02:00
Fabio Erculiani cc62b68b03 [conf] repositories.conf: make sure users don't touch example lines blindly 2011-07-12 15:32:06 +02:00
Fabio Erculiani bc32c45d95 [conf] repositories.conf: add freelydifferent.com mirror 2011-07-12 10:01:02 +02:00
Fabio Erculiani 9ec98b966a [entropy.server] _external_metadata_qa_hook_test: do not sort values 2011-07-11 15:13:56 +02:00
Fabio Erculiani 06ba47a869 [entropy.server] do not allow KeyboardInterrupt in critical region when asking question 2011-07-10 16:21:25 +02:00
Fabio Erculiani 9af7add38d [entropy.client.interfaces.db] on repo update, if --verbose, print the list of added and removed pkgs 2011-07-10 16:14:47 +02:00
Fabio Erculiani 45ce3d9991 [eit] add "repack" and "repackin" options 2011-07-10 16:02:39 +02:00
Fabio Erculiani 20cca25c64 [reagent] fix handling of --atoms and --repackage order, both combinations (atoms first, then repackage, or vice versa) are fine now 2011-07-10 15:58:04 +02:00
Fabio Erculiani 8c96bb6fee [conf] repositories.conf: just comment out Yes Optus mirror (slow RTT) 2011-07-10 14:41:45 +02:00
Fabio Erculiani 3d9d66efa0 Revert "[conf] repositories.conf: sorry Yes Optus Mirror, but you're freakingly slow and unresponsive"
This reverts commit 0434ca7230.
2011-07-10 14:41:29 +02:00
Fabio Erculiani 3ab86c98cb Tagging Entropy version 1.0_rc26 1.0_rc26 2011-07-10 12:56:19 +02:00
Fabio Erculiani 82411bb7a1 Release Entropy 1.0_rc26 2011-07-10 12:56:14 +02:00
Fabio Erculiani 7d858a10fd [eit] always validate repository_id before setting ETP_REPO 2011-07-10 12:55:46 +02:00
Fabio Erculiani 5399119035 [entropy.client.interfaces.db] properly handle GPG signature install w/shadow repos
Shadow repositories are used to import other repos keys. So, if user
switch back to the original repo, Entropy is not able to import again
the same GPG key because gpg complains about having it already. So,
the entropy-side mapping (repo_id => key) cannot be updated easily.
Since it's impossible to reliably use gpg via fork()+exec(), it is
required to parse the current gpg key wanting to be imported, get its
fingerprint, look for repos with the same fingerprint and kill them from
the mapping. And in the end, retry the key installation.
2011-07-10 12:44:14 +02:00
Fabio Erculiani 5e1464a933 [entropy.security] RepositorySecurity: add get_key_fingerprint() 2011-07-10 12:43:26 +02:00
Fabio Erculiani 736c3ad7be [entropy.security] fix install_key() with merge_key = True 2011-07-10 12:17:14 +02:00
Fabio Erculiani 9ca0487d6f [entropy.client.interfaces.dep] tweak debug output 2011-07-10 12:13:52 +02:00
Fabio Erculiani 1d3bf0e3d2 [entropy.security] RepositorySecurity: add merge_key parameter to install_key() 2011-07-10 12:13:21 +02:00
Robert David db68dff3fe Add ZSH completion function 2011-07-10 01:06:27 +02:00
Fabio Erculiani f722912dd2 [entropy.client.interfaces.methods] don't bug stderr with boring repository status messages if etpUi['quiet'] 2011-07-09 17:42:09 +02:00
Fabio Erculiani 408767d366 [eit] fix rmfrom and addto options 2011-07-09 16:20:46 +02:00
Fabio Erculiani d9c1478bc2 Tagging Entropy version 1.0_rc25 1.0_rc25 2011-07-09 15:50:07 +02:00
Fabio Erculiani 6d772e4c9a Release Entropy 1.0_rc25 2011-07-09 15:50:02 +02:00
Fabio Erculiani 9e09d46a5e [eit] add "addto" and "rmfrom" options 2011-07-09 15:49:30 +02:00
Fabio Erculiani efe9461162 [entropy.fetchers] absolutely avoid any race condition while dividing by a dynamic value that can reach 0 2011-07-09 15:47:48 +02:00
Fabio Erculiani 1b9a46ed19 [entropy.server] only print Entropy Server configuration status when etpUi['quiet'] is False 2011-07-09 12:12:34 +02:00
Fabio Erculiani 0434ca7230 [conf] repositories.conf: sorry Yes Optus Mirror, but you're freakingly slow and unresponsive 2011-07-08 23:51:51 +02:00
Fabio Erculiani 5602f92667 Tagging Entropy version 1.0_rc24 1.0_rc24 2011-07-08 19:54:37 +02:00
Fabio Erculiani 24821a70c2 Release Entropy 1.0_rc24 2011-07-08 19:54:31 +02:00
Fabio Erculiani 097daf9760 [entropy.client.interfaces] always provide plain_packages repo metadata, this fixes .etp installation 2011-07-08 19:53:55 +02:00
Fabio Erculiani 23e46ea807 Tagging Entropy version 1.0_rc23 1.0_rc23 2011-07-07 22:57:22 +02:00
Fabio Erculiani 2dba38141c Release Entropy 1.0_rc23 2011-07-07 22:57:18 +02:00
Fabio Erculiani 3525011336 [entropy.server] _external_metadata_qa_hook_test: drop PKG_CONTENT, or E2BIG will be raised 2011-07-07 22:56:45 +02:00
Fabio Erculiani 21e5631c17 [entropy.server] improve output wording 2011-07-07 22:42:53 +02:00
Fabio Erculiani 3fad7ddfe8 Tagging Entropy version 1.0_rc22 1.0_rc22 2011-07-07 15:32:35 +02:00
Fabio Erculiani b58c4be66d Release Entropy 1.0_rc22 2011-07-07 15:32:29 +02:00