summaryrefslogtreecommitdiff
path: root/cron-jobs/sourceballs2
diff options
context:
space:
mode:
Diffstat (limited to 'cron-jobs/sourceballs2')
-rwxr-xr-x[-rw-r--r--]cron-jobs/sourceballs26
1 files changed, 6 insertions, 0 deletions
diff --git a/cron-jobs/sourceballs2 b/cron-jobs/sourceballs2
index b70f417..b29b396 100644..100755
--- a/cron-jobs/sourceballs2
+++ b/cron-jobs/sourceballs2
@@ -45,6 +45,7 @@ for repo in ${PKGREPOS[@]}; do
msg2 "$pkgbase-$pkgver-$pkgrel..."
makepkg --allsource --ignorearch -c
+ makepkg --allsource --ignorearch -c >/dev/null 2>&1
[[ $? -ne 0 ]] && {
warning "Failed."
@@ -88,5 +89,10 @@ if [ ${#old_pkgs[@]} -ge 1 ]; then
done
fi
+msg "Failed"
+for _fail in ${failedpkgs[@]}; do
+ msg2 "$_fail"
+done
+
script_unlock