diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 21:15:21 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-24 21:15:21 +0100 |
commit | 126fa877f904a894e43c423fe19427e9221e36d1 (patch) | |
tree | 4522622d5719a78dee7b60d97dba5d58695496ea /_scripts/repoinfo | |
parent | 1892bc38d8416a6ec79f37c41a9ffb38b6f44938 (diff) |
more tweaks
Diffstat (limited to '_scripts/repoinfo')
-rwxr-xr-x | _scripts/repoinfo | 2 |
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 |