mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 06:59:27 -05:00
fixed branching problem in makeSOurcePackage.sh
This commit is contained in:
parent
c3460c31c7
commit
03d675157f
@ -4,7 +4,7 @@
|
||||
version="0.6.3"
|
||||
gitpath="https://github.com/RetroShare/RetroShare.git"
|
||||
workdir=retroshare-${version}
|
||||
branch="master"
|
||||
branch="v0.6.3-official_release"
|
||||
#bubba3="Y" # comment out to compile for bubba3
|
||||
######################################################
|
||||
|
||||
@ -84,10 +84,10 @@ echo Checking out latest snapshot...
|
||||
cd ${workdir}/src
|
||||
git clone --depth 1 https://github.com/RetroShare/RetroShare.git --single-branch --branch $branch .
|
||||
|
||||
if ! test "$hhsh" = "" ; then
|
||||
echo Checking out revision $hhsh
|
||||
git checkout $hhsh
|
||||
fi
|
||||
# if ! test "$hhsh" = "" ; then
|
||||
# echo Checking out revision $hhsh
|
||||
# git checkout $hhsh
|
||||
# fi
|
||||
|
||||
cd -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user