mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-26 03:10:58 -04:00
updated packaging scripts
This commit is contained in:
parent
1e23b97244
commit
721b4675d8
2 changed files with 8 additions and 2 deletions
|
@ -56,7 +56,7 @@ ccount=`expr $ccount + 8613 - 8267`
|
|||
|
||||
date=`git log --pretty=format:"%ai" | head -1 | cut -d\ -f1 | sed -e s/-//g`
|
||||
time=`git log --pretty=format:"%aD" | head -1 | cut -d\ -f5 | sed -e s/://g`
|
||||
hhsh=`git log --pretty=format:"%h" | head -1`
|
||||
hhsh=`git log --pretty=format:"%H" | head -1 | cut -c1-8`
|
||||
|
||||
rev=${date}.${hhsh}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue