From 498db885dec317a8286303417afa56c326f5273b Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Thu, 5 Sep 2024 16:01:32 +0100 Subject: [PATCH] We dont need to use REPO_VERSION --- src/new_build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/new_build.sh b/src/new_build.sh index cb365dc..2ec9256 100755 --- a/src/new_build.sh +++ b/src/new_build.sh @@ -211,7 +211,6 @@ for codename in ${devices//,/ }; do fi # `repo init` - # ToDo: do we need to add REPO_VERSION - see https://github.com/lineageos-infra/build-config/commit/312e3242d04db35945ce815ab35864a86b14b866 if [ "$CALL_REPO_INIT" = true ]; then echo ">> [$(date)] (Re)initializing branch repository" | tee -a "$repo_log" if [ "$LOCAL_MIRROR" = true ]; then