mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 08:29:32 -05:00
updated ubuntu packagign script
This commit is contained in:
parent
2b71a049eb
commit
3a85861472
@ -4,7 +4,8 @@
|
|||||||
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="v0.6.3-official_release"
|
branch="master"
|
||||||
|
#branch="v0.6.3-official_release"
|
||||||
#bubba3="Y" # comment out to compile for bubba3
|
#bubba3="Y" # comment out to compile for bubba3
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
@ -54,7 +55,7 @@ while [ ${#} -gt 0 ]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if test "${dist}" = "" ; then
|
if test "${dist}" = "" ; then
|
||||||
dist="precise trusty vivid xenial yakkety zesty"
|
dist="precise trusty vivid xenial zesty"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo Attempting to get revision number...
|
echo Attempting to get revision number...
|
||||||
|
Loading…
Reference in New Issue
Block a user