aboutsummaryrefslogtreecommitdiff
path: root/_scripts/repoinfo
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 21:15:21 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-24 21:15:21 +0100
commit126fa877f904a894e43c423fe19427e9221e36d1 (patch)
tree4522622d5719a78dee7b60d97dba5d58695496ea /_scripts/repoinfo
parent1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (diff)
more tweaks
Diffstat (limited to '_scripts/repoinfo')
-rwxr-xr-x_scripts/repoinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/_scripts/repoinfo b/_scripts/repoinfo
index b413e6e..bce0fa7 100755
--- a/_scripts/repoinfo
+++ b/_scripts/repoinfo
@@ -3,6 +3,6 @@ export LANG=C
cat << EOF
commit: $(git rev-parse HEAD)
slug: $(git describe --always --dirty='*' --abbrev)
-build_date: $(date -Idate)
+build_date: '$(date +'@%s')'
EOF