aboutsummaryrefslogtreecommitdiff
path: root/build_all.sh
diff options
context:
space:
mode:
authorCoelacanthus <[email protected]>2021-10-24 17:57:49 +0800
committerCoelacanthus <[email protected]>2021-10-24 18:03:41 +0800
commit31674b7581a3638667db705e6deb81608ca3ba76 (patch)
tree52ed8e43d577b17628d311bbc21bf9db29f42715 /build_all.sh
parent9330288186a6c17ffee9b90d628c7d2ae25ec5a1 (diff)
refactor(makepkg): move sign, ACKAGER and GPGKEY to makepkg.conf
Signed-off-by: Coelacanthus <[email protected]>
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_all.sh b/build_all.sh
index 15d7c92..7f22e11 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -10,7 +10,7 @@ pushd kunoisayami
for folder in */ ; do
PACKAGE_NAME=$(printf $folder | sed 's/.$//')
pushd "$folder"
- SRCPKGDEST=$SRCDEST SRCDEST=$SRCDEST PKGDEST=$PKGDEST MAKEPKG_CONF=$CONFDEST makepkg --clean --sign --key 4A0F0C8BC709ACA4341767FB243975C8DB9656B9
+ SRCPKGDEST=$SRCDEST SRCDEST=$SRCDEST PKGDEST=$PKGDEST MAKEPKG_CONF=$CONFDEST makepkg --clean
if [ $? == 0 ]; then
echo "$PACKAGE_NAME" >> "$REPO_PENDING"
fi