Commit Graph

10560 Commits

Author SHA1 Message Date
Fabio Erculiani a71e59cd66 [Rigo] add --upgrade cmdline switch 2013-11-03 13:17:10 +01:00
Fabio Erculiani 747cfc9ad4 [Rigo] debug_rigo.sh: append argv at the end of exec() 2013-11-03 13:16:56 +01:00
Fabio Erculiani 60febda4f0 [RigoDaemon] add initial One Click Update notification support 2013-11-03 12:57:08 +01:00
Fabio Erculiani d91a8d7c9e [kswitch] fix _guess_kernel_package_file subdirs generation 2013-11-03 12:56:20 +01:00
Fabio Erculiani 91f6c24d9d [kswitch] add new method KernelSwitcher.running_kernel_package()
This public method can be used to determine the currently running
kernel package, if it comes from Entropy repositories.
2013-11-02 14:37:33 +01:00
Fabio Erculiani 5b9a5ee273 [RigoDaemon] extend updates_available() signal with "One Click Update" information 2013-11-02 14:17:33 +01:00
Fabio Erculiani e02c8da563 [RigoDaemon] fix xml indentation 2013-11-02 14:12:22 +01:00
Fabio Erculiani 82ca6450d9 Tagging Entropy version 224 224 2013-10-29 23:31:40 +01:00
Fabio Erculiani 3d2eb09213 Release Entropy 224 2013-10-29 23:31:40 +01:00
Fabio Erculiani fa71378cca [matter] fix typo in variable name 2013-10-28 21:03:45 +01:00
Fabio Erculiani 7680861cbb [matter] fix post_build execution wrt collected statistics 2013-10-28 20:56:45 +01:00
Fabio Erculiani d8a4b741a5 [matter.builder] fix needed_license_changes backtrack info handling 2013-10-28 20:51:03 +01:00
Fabio Erculiani fc56ba5be2 [matter.builder] execute post-build operations iff there has been vdb activity 2013-10-28 16:57:36 +01:00
Fabio Erculiani 964b8ad7cf Tagging Entropy version 223 223 2013-10-28 16:51:52 +01:00
Fabio Erculiani 28cb398069 Release Entropy 223 2013-10-28 16:51:52 +01:00
Fabio Erculiani 1c2b6d0153 [matter] fix function calls wrt dict expansion 2013-10-28 14:48:50 +01:00
Fabio Erculiani f66aee8ef5 Tagging Entropy version 222 222 2013-10-28 12:52:33 +01:00
Fabio Erculiani d7b9cd30b7 Release Entropy 222 2013-10-28 12:52:33 +01:00
Fabio Erculiani eeac4a7782 [matter.builder] use __str__ or __unicode__ instead of copy.deepcopy() when possible 2013-10-28 12:49:15 +01:00
Fabio Erculiani c2c4647c86 [matter.builder] regenerate dbapi.auxdb objects after calling close_caches() 2013-10-28 12:40:09 +01:00
Fabio Erculiani b427d09f67 Tagging Entropy version 221 221 2013-10-28 12:28:05 +01:00
Fabio Erculiani 93bc50c539 Release Entropy 221 2013-10-28 12:28:04 +01:00
Fabio Erculiani 5884c68bcd [matter] use PackageBuilder.clear_caches() 2013-10-28 12:24:46 +01:00
Fabio Erculiani 66db77935d [matter.builder] add PackageBuilder.clear_caches()
This method is now responsible of clearing all the Portage and
Binary PMS caches.
2013-10-28 12:23:58 +01:00
Fabio Erculiani ee4452ff31 [matter.builder] use copy.deepcopy to copy more objects, avoid circular references 2013-10-28 12:23:20 +01:00
Fabio Erculiani 47ea8c70ca [matter.builder] use vardb.match without cache, reduce memory usage 2013-10-28 12:22:30 +01:00
Fabio Erculiani 3ae112caae [matter] use collections.deque instead of lists, improve memory efficiency 2013-10-28 12:20:34 +01:00
Fabio Erculiani 274adb4c3e [matter.builder] acquire a file lock before calling PackageBuilder.sync() 2013-10-27 19:35:39 +01:00
Fabio Erculiani b5dadd905d [matter] add another example particle 2013-10-27 18:35:13 +01:00
Fabio Erculiani 6969da5a3e Tagging Entropy version 220 220 2013-10-27 18:35:00 +01:00
Fabio Erculiani c95955c1ae Release Entropy 220 2013-10-27 18:35:00 +01:00
Fabio Erculiani aa2a6520f4 [matter.builder] expand depstring to match all the available slots
If a particle contains the depstring "www-apps/bugzilla", do not
just match the best available, which would include only the latest
slotted version but rather go through all the slotted versions
available and apply filters from there. The net result is that
we will never leave slotted packages behind.
2013-10-27 18:28:54 +01:00
Fabio Erculiani 594656e03d [solo] try to append a category to package names in case of no match
When matching strings like "entropy" against the available packages
repositories, entropy may not be able to find the right package due
to name collisions (packages with same name and different categories).
So, try to guess the category part by looking at the installed packages
repository.
2013-10-24 11:16:17 +02:00
Fabio Erculiani 79261d5086 [RigoDaemon] increase auto_repositories_update randomization space 2013-10-21 13:08:29 +02:00
Fabio Erculiani 78144d3a66 [matter] use copy.deepcopy for every portage backtrack generated object 2013-10-21 10:44:13 +02:00
Fabio Erculiani 886c441850 [matter.main] merge the use_changes dicts in a safer way 2013-10-21 10:43:43 +02:00
Fabio Erculiani 94d04cc1ef [matter] add support for needed_license_changes backtrack info 2013-10-21 10:40:56 +02:00
Fabio Erculiani 4124a3e4e9 [matter] add support for needed_p_mask_changes backtrack info 2013-10-21 10:27:45 +02:00
Fabio Erculiani 2594f3f1d2 [matter] use copy.deepcopy with Portage Package.pkg objects to avoid leaks 2013-10-21 10:18:59 +02:00
Fabio Erculiani 487bfc183d Tagging Entropy version 219 219 2013-10-17 16:36:52 +02:00
Fabio Erculiani 85a653ba65 Release Entropy 219 2013-10-17 16:36:52 +02:00
Fabio Erculiani ed6224576d [entropy.client.interfaces.dep] move calculate_updates() back to single threaded implem.
As usual, Python and multithreading is a funny joke in terms of
performance.
2013-10-17 16:35:52 +02:00
Fabio Erculiani 764b215278 [eit.commands.{mv,cp}] add support for package sets 2013-10-16 11:47:14 +02:00
Fabio Erculiani 16ec9990e0 Tagging Entropy version 218 218 2013-10-14 12:37:09 +02:00
Fabio Erculiani d842b47396 Release Entropy 218 2013-10-14 12:37:08 +02:00
Fabio Erculiani 64629bde8a [entropy.qa] add missing import 2013-10-14 12:25:18 +02:00
Fabio Erculiani 0ae6d16483 [entropy.cache] do not use hash() in MtimePingus, but SHA1 2013-10-13 11:51:46 +02:00
Fabio Erculiani 77db0cf3cd [entropy.client.interfaces.dep] add experimental multithreading support to calculate_updates() 2013-10-12 17:21:02 +02:00
Fabio Erculiani 4313baf4b6 [solo.utils] enlightenatom: add slot substring support 2013-10-11 16:16:46 +02:00
Fabio Erculiani a079e57ccc [matter] add Portagge backtrack info "needed_unstable_keywords" support 2013-10-10 18:54:48 +02:00