From ae14c246b800139e3a8f5589fb8fe12aaeab6a76 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Fri, 25 Aug 2023 04:02:56 +0200 Subject: feat(makerepropkg): Add option to skip running check for speedup Add -n to allow running makepkg with --nocheck. This is useful to reduce the time required to reproduce a package, as they should not depend on running the check function for being reproducible. Signed-off-by: Levente Polyak --- contrib/completion/bash/devtools.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/completion/bash/devtools.in') diff --git a/contrib/completion/bash/devtools.in b/contrib/completion/bash/devtools.in index b347b31..78f0741 100644 --- a/contrib/completion/bash/devtools.in +++ b/contrib/completion/bash/devtools.in @@ -42,6 +42,7 @@ complete -F _makechrootpkg makechrootpkg _makerepropkg_args=( -h -d + -n -c -M ) -- cgit v1.2.3-70-g09d2