Skip to content

git source plugin: Fix check for remote existence

Ben Hutchings requested to merge bwh/fix-git-remote-name-check-1.4 into bst-1.4

Description

Fix a bug that can prevent updating git sources. The bug was fixed on master by the larger changes in !1808 (merged), and should be fixed on the bst-1 branch by !2030 (merged), but still affects the bst-1.4 branch.

Changes proposed in this merge request:

  • Change the git source's test for existence of a remote to check for membership in the list returned by git remote, not a substring match

This merge request, when approved, will close: #1372 (closed).


Merge request reports