summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2020-11-17 05:00:03 +0000
committerParabola git <git@parabola.nu>2020-11-17 05:00:03 +0000
commit45d67dbc4d2537716aac1295331c92f5b4457313 (patch)
treeb16364d727f58fd54455f7e03975f7d3cc4f5678
parent97c53d0ee05d79be8542a2be8002d45a4056385e (diff)
Update from cron
-rwxr-xr-xabslibre/abslibre.git/hooks/commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/abslibre/abslibre.git/hooks/commit-msg b/abslibre/abslibre.git/hooks/commit-msg
index 139c4d6..0f8af85 100755
--- a/abslibre/abslibre.git/hooks/commit-msg
+++ b/abslibre/abslibre.git/hooks/commit-msg
@@ -22,7 +22,7 @@ then repo_pkg="${BASH_REMATCH[1]}"
if git ls-tree --name-only -r master | grep "^${repo_pkg}/PKGBUILD$" # &> /dev/null
then echo '==> Rebuilding ${pkg} ...'
if ~autobuilder/.local/bin/autobuild ${repo_pkg}
- then exit 1
+ then exit 42
else echo "${commit_msg} - autobuild failed" > ${commit_msg_file}
fi
fi