index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-24 16:27:35 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-24 16:27:35 +0200 |
commit | 012d9fa73d6197b4a577ee78d5888be670bcd106 (patch) | |
tree | 2e5b8b290552f3db753dbdf67585d0bd545ec076 /bin/harvest-commit-times | |
parent | 2722efe6a807ed4aede5001b6d032a579d772c0e (diff) |
-rwxr-xr-x | bin/harvest-commit-times | 2 |
diff --git a/bin/harvest-commit-times b/bin/harvest-commit-times index 0501fc5..3249960 100755 --- a/bin/harvest-commit-times +++ b/bin/harvest-commit-times @@ -107,7 +107,7 @@ while true; do | while read -r id pkgbase git_revision mod_git_revision repository architecture; do commit_time=$( # shellcheck disable=SC2154 - git -C "${repo_paths__state}" log -n 1 --pretty=format:%ct "${repository}-${architecture}/${pkgbase}" + git -C "${repo_paths__state}" log -n 1 --pretty=format:%ct HEAD -- "${repository}-${architecture}/${pkgbase}" ) if [ -n "${commit_time}" ]; then printf '%s\t%s\n' \ |