Re: [arch-projects] [devtools] [PATCH 3/3] makerepropkg: support checking multiple split packages

2019-12-16 Thread Levente Polyak via arch-projects
Please adjust zsh_completions.in to take multiple packages in _makerepropkg_args

Re: [arch-projects] [devtools] [PATCH 2/3] makerepropkg: add support to check unreproducible packages using diffoscope

2019-12-16 Thread Levente Polyak via arch-projects
Please add the new option to zsh_completions.in

[arch-projects] [devtools] [PATCH 0/3] makerepropkg improvements

2019-12-16 Thread Eli Schwartz via arch-projects
Available at https://github.com/eli-schwartz/devtools/commits/makerepropkg-diffoscope Eli Schwartz (3): makerepropkg: fix wonky indent makerepropkg: add support to check unreproducible packages using diffoscope makerepropkg: support checking multiple split packages

[arch-projects] [devtools] [PATCH 3/3] makerepropkg: support checking multiple split packages

2019-12-16 Thread Eli Schwartz via arch-projects
By specifying multiple package files, we assume they are all from the same PKGBUILD, and try to check them all against the produced artifacts. Since the buildinfo should be comparable for all of them, we simply use the first one passed on the command line. Signed-off-by: Eli Schwartz ---

[arch-projects] [devtools] [PATCH 2/3] makerepropkg: add support to check unreproducible packages using diffoscope

2019-12-16 Thread Eli Schwartz via arch-projects
Signed-off-by: Eli Schwartz --- doc/makerepropkg.1.asciidoc | 3 +++ makerepropkg.in | 14 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/doc/makerepropkg.1.asciidoc b/doc/makerepropkg.1.asciidoc index 7d68e5e..301b73e 100644 ---

[arch-projects] [devtools] [PATCH 1/3] makerepropkg: fix wonky indent

2019-12-16 Thread Eli Schwartz via arch-projects
Signed-off-by: Eli Schwartz --- makerepropkg.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/makerepropkg.in b/makerepropkg.in index 710f3ca..2b0945e 100755 --- a/makerepropkg.in +++ b/makerepropkg.in @@ -101,12 +101,12 @@ __EOF__ } while getopts 'M:c:h'