aboutsummaryrefslogtreecommitdiff
path: root/_scripts/repoinfo
blob: bce0fa7d2d37c4047d39920d57c5cb6fa838b20b (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 +'@%s')'
EOF