Skip to content

Commit

Permalink
Try without --repo-rev="${REPO_VERSION}"
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Sep 5, 2024
1 parent 612b8b6 commit 98f5e10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/new_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ for codename in ${devices//,/ }; do
if [ "$LOCAL_MIRROR" = true ]; then
( yes||: ) | repo init -u https://github.com/LineageOS/android.git --reference "$MIRROR_DIR" -b "$branch" -g default,-darwin,-muppets,muppets_"${codename}" --repo-rev="${REPO_VERSION}" --git-lfs &>> "$repo_log"
else
( yes||: ) | repo init -u https://github.com/LineageOS/android.git -b "$branch" -g default,-darwin,-muppets,muppets_"${codename}" --repo-rev="${REPO_VERSION}" --git-lfs &>> "$repo_log"
# ( yes||: ) | repo init -u https://github.com/LineageOS/android.git -b "$branch" -g default,-darwin,-muppets,muppets_"${codename}" --repo-rev="${REPO_VERSION}" --git-lfs &>> "$repo_log"
( yes||: ) | repo init -u https://github.com/LineageOS/android.git -b "$branch" -g default,-darwin,-muppets,muppets_"${codename}" --git-lfs &>> "$repo_log"
fi
repo version
else
Expand Down

0 comments on commit 98f5e10

Please sign in to comment.