aboutsummaryrefslogtreecommitdiff
path: root/_scripts/repoinfo
blob: b413e6e9cd8f075afcd4f8bcfce459c69c2e7f3a (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
export LANG=C
cat << EOF
commit: $(git rev-parse HEAD)
slug: $(git describe --always --dirty='*' --abbrev)
build_date: $(date -Idate)
EOF