mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -04:00
fixed branching problem in makeSOurcePackage.sh
This commit is contained in:
parent
c3460c31c7
commit
03d675157f
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
version="0.6.3"
|
version="0.6.3"
|
||||||
gitpath="https://github.com/RetroShare/RetroShare.git"
|
gitpath="https://github.com/RetroShare/RetroShare.git"
|
||||||
workdir=retroshare-${version}
|
workdir=retroshare-${version}
|
||||||
branch="master"
|
branch="v0.6.3-official_release"
|
||||||
#bubba3="Y" # comment out to compile for bubba3
|
#bubba3="Y" # comment out to compile for bubba3
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
|
@ -84,10 +84,10 @@ echo Checking out latest snapshot...
|
||||||
cd ${workdir}/src
|
cd ${workdir}/src
|
||||||
git clone --depth 1 https://github.com/RetroShare/RetroShare.git --single-branch --branch $branch .
|
git clone --depth 1 https://github.com/RetroShare/RetroShare.git --single-branch --branch $branch .
|
||||||
|
|
||||||
if ! test "$hhsh" = "" ; then
|
# if ! test "$hhsh" = "" ; then
|
||||||
echo Checking out revision $hhsh
|
# echo Checking out revision $hhsh
|
||||||
git checkout $hhsh
|
# git checkout $hhsh
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue