From b6ae0f17670af0ac2fbaef7267bdb4a9b6fc2ea8 Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sun, 5 Oct 2025 14:27:19 +0200 Subject: [PATCH] sunfish: Fetch vendor from personal repo Forking vendor tree into Evolution X org repositories requires privileged rights, and pushing fails due to git lfs: batch request: git@lfs.undocumented.software: Permission denied (publickey).: exit status 255 error: failed to push some refs to 'github.com:Evolution-X-Devices/vendor_google_sunfish.git' Fetching vendor tree from personal repo as a work-around. --- evolution.dependencies | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/evolution.dependencies b/evolution.dependencies index 35b5ffad..96e1dd8d 100644 --- a/evolution.dependencies +++ b/evolution.dependencies @@ -4,8 +4,10 @@ "target_path": "device/google/gs-common" }, { - "repository": "vendor_google_sunfish", - "target_path": "vendor/google/sunfish" + "repository": "apelete/proprietary_vendor_google_sunfish", + "target_path": "vendor/google/sunfish", + "remote" : "github-non-los", + "branch": "lineage-23.0" }, { "repository": "kernel_google_msm-4.14",