Commit Graph

1416 Commits

Author SHA1 Message Date
mudler
4a0488bd41 Release Entropy 304 2016-09-18 16:54:55 +02:00
Fabio Erculiani
b8007c3445 Merge pull request #23 from rdnetto/bugfix_read_settings
[entropy.core] _system_parser: Actually read the file
2016-08-30 20:19:46 +02:00
Fabio Erculiani
abde25f918 Merge pull request #31 from Enlik/conflict-print-revdeps
[solo.commands,lib] display packages that pull in conflicting ones
2016-08-30 20:17:35 +02:00
Sławomir Nizio
706d6bca55 [solo.commands,lib] improve message about conflicted packages
Don't show the package itself. If there are no revdeps, nothing would be
shown so a custom "(no reverse dependencies)" message will appear, which
is clearer.
2016-08-06 20:55:33 +02:00
Sławomir Nizio
e96db09ad7 [solo.commands,lib] display packages that pull in conflicting ones 2016-08-05 20:00:21 +02:00
Sławomir Nizio
12a7bdd2be [entropy.client,conf] avoid "Argument list too long" 2016-08-02 09:04:50 +02:00
Fabio Erculiani
aeaf05fe4d Release Entropy 303 2016-07-08 09:04:30 +02:00
Fabio Erculiani
9097421320 [entropy.services.client] fix SSL certs validation when Python 2.7.9+ is in use 2016-07-08 09:03:54 +02:00
mudler
2ab2130714 Release Entropy 302 2016-05-16 22:22:26 +02:00
Fabio Erculiani
f935b1821f Merge pull request #26 from mudler/master
[entropy.tools] add IA_64 to elf_class_strtoint
2016-05-14 12:00:39 +02:00
mudler
67a645fabe [entropy.tools] add IA_64 to elf_class_strtoint 2016-05-14 11:49:37 +02:00
Sławomir Nizio
97a99edbf3 [entropy.tools] correct read_elf_broken_symbols
ldd (now?) prints this to stdout; read from both streams.
2016-04-15 00:21:53 +02:00
Sławomir Nizio
d9843c2d1d [tests] enforce default caching policy
When ran in a chroot in environment where entropy.tools.total_memory()
would return 0, the test failed.
2016-04-14 22:38:14 +02:00
Reuben D'Netto
c530299fb5 [entropy.core] _system_parser: Actually read the file
Fixed bug introduced in: a2315b1 [entropy.core] _system_parser: drop access() usage

