mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 12:54:26 -04:00
merged previsous revisions
This commit is contained in:
parent
b8a556aae2
commit
c3460c31c7
1 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,12 @@ mkdir -p ${workdir}/src
|
||||||
echo Checking out latest snapshot...
|
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
|
||||||
|
echo Checking out revision $hhsh
|
||||||
|
git checkout $hhsh
|
||||||
|
fi
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
if ! test -d ${workdir}/src/libretroshare/; then
|
if ! test -d ${workdir}/src/libretroshare/; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue