From cda688b6cb7f4e522189d1f32a2c93afbd9a2867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20M=2E=20G=C3=B3mez?= Date: Mon, 25 Nov 2019 11:22:48 +0100 Subject: [PATCH] #914: Adapting all scripts to use the `master` branch. --- boottoolsfunctions.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boottoolsfunctions.lib b/boottoolsfunctions.lib index 3ad38d1..972f0fe 100755 --- a/boottoolsfunctions.lib +++ b/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"