mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 15:31:47 +01:00
Fix the Git version in the footer with the Docker image and change the wording.
This commit is contained in:
parent
4b2c4db457
commit
6ca701f6fd
15 changed files with 28 additions and 19 deletions
|
|
@ -1,7 +1,3 @@
|
|||
tracks_version='2.6.0'
|
||||
# comment out next two lines if you do not want (or can not) the date of the
|
||||
# last git commit in the footer
|
||||
info=`git log --pretty=format:"%ai" -1`
|
||||
tracks_version=tracks_version + ' ('+info+')'
|
||||
|
||||
TRACKS_VERSION=tracks_version
|
||||
TRACKS_VERSION='2.6.0'
|
||||
TRACKS_REVISION_WITH_DATE=`git log --date=format:'%Y-%m-%d' --pretty=format:"%h @ %ad" -1`
|
||||
TRACKS_REVISION=`git log --pretty=format:"%h" -1`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue