Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 > \