mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fixed makeSourcePackage.sh
This commit is contained in:
parent
9b16e3338f
commit
f663600be5
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
###################### PARAMETERS ####################
|
###################### PARAMETERS ####################
|
||||||
gitpath="https://github.com/RetroShare/RetroShare.git"
|
gitpath="https://github.com/RetroShare/RetroShare.git"
|
||||||
#branch="master"
|
branch="master"
|
||||||
branch="v0.6.4-official_release"
|
#branch="v0.6.4-official_release"
|
||||||
#bubba3="Y" # comment out to compile for bubba3
|
#bubba3="Y" # comment out to compile for bubba3
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ gpgkey="0932399B"
|
||||||
|
|
||||||
date=`git log --pretty=format:"%ai" | head -1 | cut -d\ -f1 | sed -e s/-//g`
|
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`
|
time=`git log --pretty=format:"%aD" | head -1 | cut -d\ -f5 | sed -e s/://g`
|
||||||
hhsh=`git log --pretty=format:"%H" | head -1 | cut -c1-8`
|
hhsh=`git log --pretty=format:"%H" | head -1 | cut -c1-8`
|
||||||
|
|
||||||
rev=${date}.${hhsh}
|
rev=${date}.${hhsh}
|
||||||
useretrotor="false"
|
useretrotor="false"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue