From e7d4305a0471ef4e619ba728ec19b8b2656f0730 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Mon, 11 Oct 2021 00:47:30 +0200 Subject: [PATCH] disable tag checkout for common repo --- scripts/3_Configure_Source_Code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 4cf42bf..9d4699d 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -20,7 +20,7 @@ mkdir -p ${_MOZBUILD} printf "\nCopying branding and source code changes to firefox source code\n"; git clone $_COMMON_REPO ${_COMMON_DIR} cd ${_COMMON_DIR} -git checkout ${_COMMON_TAG} +#git checkout ${_COMMON_TAG} cd .. cp -r ${_COMMON_DIR}/source_files/* $srcdir/;