]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release.sh: Don't install git if already present
authorColin Percival <cperciva@FreeBSD.org>
Fri, 29 Mar 2024 07:10:50 +0000 (00:10 -0700)
committerColin Percival <cperciva@FreeBSD.org>
Fri, 29 Mar 2024 07:12:52 +0000 (00:12 -0700)
commit6baddb6b117664f51e2b1d2427fced946913a08f
tree261cad992c5f86cf91203723ab7856a687eb13b9
parent3f2b9607756d0f92ca29c844db0718b313a06634
release.sh: Don't install git if already present

Prior to this commit, we install git from ports if there is a ports
tree available and git is not installed, and we install git from pkg
otherwise -- including the case where git is already installed.

Rework the logic to not (re)install git at all if it is already
installed.

MFC after: 3 days
release/release.sh