Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 28, 2024
1 parent 6861da4 commit 6886067
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,12 @@ initRepos() {
echo

echo "--> Preparing local manifest"
if [ -d "$LMD" ]; then
echo "Deleting old local manifests"
rm -r $LMD
fi
echo "Fetching new local manifests"
mkdir -p .repo/local_manifests
cp $BL/build/default.xml .repo/local_manifests/default.xml
cp $BL/build/remove.xml .repo/local_manifests/remove.xml
echo

}

syncRepos() {
echo "--> Syncing repos"
repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all) || repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
Expand Down

0 comments on commit 6886067

Please sign in to comment.