diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-09-11 23:10:04 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-09-28 00:15:33 +0200 |
commit | 144f8966608211f85fb492a4cce3c159989dd2eb (patch) | |
tree | 3fce3ce1a64507eb23edb8e2069586949eeb7720 /archbuild.in | |
parent | bbcff883d59e2fce4b26d241892bf83c70e9b704 (diff) | |
download | devtools32-144f8966608211f85fb492a4cce3c159989dd2eb.tar.xz |
makechrootpkg: run checkpkg automatically after build
Cache previous versions required for checkpkg via pacman to avoid
multiple downloads when running multiple times.
In case we can't download the packages, like while building out of repo
packages, print a warning instead of running checkpkg
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'archbuild.in')
-rw-r--r-- | archbuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in index 69bb029..9e32292 100644 --- a/archbuild.in +++ b/archbuild.in @@ -5,7 +5,7 @@ m4_include(lib/common.sh) m4_include(lib/archroot.sh) base_packages=(base-devel) -makechrootpkg_args=(-c -n) +makechrootpkg_args=(-c -n -C) cmd="${0##*/}" if [[ "${cmd%%-*}" == 'multilib' ]]; then |