From 6b40fdb30412739c89a367974258d20ce4253d21 Mon Sep 17 00:00:00 2001 From: langfingaz Date: Mon, 26 Apr 2021 18:50:23 +0200 Subject: [PATCH] improve build-all script --- build-all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-all.sh b/build-all.sh index 461da2b..75ff60b 100644 --- a/build-all.sh +++ b/build-all.sh @@ -1,7 +1,11 @@ #!/bin/bash +# build all packages for PKG in pkg/*; do cd "${PKG}" || exit aur build -c || exit cd ../.. || exit done + +# push remote repository +arch-repo-push-new || exit