Commit Graph

1057 Commits

Author SHA1 Message Date
Fabio Erculiani 4d20097e97 Release Entropy 242 2013-12-05 16:34:16 +01:00
Fabio Erculiani 8846e063ae [entropy.db.sqlite] add preserved_libs related methods for backward schema compat 2013-12-05 16:33:41 +01:00
Fabio Erculiani c6aced2bdc Release Entropy 241 2013-12-05 16:23:55 +01:00
Fabio Erculiani 755c751d40 Release Entropy 240 2013-12-04 17:44:24 +01:00
Fabio Erculiani 43992dd452 [entropy.client.package.actions] install: fix entropy_install_unpack_hook() in case of smart packages 2013-12-04 17:43:44 +01:00
Fabio Erculiani cedee6a35c [entropy.client.package.actions] install: use the correct package_id 2013-12-04 17:38:56 +01:00
Fabio Erculiani 32027b2449 [entropy.spm] fix vdb handling wrt locking, fix several potential races 2013-12-03 16:29:56 +01:00
Fabio Erculiani b70ceca1ce [entropy.db.sqlite] drop retrieveSignatures
This is no longer needed here since support for the old schema
has been dropped (the schema update code will update the tables
anyway)
2013-11-30 12:18:39 +01:00
Fabio Erculiani ec3d091c22 [entropy.db.sqlite] drop retrieveProvide and searchProvidedVirtualPackage
They are no longer needed since compatibility with the old metadata
has been dropped.
2013-11-30 12:16:06 +01:00
Fabio Erculiani c8c20f03aa [entropy.db] drop support for deprecated eclasses and messages metadata 2013-11-30 12:04:05 +01:00
Fabio Erculiani c199b6839f [entropy.db] remove support for deprecated provide metadata 2013-11-30 12:02:07 +01:00
Fabio Erculiani a54f5b36bc [entropy.db] drop 'dependencies' metadata support completely 2013-11-30 11:51:06 +01:00
Fabio Erculiani a42711086b [tests] tools: mute output 2013-11-30 11:23:40 +01:00
Fabio Erculiani cd6d6b9d22 [tests] use const_mkdtemp() instead of tempfile.mkdtemp() 2013-11-30 10:54:13 +01:00
Fabio Erculiani ac1548207d [entropy.tools] restore python3 compatibility on newly tested functions 2013-11-30 10:53:42 +01:00
Fabio Erculiani 3a05acd16a [tests] spm: use const_mkdtemp() instead of tempfile.mkdtemp 2013-11-30 08:25:30 +01:00
Fabio Erculiani d3cfd35bf5 [entropy.client.package] reopen the installed packages repository to trigger schema updates 2013-11-29 21:49:42 +01:00
Fabio Erculiani 4d9397c140 Release Entropy 239 2013-11-29 20:01:22 +01:00
Fabio Erculiani 38810e2c83 [entropy.spm] PortagePlugin: drop dependencies metadata compatibility 2013-11-29 20:00:36 +01:00
Fabio Erculiani a5761e0302 [entropy.server.db] migrate to pkg_dependencies 2013-11-29 19:57:01 +01:00
Fabio Erculiani c9809f0775 [entropy.server] migrate to pkg_dependencies metadata 2013-11-29 19:56:20 +01:00
Fabio Erculiani d10d82bebb Release Entropy 238 2013-11-29 19:43:21 +01:00
Fabio Erculiani a01f0bd103 [tests] mute QA and Security test function outputs 2013-11-29 19:41:08 +01:00
Fabio Erculiani 982d99fe30 [tests] client: silence tests 2013-11-29 19:37:24 +01:00
Fabio Erculiani 464ae46d90 [tests] drop debug output 2013-11-29 19:29:12 +01:00
Fabio Erculiani e6d0a556b7 [entropy.spm] PortagePlugin.__source_env_get_var: silence stderr 2013-11-29 19:21:17 +01:00
Fabio Erculiani e406a4edaa [entropy.*] create new dependencies metadata "pkg_dependencies"
The old "dependencies" metadata is deprecated. It was found that
the generated metadata might get corrupted by colliding atom strings.
The new implementation avoids collisions completely and is more
efficient.
2013-11-29 19:15:44 +01:00
Fabio Erculiani 48794603d0 [entropy.spm] PortagePlugin: make sure that /usr/lib/portage/pym is in sys.path 2013-11-29 17:38:27 +01:00
Fabio Erculiani 79885e0e0f [entropy.client.interfaces.dep] restore python3 compatibility 2013-11-29 17:38:09 +01:00
Fabio Erculiani d28fd6050f Release Entropy 237 2013-11-29 16:42:30 +01:00
Fabio Erculiani 57d22348ea [entropy.qa] _get_unresolved_sonames: try to resolve the lib using its real path 2013-11-29 16:41:21 +01:00
Fabio Erculiani 2b082167cd [entropy.tools] read_elf_real_dynamic_libraries: correctly filter out elf_file 2013-11-29 16:30:23 +01:00
Fabio Erculiani 32e48aa576 [entropy.qa] rewrite _get_unresolved_sonames: reduce false positives
Use the provided libraries metadata instead of the content metadata,
which may be really large and error prone. Improve speed and memory
usage as well.
2013-11-29 16:24:25 +01:00
Fabio Erculiani 53ef2c06bd [entropy.qa] _get_unresolved_sonames: filter symlinks from elf_files 2013-11-29 15:54:05 +01:00
Fabio Erculiani aab2449b2b [entropy.qa] _is_elf_executable_or_library: add allow_symlink keyword arg 2013-11-29 15:50:49 +01:00
Fabio Erculiani ed6e58551d [entropy.qa] move ELF file checks to separate unified function, add debug dir check 2013-11-29 15:40:52 +01:00
Fabio Erculiani 734fe7a0f9 [entropy.client.interfaces.sets] fix undefined variable: err 2013-11-29 13:10:10 +01:00
Fabio Erculiani 46cbde0a87 Release Entropy 236 2013-11-29 13:09:01 +01:00
Fabio Erculiani b7292eadf1 [entropy.fetchers] do not print "Infinity" but rather warn about the accuracy 2013-11-29 13:08:28 +01:00
Fabio Erculiani a5910790a6 [entropy.fetchers] clean code a bit 2013-11-29 13:08:07 +01:00
Fabio Erculiani 6f8164dd14 [entropy.client.package] fix regression in .edelta files download support 2013-11-29 12:55:26 +01:00
Fabio Erculiani b21654e705 Release Entropy 235 2013-11-28 20:19:05 +01:00
Fabio Erculiani 56bc937e47 [tests] cleanup run 2013-11-28 19:55:00 +01:00
Fabio Erculiani 3f046e6c07 [entropy.client.package] _garbage_collect_preserved_libs: remove library iff there are no owners 2013-11-27 18:18:33 +01:00
Fabio Erculiani dfb6fadf99 [entropy.client.package] PreservedLibraries: fix insertPreservedLibraries() call 2013-11-27 17:38:57 +01:00
Fabio Erculiani 2b3b2d0f27 [entropy.client.package] PreservedLibraries: tweak API 2013-11-27 17:29:52 +01:00
Fabio Erculiani 67443f1645 [entropy.client.package] PreservedLibraries: accept any provider as valid 2013-11-27 16:46:14 +01:00
Fabio Erculiani 97f2e47438 [entropy.client.package] simplify PreservedLibraries.remove() 2013-11-27 12:37:05 +01:00
Fabio Erculiani e7c482ac21 [entropy.db] add atom field to preserved_libs metadata 2013-11-27 12:30:09 +01:00
Fabio Erculiani 334172f8f9 [entropy.client.package] expose a list() method, wrap listAllPreservedLibraries() 2013-11-27 12:18:07 +01:00