From 3a8586147208d026bdccc7682d2d166b6923cc33 Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 12 Sep 2017 21:05:59 +0200 Subject: [PATCH] updated ubuntu packagign script --- build_scripts/Debian+Ubuntu/makeSourcePackage.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index 27f440bfe..e2cf2f79c 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -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...