- Mar 01, 2018
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Feb 28, 2018
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
There is no need for two stderr properties. Signed-off-by: Juliana Oliveira <juliana.orod@gmail.com>
-
-
Since wait() now only returns its process returncode, there is no need to keep it. This patch adds a returncode property to Command and replaces .wait when catching exit codes.
-
Popen requires thread/IO micromanaging, and locks some interactions with multiprocess lib due to its combined behavior with subprocess.PIPE, being unusable with .map function. Subprocess.run simplifies command execution by managing threads/IO and is also recommended over Popen since Python 3.5. As a result, stderr and stdout were also simplified. Signed-off-by: Juliana Oliveira <juliana.orod@gmail.com> Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Feb 15, 2018
-
-
Chris Lamb authored
Add support for comparing Berkeley DB files. This is currently incomplete because the Berkeley DB libraries do not return the same uid/hash reliably (it returns "random" memory contents) so we must strip those from the human-readable output. (Closes: #890528)
-
- Feb 10, 2018
-
-
Chris Lamb authored
-
Chris Lamb authored
-
- Feb 05, 2018
-
-
Mattia Rizzolo authored
Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Uses procyon-decompiler as main option for ClassFiles and javap as a fallback. (Closes: #849386) Signed-off-by: Juliana Oliveira <juliana.orod@gmail.com> Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Jan 31, 2018
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Juliana Oliveira authored
FileNotFoundError is randomly found when spawning async processes Signed-off-by: Juliana Oliveira <juliana.orod@gmail.com>
-
- Jan 26, 2018
-
-
Ximin Luo authored
-
Ximin Luo authored
Actually this reveals that the Config() singleton pattern does not play nicely with our tests, eventually this should be cleaned up.
-
Ximin Luo authored
i.e. exclude metadata by default, when not comparing two directories. The reasoning is explained in the additional help text, and is implicitly why "compare_meta" was always defined in directory.py and why originally --no-exclude-directory-metadata did not apply to file comparison. (It now does, to fix #888402).
-
- Jan 25, 2018
-
-
Chris Lamb authored
-
Chris Lamb authored
Show extended filesystem metadata (etc.) even when directly comparing two files, not just when we specify two directories. (Closes: #888402)
-
Closes: #887180 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
- Jan 24, 2018
-
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
Gbp-Dch: ignore
-
Chris Lamb authored
-
Chris Lamb authored
-
- Jan 16, 2018
-
-
Chris Lamb authored
-
- Jan 12, 2018
-
-
Chris Lamb authored
tests.comparators.test_elf: Return "unknown" if we can't parse the readelf version number eg. for FreeBSD. We don't skip those tests; as they should still run. (Closes: #886963)
-
- Jan 11, 2018
-
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-