v89.0.2-1 and get settings/common tags from env

master v89.0.2-1
ohfp 2021-06-24 12:54:38 +02:00
parent 743cb8ccf3
commit 25f3891908
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ set -e
srcdir=$1;
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
_COMMON_REPO='https://gitlab.com/librewolf-community/browser/common.git';
_COMMON_TAG='v89.0.1-1'
_COMMON_TAG="v${pkgver}-${pkgrel}"
_COMMON_DIR="${CI_PROJECT_DIR}"/common
_PATCHES_DIR="${_COMMON_DIR}"/patches
_MOZBUILD=$srcdir/../mozbuild

View File

@ -11,7 +11,7 @@ LAUNCHER_SCRIPT=$3;
CI_PROJECT_DIR=${CI_PROJECT_DIR:-$(realpath $(dirname $0)/../)}
_SCRIPT_FOLDER=$(realpath $(dirname $0));
_EXTRACTED_TARBALL_FOLDER=$_SCRIPT_FOLDER/librewolf;
_SETTINGS_TAG='1.1'
_SETTINGS_TAG=${SETTINGS_TAG:-'1.1'}
_SETTINGS_REPO='https://gitlab.com/librewolf-community/settings.git';
# Extracts the binary tarball