Commit Graph

11240 Commits

Author SHA1 Message Date
Fabio Erculiani 61ba6ea268 [entropy.client] fix deadlock when running "equo rescue generate"
_real_logger_lock must be a reentrant lock.
This fixes bug 4624.
2014-04-20 13:37:51 +01:00
Fabio Erculiani f1e7432bef [entropy.fetchers] fix undefined reference, std_err (it is actually std_r) 2014-04-14 09:08:46 +02:00
Fabio Erculiani 2f88a7e672 Tagging Entropy version 280 280 2014-04-08 13:55:57 +02:00
Fabio Erculiani 7c6b27437c Release Entropy 280 2014-04-08 13:55:56 +02:00
Fabio Erculiani f95946754d [eit.commands.cp] fix parsing of source and dest repos 2014-04-08 13:55:05 +02:00
Fabio Erculiani 8cbab29394 [eit.commands.cp] replace "+" with "*" in the packages argument spec 2014-04-08 13:46:13 +02:00
Fabio Erculiani a08324f434 Tagging Entropy version 279 279 2014-04-08 12:06:21 +02:00
Fabio Erculiani 050a790445 Release Entropy 279 2014-04-08 12:06:21 +02:00
Fabio Erculiani ba1d77fa10 [eit.commands] add --quick support to eit {mv,cp}
This avoids interactivity
2014-04-08 12:02:39 +02:00
Fabio Erculiani 8f8f58bb41 [eit.commands] remove _get_parser() from EitMv, it's shared with EitCp 2014-04-08 11:54:59 +02:00
Fabio Erculiani 7c4cedae0b Tagging Entropy version 278 278 2014-04-08 11:23:57 +02:00
Fabio Erculiani 6c5626f638 Release Entropy 278 2014-04-08 11:23:56 +02:00
Fabio Erculiani 1f064736a3 [entropy.server] do not warn about missing dependencies
The code is slow and doesn't give any useful and reliable information
to the user.
2014-04-08 09:37:29 +02:00
Fabio Erculiani 73c6c1e701 Tagging Entropy version 277 277 2014-04-04 11:35:47 +02:00
Fabio Erculiani 62e1b9e63b Release Entropy 277 2014-04-04 11:35:46 +02:00
Fabio Erculiani 788e54ced3 [Rigo] update translations 2014-04-04 11:35:27 +02:00
Fabio Erculiani 3ddeed9cdf [client] update translations 2014-04-04 11:34:35 +02:00
Fabio Erculiani 06ba8833df [entropy.qa] catch FileNotFound on read_elf_real_dynamic_libraries 2014-04-03 12:58:28 +02:00
Fabio Erculiani de1baee2cc [entropy.tools] read_elf_real_dynamic_libraries: do not block if stdout buffer is full 2014-04-03 12:58:08 +02:00
Fabio Erculiani 1ead98fb6e [entropy.tools] open os.devnull and pass a file handle to Popen() 2014-04-03 12:45:41 +02:00
Fabio Erculiani 97a5b45e27 [entropy.tools] open stdout and redirect it to os.devnull 2014-04-03 12:42:47 +02:00
Fabio Erculiani f2ddad2e0c [entropy.tools] do not read stdout at all 2014-04-03 12:40:15 +02:00
Fabio Erculiani bb47a20fc9 [entropy.tools] avoid blocking on stdout when stderr buffer was full 2014-04-03 12:37:13 +02:00
Fabio Erculiani 85c262ff90 [entropy.tools] read_elf_broken_symbols: do not block when stdio buffers are full 2014-04-03 12:20:09 +02:00
Fabio Erculiani b8ee50d514 [entropy.client.package] install: correctly deal with mkdir, makedirs errors 2014-03-24 12:19:15 +01:00
Fabio Erculiani 95702f0d7b Tagging Entropy version 276 276 2014-03-22 08:13:06 +01:00
Fabio Erculiani 6c10619d21 Release Entropy 276 2014-03-22 08:13:05 +01:00
Fabio Erculiani cda2ff9e0f [eit.command.status] fix _calculate_local_upload_files() usage 2014-03-22 08:12:23 +01:00
Fabio Erculiani 119dd0c36b [eit.commands.commit] fix "eit add foo" (when foo does not exist) 2014-03-19 12:30:47 +01:00
Fabio Erculiani 4aede70e10 [eit.commands.repack] do not set self._packages, adds unnecessary elaboration 2014-03-19 12:30:09 +01:00
Fabio Erculiani 09505b7ead [entropy.qa] do not account for broken executables if there are no missing sonames 2014-03-18 15:27:46 +01:00
Fabio Erculiani 5c246d10ba [entropy.qa] filter out missing sonames if they belong to system packages
When warning user for potentially broken ELF objects, it is better
to filter out sonames pointing to system packages.
2014-03-18 15:21:29 +01:00
Fabio Erculiani d0fce0b375 [entropy.qa] move is_system_pkg to instance method 2014-03-18 15:20:26 +01:00
Fabio Erculiani b9d87febc2 Tagging Entropy version 275 275 2014-03-16 17:04:11 +01:00
Fabio Erculiani 8e64909155 Release Entropy 275 2014-03-16 17:04:10 +01:00
Fabio Erculiani a04e6381bb [Rigo] update translations 2014-03-16 17:03:48 +01:00
Fabio Erculiani 0af817e33b [client] update translations 2014-03-16 17:03:23 +01:00
Fabio Erculiani b8d3b84f4c [entropy.qa] catch FileNotFound when calling read_elf_broken_symbols
This fixes bug #4632
2014-03-15 09:42:00 +01:00
Fabio Erculiani 54afc204d5 Tagging Entropy version 274 274 2014-03-05 12:44:45 +01:00
Fabio Erculiani 200d0ce137 Release Entropy 274 2014-03-05 12:44:44 +01:00
Fabio Erculiani 704b9a161a [entropy.server.interfaces.mirrors] fix _calculate_remote_package_files wrt separate package dirs 2014-03-05 12:43:16 +01:00
Fabio Erculiani 285b5558af [entropy.server.interfaces.mirrors] speed up _calculate_local_{upload,package}_files 2014-03-05 11:20:50 +01:00
Fabio Erculiani 880aba81cb [entropy.server.interfaces.mirrors] simplify local packages calculation methods 2014-03-05 11:18:26 +01:00
Fabio Erculiani 7bc1306d28 [Rigo] require Gtk+ 3.10 and solve all deprecation warnings related to Gtk*Box 2014-03-02 12:13:14 +01:00
Fabio Erculiani 11d166dfad Tagging Entropy version 273 273 2014-02-26 16:02:42 +01:00
Fabio Erculiani 846e9b16d8 Release Entropy 273 2014-02-26 16:02:41 +01:00
Fabio Erculiani 9c505b4f58 [entropy.server] correctly generate extra_download URLs 2014-02-26 16:02:13 +01:00
Fabio Erculiani 55d7dc68ef Tagging Entropy version 272 272 2014-02-21 11:08:44 +01:00
Fabio Erculiani 2e82d22768 Release Entropy 272 2014-02-21 11:08:44 +01:00
Fabio Erculiani 7456df4e9a Tagging Entropy version 271 2014-02-21 11:08:27 +01:00