Missing repo in v-4 staging

This commit added the following line to snippets/lineage/

 <project path="device/qcom/sepolicy_vndr-legacy-um" name="lineage/device_qcom_sepolicy_vndr-legacy-um" groups="qcom,lahaina" remote="iode" />

That repo (https://gitlab.com/iode/os/public/lineage/device_qcom_sepolicy_vndr-legacy-um) either does not exist, or is not publicly visible and as a result, the repo sync on v4-staging branch fails with the following error

: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/iode/os/public/lineage/device_qcom_sepolicy_vndr-legacy-um.git/'
lineage/device_qcom_sepolicy_vndr-legacy-um: sleeping 4.0 seconds before retrying
remote: The project you were looking for could not be found or you don't have permission to view it.
fatal: repository 'https://gitlab.com/iode/os/public/lineage/device_qcom_sepolicy_vndr-legacy-um.git/' not found
error: Cannot fetch lineage/device_qcom_sepolicy_vndr-legacy-um from https://gitlab.com/iode/os/public/lineage/device_qcom_sepolicy_vndr-legacy-um

Right, fixed.

1 Like