Fabio Erculiani
4e8d08f221
[entropy.core] improve plugins support, add post_setup method
...
It is now possible to run post SystemSettings setup stuff in
SystemSettingsPlugin instances. This could be handy to hook
code that needs SystemSettings complete metadata itself.
2009-06-27 18:58:42 +02:00
Fabio Erculiani
74dceaece1
[entropy.client.interfaces.client] add post-branch migration hooks execution into Entropy Client SystemSettings plugin
2009-06-27 17:42:26 +02:00
Fabio Erculiani
7313b19d24
[entropy.client.interfaces.methods] tweak run_repositories_post_branch_switch_hooks to return more information
2009-06-27 17:41:57 +02:00
Fabio Erculiani
cdc05dbf0c
[entropy.const] create const file for storing previous branch value
2009-06-27 17:38:00 +02:00
Fabio Erculiani
3e48c695f8
[entropy.const] fix trigger_sh_interpreter, add ${ROOT} prefix
2009-06-27 17:20:39 +02:00
Fabio Erculiani
bcd8d97843
[entropy.client.interfaces.repository] run_sync should not re-generate cache but just drop
2009-06-27 16:57:44 +02:00
Fabio Erculiani
1c53cdaca8
[entropy.client.interfaces.cache] stop EntropyCacher on purge_cache rather than on generate_cache
2009-06-27 16:56:02 +02:00
Fabio Erculiani
3ce1f4cf5a
[entropy.client.interfaces.cache] fix generate_cache, cache was trashed
2009-06-27 16:54:15 +02:00
Fabio Erculiani
35c96d1257
[entropy.client.interfaces.dep] always consider branch setting in dep cache retrieval
2009-06-27 16:44:19 +02:00
Fabio Erculiani
5e645819fb
[entropy.client.interfaces.cache] always consider branch setting in dep cache retrieval
2009-06-27 16:44:10 +02:00
Fabio Erculiani
b8bde39d09
[entropy.client.interfaces.methods] run_repositories_post_branch_switch_hooks: loop on all the repositories, "excluded" included
2009-06-27 16:24:51 +02:00
Fabio Erculiani
083bfa609e
[entropy.client.interfaces.methods] add branch migration support methods
...
- run_repositories_post_branch_switch_hooks
- run_repository_post_branch_upgrade_hooks
- get_post_branch_migration_status_file
- get_post_branch_upgrade_status_file
docstrings included.
2009-06-27 16:16:48 +02:00
Fabio Erculiani
ca01e3ea0d
[entropy.const] complete const implementation of branch migration scripts support
2009-06-27 16:16:25 +02:00
Fabio Erculiani
955a0d64cc
[entropy.tests] add missing test package
2009-06-27 12:01:16 +02:00
Fabio Erculiani
bbe8a1ce02
[entropy.tests] add entropy.tools.uncompress_tar_bz2 test
2009-06-27 10:14:49 +02:00
Fabio Erculiani
d7c79ca008
[entropy.tests] move tbz2 packages to packages/
2009-06-27 09:57:57 +02:00
Fabio Erculiani
56545b5588
[entropy.tools] uncompress_tar_bz2: do not try to chmod symlinks
2009-06-26 10:41:53 +02:00
Fabio Erculiani
7aa3844b78
[entropy.client.interfaces.package] always raise real exception on package extraction
2009-06-26 10:41:08 +02:00
Fabio Erculiani
dec2dbe464
[entropy.client.interfaces.methods] on quickpkg_handler copy file modes 1:1
...
It happened that setgid and setuid bits were not copied by default.
This commit fixes it.
2009-06-26 09:38:03 +02:00
Fabio Erculiani
2f3db91df5
[entropy.spm] on quickpkg copy file modes 1:1
...
It happened that setgid and setuid bits were not copied by default.
This commit fixes it.
2009-06-26 09:36:54 +02:00
Fabio Erculiani
19c36f4ac4
[entropy.const] add const support for pre/post upgrade scripts
2009-06-24 13:57:21 +02:00
Fabio Erculiani
e8226c8fa2
[entropy.client.interfaces.trigger] remove unused methods
2009-06-23 08:39:53 +02:00
Fabio Erculiani
b10d550fa4
[entropy.client.interfaces.trigger] remove kernelmod trigger, hopefully not needed anymore
2009-06-23 08:07:36 +02:00
Fabio Erculiani
e4ff57357b
[entropy.client.interfaces.trigger] fix conftouch trigger
2009-06-23 08:05:53 +02:00
Fabio Erculiani
d8a2938d7e
[entropy.client.interfaces.trigger] fix syntax error
2009-06-23 06:07:39 +02:00
Fabio Erculiani
ecde88d899
[entropy.client.interfaces] tweak postremove trigger
2009-06-22 06:25:25 +02:00
Fabio Erculiani
f1d778a1f4
[entropy.client.interfaces.trigger] remove nvidia/ati trigger hacks, not needed anymore
2009-06-22 06:15:06 +02:00
Fabio Erculiani
2d2a967ef8
[entropy.core/entropy.db/entropy.spm/entropy.client] move SystemSettings client metadata to entropy.client SystemSettings plugin
2009-06-22 06:04:23 +02:00
Fabio Erculiani
db2559956a
[entropy.core] make SystemSettings Entropy validation cache function public (validate_entropy_cache)
2009-06-22 04:32:25 +02:00
Fabio Erculiani
4fb776e56c
[entropy.core] remove deprecated code from SystemSettings
2009-06-22 04:18:11 +02:00
Fabio Erculiani
bbdde60809
[entropy.const/entropy.qa/equo/sulfur] make ErrorReportInterface post_url arg. mandatory
...
In the aim of removing all the sabayon-centric settings from the "entropy"
library, error report via http post url has been moved outside it.
2009-06-22 04:09:55 +02:00
Fabio Erculiani
be94938718
[entropy.db] fix package masking support, trivial
2009-06-21 17:52:49 +02:00
Fabio Erculiani
c2a79d9a00
[entropy.const/conf] enable critical updates forced installation by default
2009-06-21 17:49:09 +02:00
Fabio Erculiani
6695f1309d
[entropy/sulfur/equo] implement critical updates installation priority
2009-06-20 23:05:18 +02:00
Fabio Erculiani
2c5a62a093
[entropy.client.interfaces.methods] use mkdtemp in add_tbz2_to_repos
2009-06-20 17:01:01 +02:00
Fabio Erculiani
31a05782d5
[entropy.spm/entropy.const] improve extract_pkg_metadata method code
2009-06-20 16:55:11 +02:00
Fabio Erculiani
03662a6d5b
[entropy.client.interfaces] remove branch argument from dep calculation methods
2009-06-20 16:32:17 +02:00
Fabio Erculiani
d4fb433309
[entropy.client.interfaces.dep] remove unused method get_world_queue
2009-06-20 16:10:07 +02:00
Fabio Erculiani
125df3916a
[entropy.client.interfaces.dep] improve speed of get_install_queue (2)
2009-06-20 16:05:35 +02:00
Fabio Erculiani
6071ab6bea
[entropy.client.interfaces.dep] improve speed of get_install_queue
2009-06-20 16:03:11 +02:00
Fabio Erculiani
601dfc47d2
[entropy.core/entropy.client/entropy.conf] add package.satisfied support
2009-06-20 12:13:38 +02:00
Fabio Erculiani
9c16fff799
[entropy.client.interfaces.trigger] remove deprecated triggers
2009-06-19 10:24:43 +02:00
Fabio Erculiani
0506ce20f9
[tests.client] remove bogus test
2009-06-18 17:01:26 +02:00
Fabio Erculiani
12f03349d7
[entropy.spm] on package metadata extraction, properly handle USE_MASK and USE_FORCE
2009-06-18 16:59:30 +02:00
Fabio Erculiani
458303d979
[entropy.spm] rework calculate_dependencies USE flags parsing
2009-06-18 16:51:40 +02:00
Vincenzo Di Massa
3181a35360
[client.equo/entropy.output] --help improved: now you can type
...
$ equo --help query
and
$ equo --help query belongs
and so on
2009-06-18 15:07:19 +02:00
Fabio Erculiani
13087a1ef2
[entropy.output] remove old module imports
2009-06-18 14:37:28 +02:00
Fabio Erculiani
8f867309b7
[entropy.cache/entropy.const/entropy.core] trivial docstrings update
2009-06-17 14:06:28 +02:00
Fabio Erculiani
ca11cdcba2
[entropy.tests.misc] add more tests
2009-06-17 14:06:02 +02:00
Fabio Erculiani
1467f7f374
[entropy.misc] update docstrings
2009-06-17 14:05:36 +02:00