summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-11-25 11:22:48 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-11-25 11:22:48 +0100
commit08b7e126c277d3eb054e84476fa9e2d3e75bb27d (patch)
tree83ade6d8d0bd298ef665733670bbe2ba57710bc7 /client
parent560358b544ca716b2ce3c6e2c3602d16264d2644 (diff)
#914: Adapting all scripts to use the `master` branch.
Diffstat (limited to 'client')
-rwxr-xr-xclient/boot-tools/boottoolsfunctions.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib
index 3ad38d15..972f0fe2 100755
--- a/client/boot-tools/boottoolsfunctions.lib
+++ b/client/boot-tools/boottoolsfunctions.lib
@@ -149,7 +149,7 @@ case "${1,,}" in
exit 1
;;
esac
-BRANCH="devel"
+BRANCH="master"
GITURL="https://api.github.com/repos/opengnsys/OpenGnsys/commits?sha=$BRANCH&path=/client"
GITRELEASE=$(curl -s "$GITURL" | jq -r '"r" + (.[0].commit.committer.date | split("-") | join("")[:8]) + "." + (.[0].sha[:7])')
NAMEISOCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$OSRELEASE-$OSARCH-$GITRELEASE"