Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-07-17 21:11:58 +0200
committerErich Eckner <git@eckner.net>2023-07-17 21:11:58 +0200
commit35a86a9f4ea28afa12fd8df8615bc6edbf47c118 (patch)
tree8f831909c7dc063219644a698b3b7ae948bc9658
parentcc4f6dcf65e004fa5c69082953fe29db0d2e158e (diff)
bin/sanity-check: execute all left-over intentions at the start
* the sanity-check should only run, when nothing else runs * this enables some level of clean-up: intentions, that never successfully ran, will be tried again, here
-rwxr-xr-xbin/sanity-check2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 4ab0c9e..ee3e28a 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -81,6 +81,8 @@ if ! verbose_flock ${block_flag} 9; then
exit
fi
+execute_all_intentions
+
# shellcheck disable=SC2016
repos=$(
{