Commit Graph

11377 Commits

Author SHA1 Message Date
Fabio Erculiani
98cd2b2b9f [rigo] Force terminal expansion, fixes bug #5305 2016-11-19 21:14:41 +01:00
mudler
04c46ce17c Tagging Entropy version 304 304 2016-09-18 16:54:55 +02:00
mudler
4a0488bd41 Release Entropy 304 2016-09-18 16:54:55 +02:00
mudler
76f8fd1b92 add CICKU's FOSS Mirror 2016-09-17 14:09:06 +02:00
Fabio Erculiani
0d778e8b39 Merge pull request #32 from freeboson/equo-zsh-updates
Equo zsh completion updates
2016-09-02 09:40:42 +02:00
Sujeet Akula
3fc1de1e74 break up the long text processing pipes 2016-08-31 07:49:02 +10: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
5ae09bf9c3 Merge pull request #30 from Enlik/exc-handler-fix
[entropy.client] fixes to exception handler
2016-08-30 20:18:38 +02:00
Fabio Erculiani
bf5e00d014 Merge pull request #24 from skwerlman/patch-1
[solo.commands.moo] fix `lxnay` speech bubble
2016-08-30 20:17:57 +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
Fabio Erculiani
b38fc48ac3 Merge pull request #29 from Enlik/large-qa-env
[entropy.client,conf] avoid "Argument list too long"
2016-08-30 20:16:23 +02:00
Sujeet Akula
0b7efb5be9 update aliases in subcommand switch 2016-08-30 23:50:37 +10:00
Sujeet Akula
50f7796fea get all the pathological subcommand -h cases 2016-08-30 23:49:19 +10:00
Sujeet Akula
d6ad7780fa should not have edited this line 2016-08-30 23:48:44 +10:00
Sujeet Akula
3844653ee5 change equo -h parsing 2016-08-30 17:00:32 +10:00
Sujeet Akula
cbc9a2d602 equo query list called twice for no reason 2016-08-30 16:59:25 +10:00
Sujeet Akula
8c3308cf91 Remove --nocolor, update --color desc 2016-08-30 16:59:06 +10: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
37d15af8bf [entropy.client] fixes to exception handler
- correct negated logic in EPIPE hanling
- correct ENOSPC handling (it's IOError, but OSError was catched)
- support Python 3.3+ which got reworked exceptions
2016-08-04 01:30:22 +02:00
Sławomir Nizio
12a7bdd2be [entropy.client,conf] avoid "Argument list too long" 2016-08-02 09:04:50 +02:00
Fabio Erculiani
28d16ff864 Tagging Entropy version 303 303 2016-07-08 09:04:30 +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
Fabio Erculiani
810722ca40 Update mirror.dkm.cz URI 2016-06-13 16:09:45 +02:00
mudler
5b573209bf Tagging Entropy version 302 302 2016-05-16 22:22:26 +02:00
mudler
2ab2130714 Release Entropy 302 2016-05-16 22:22:26 +02:00
Fabio Erculiani
dceea5bc79 Merge pull request #27 from mudler/master
[entropy.client] adding support for wildcard in ACCEPT_LICENSE
2016-05-16 21:08:13 +02:00
mudler
8af6a2678d [entropy.client] adding support for wildcard in ACCEPT_LICENSE
This allows to call equo with ACCEPT_LICENSE="*" and accept automatically all the licenses without user prompting
2016-05-14 23:08:08 +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
Fabio Erculiani
af86b58368 Merge pull request #22 from Enlik/repo-on-conflict-for-mask
[entropy.client] print repository name on dependency conflict
2016-05-08 14:10:39 -07:00
Fabio Erculiani
0c92120031 Merge pull request #25 from Enlik/tests-and-ldd
correct tests and read_elf_broken_symbols
2016-04-16 20:25:48 +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
skwerlman
f4d09bcef0 [solo.commands.moo] fix lxnay speech bubble 2016-04-08 15:48:24 -04: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
Sławomir Nizio
b12a25e72d [entropy.client] print repository on conflict
Copy-pastable for equo mask.
2016-03-30 23:02:46 +02:00
Fabio Erculiani
1e23d2cecb Tagging Entropy version 301 301 2016-03-20 19:32:34 +01:00
Fabio Erculiani
96ed6d3c5e Release Entropy 301 2016-03-20 19:32:33 +01:00
Fabio Erculiani
91ed0f744d Update translations 2016-03-20 19:32:01 +01:00
Fabio Erculiani
a305f121ee Merge pull request #21 from Enlik/oscheck-packages
oscheck: add "packages" option support, and repair --mtime
2016-03-20 19:29:18 +01:00
Sławomir Nizio
b43498596e [solo.commands.security] repair --mtime in oscheck
While testing the change that adds [package ...] to oscheck, I noticed
this bug.
2016-03-07 22:08:18 +01:00
Sławomir Nizio
449b1c3fe7 [solo.commands.security] support for package names in oscheck 2016-03-07 21:00:06 +01:00
Fabio Erculiani
b17686f008 Merge pull request #20 from mudler/master
[entropy.tools] add PPC to elf_class_strtoint
2016-03-07 11:56:48 +01:00
mudler
3ff54e824f [entropy.tools] add PPC to elf_class_strtoint 2016-01-21 16:28:29 +01:00
Fabio Erculiani
b5bbd6dcda [conf] update GARR mirror URLs 2015-12-23 20:54:30 +01:00
Fabio Erculiani
d90f406218 Merge pull request #18 from mudler/patch-2
[entropy.tools] add MIPS to elf_class_strtoint
2015-11-30 11:11:31 +01:00
Ettore Di Giacinto
a20db47d82 [entropy.tools] add MIPS to elf_class_strtoint 2015-11-28 15:50:28 +01:00
Fabio Erculiani
f394eff925 Tagging Entropy version 300 300 2015-10-29 19:03:36 +01:00