From 8712c3aeefc6dba71efb28657ba53e85ed74e865 Mon Sep 17 00:00:00 2001 From: nyyu Date: Wed, 22 Mar 2023 08:43:41 +0100 Subject: [PATCH] chore: add log build package --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 0c4f553..1a15fc8 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ build() { fi if ! compgen -G "/repo/${name}-${epoch}${ver}-${rel}-*.pkg.tar.zst" >/dev/null; then + echo "Building package ${name}-${epoch}${ver}-${rel}" if makepkg --nodeps --skippgpcheck --noconfirm --sign || makepkg -C -s --skippgpcheck --noconfirm --sign || makepkg -C -s --skippgpcheck --nocheck --noconfirm --sign; then for pkg in *.pkg.tar.zst; do cp "${pkg}"{,.sig} /repo/