[arch-projects] [devtools] [PATCH 2/2] makechrootpkg: use the chroot database to find checkpkg packages

2020-01-02 Thread Eli Schwartz via arch-projects
We don't want to check against the current version known to the host system, because that will be incorrect in a wide variety of situations, including: - the build host hasn't done a full system upgrade yet - we're building against staging, and want to see the delta between different staging

[arch-projects] [devtools] [PATCH 1/2] checkpkg: fix support for http:// url comparisons

2020-01-02 Thread Eli Schwartz via arch-projects
Broken in commit c14338c0fe71a74f5e56b4f3af7c548fe0928e15. Signed-off-by: Eli Schwartz --- checkpkg.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/checkpkg.in b/checkpkg.in index 374c004..d7c0948 100644 --- a/checkpkg.in +++ b/checkpkg.in @@ -95,8 +95,10 @@ for

[arch-projects] [devtools] [PATCH 4/4] zsh-completion: update for new makerepropkg options

2020-01-02 Thread Eli Schwartz via arch-projects
Thanks to anthraxx for the guidance. Original-patch-by: Levente Polyak Signed-off-by: Eli Schwartz --- zsh_completion.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh_completion.in b/zsh_completion.in index a1225aa..e59bc3a 100644 --- a/zsh_completion.in +++