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-08 10:27:42 +0200
committerErich Eckner <git@eckner.net>2023-07-08 10:27:42 +0200
commit4d42e82deaeed372f42a59413b319f90140e8c91 (patch)
treed022ebdfeec3cb2dbd507f56d639882acc9bc74c
parent1e76831d9b174c801e217fa97dcd96d668c53704 (diff)
bin/harvest-commit-times: add verbosity
-rwxr-xr-xbin/harvest-commit-times5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/harvest-commit-times b/bin/harvest-commit-times
index 3249960..21855ff 100755
--- a/bin/harvest-commit-times
+++ b/bin/harvest-commit-times
@@ -114,8 +114,11 @@ while true; do
"${id}" \
"${commit_time}"
else
- >&2 printf 'Package source %s is not available in git.\n' \
+ >&2 printf 'Package source %s is not available in git:\n' \
"${id}"
+ >&2 printf '%s ' \
+ "${pkgbase}" "${git_revision}" "${mod_git_revision}" "${repository}" "${architecture}"
+ >&2 printf '\n'
exit 2
fi
done > \