Commit Graph

3832 Commits

Author SHA1 Message Date
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
9154235172 [client.text_ui] implement post branch hop script in equo
NOTE: this code will be moved to entropy.client in the next commit.
It's just a testing proof of concept, and still incomplete.
2009-06-24 13:57:59 +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
6beeab4ff1 [todo] update TODO 2009-06-24 13:56:38 +02:00
Fabio Erculiani
caeee757aa [client.text_smart] fix "smart inflate" tool 2009-06-23 16:15:39 +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
6997668317 [todo] update TODO 2009-06-22 06:25:18 +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
c8edb0b7c3 [todo] update TODO 2009-06-22 06:06:44 +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
e36135b94f [todo] update TODO 2009-06-22 04:12:19 +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
a220d1882a [client.text_ui] fix critical updates warning 0.96.26 2009-06-21 21:49:13 +02:00
Fabio Erculiani
209c8b69f1 [client.text_ui] fix undefined reference in text_ui 0.96.25 2009-06-21 20:23:06 +02:00
Fabio Erculiani
be94938718 [entropy.db] fix package masking support, trivial 0.96.24 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
682f0196ae [todo] update TODO 2009-06-20 23:05:59 +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
f20f9df8ae [docs] remove outdated APICHANGES file 2009-06-20 16:10:31 +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
e65cc1872a [sulfur] force application restart when Entropy updates are installed 2009-06-20 15:26:43 +02:00
Fabio Erculiani
99fc49abba [todo] update TODO 2009-06-20 12:14:03 +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
3723a41cef [todo] update TODO 2009-06-19 10:37:14 +02:00
Fabio Erculiani
7eb7ddb1a8 [todo] update TODO 2009-06-19 10:36:43 +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 0.96.23 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
Fabio Erculiani
278904bdbc [todo] update TODO 2009-06-18 15:44:31 +02:00
Fabio Erculiani
371b3f8041 [client.equo/client.text_query] implement new query command
Implement new equo query command for listing repository packages
$ equo query list available <repository>
2009-06-18 15:42:16 +02:00