This ensures that /etc/entropy/entropy.conf is read, instead of being
ignored.
2016-04-06 21:57:06 +10:00
Fabio Erculiani
96ed6d3c5e Release Entropy 301 2016-03-20 19:32:33 +01:00
mudler
3ff54e824f [entropy.tools] add PPC to elf_class_strtoint 2016-01-21 16:28:29 +01:00
Ettore Di Giacinto
a20db47d82 [entropy.tools] add MIPS to elf_class_strtoint 2015-11-28 15:50:28 +01:00
Fabio Erculiani
5ea91aefd7 Release Entropy 300 2015-10-29 19:03:36 +01:00
Fabio Erculiani
09ed451247 [entropy.core.settings.base] fix call to .write() 2015-10-29 19:03:15 +01:00
Fabio Erculiani
baa30318e1 Release Entropy 299 2015-10-29 18:54:00 +01:00
Fabio Erculiani
6f061406c1 [entropy.core.settings.base] fix tuple index when value is NoneType 2015-10-29 18:53:09 +01:00
Fabio Erculiani
da39ba3ad9 Release Entropy 298 2015-08-22 23:49:00 +01:00
Sławomir Nizio
bfe8b9951c [entropy.tools] add AARCH64 to elf_class_strtoint 2015-08-11 22:10:37 +02:00
Fabio Erculiani
460adbe92f Merge pull request #13 from geaaru/basic_ssl
Add support to Basic Authentication and permit disable of SSL certificate validation
2015-06-06 13:52:58 +01:00
Geaaru
38d03dc200 Add support to Basic Authentication and permit disable of SSL certificate validation on https protocol 2015-06-05 15:37:22 +02:00
Fabio Erculiani
dd2e9560a3 Release Entropy 297 2015-06-03 06:50:08 +01:00
Sławomir Nizio
d2273933e9 [entropy.tools] add more arches to elf_class_strtoint 2015-05-27 20:20:01 +02:00
Fabio Erculiani
1e83c54741 Release Entropy 296 2015-03-17 16:16:54 +00:00
Fabio Erculiani
39884e2a6a [entropy.tools] add support for "ARM" in elf_class_strtoint 2015-03-17 16:16:05 +00:00
Fabio Erculiani
c875341fa5 Release Entropy 295 2015-01-13 10:19:05 +00:00
Fabio Erculiani
0baa8ffedc Release Entropy 294 2015-01-10 07:33:45 +00:00
Fabio Erculiani
4e0232f22e Release Entropy 293 2014-11-30 14:57:24 +00:00
Fabio Erculiani
12d01a9465 [entropy.server] fix typo in list comprehension 2014-11-30 14:54:38 +00:00
Fabio Erculiani
a67ea012dd [entropy.server] make dep_rewrite also affect conflicts
This makes possible to remove or edit conflict dependencies
2014-11-30 14:52:21 +00:00
Fabio Erculiani
6940a64e76 Release Entropy 292 2014-10-24 09:21:08 +02:00
Fabio Erculiani
bbca80a3ed [entropy.client.interfaces.server] fix format string 2014-10-24 09:20:45 +02:00
Fabio Erculiani
bb8cb2e354 Release Entropy 291 2014-10-23 19:03:20 +02:00
Fabio Erculiani
5d1aba59b9 [entropy.client.interfaces.dep] use dict comprehension instead of canonical for loop 2014-10-23 18:00:39 +02:00
Fabio Erculiani
a3abd709a9 [entropy.client.interfaces.dep] exclude non-relevant metadata from library breakage computation 2014-10-23 17:56:10 +02:00
Fabio Erculiani
4afda8f02f [entropy.client.interfaces.dep] resolve needed libs by also using RPATH 2014-10-23 14:57:59 +02:00
Fabio Erculiani
66afa1bdbb [entropy.tools] collect_linker_paths() returns a tuple() now. 2014-10-23 12:55:40 +02:00
Fabio Erculiani
531c769b9b [entropy.tools] avoid open() races in collect_linker_paths() 2014-10-23 12:36:33 +02:00
Fabio Erculiani
8d87024cd0 [entropy.db.sqlite] do not drop neededreference, keep it for backward compat. 2014-10-20 21:38:20 +02:00
Fabio Erculiani
90d6b4bafc [entropy.client.interfaces.dep] extend usage of needed_libs, propagate rpath 2014-10-20 17:10:09 +02:00
Fabio Erculiani
e04bb66e3d [entropy.client.interfaces.dep] fix usage of new needed_libs metadata 2014-10-20 17:02:17 +02:00
Fabio Erculiani
376d8e11ce [entropy.qa] drop warn_missing_dependencies, no longer used 2014-10-20 16:41:38 +02:00
Fabio Erculiani
d857d99832 [entropy.qa] test_missing_runtime_libraries: migrate to new needed_libs metadata 2014-10-20 16:35:20 +02:00
Fabio Erculiani
a3de15d3cf [entropy.qa] migrate parts of the module to the new needed_libs metadata 2014-10-20 16:09:07 +02:00
Fabio Erculiani
3389374cdb [entropy.spm] do not use server-side linker paths to determine provided_libs 2014-10-20 15:47:57 +02:00
Fabio Erculiani
9f910e9b09 [entropy.tools] add helper function: parse_rpath 2014-10-20 15:17:01 +02:00