#914: Adapting all scripts to use the `master` branch.

remotes/github/master
Ramón M. Gómez 2019-11-25 11:22:48 +01:00
parent eda4704078
commit cda688b6cb
1 changed files with 1 additions and 1 deletions

View File

@ -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"