mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-04 20:59:05 -04:00
updated ubuntu packagign script
This commit is contained in:
parent
2b71a049eb
commit
3a85861472
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
version="0.6.3"
|
||||
gitpath="https://github.com/RetroShare/RetroShare.git"
|
||||
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
|
||||
######################################################
|
||||
|
||||
|
@ -54,7 +55,7 @@ while [ ${#} -gt 0 ]; do
|
|||
done
|
||||
|
||||
if test "${dist}" = "" ; then
|
||||
dist="precise trusty vivid xenial yakkety zesty"
|
||||
dist="precise trusty vivid xenial zesty"
|
||||
fi
|
||||
|
||||
echo Attempting to get revision number...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue