]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Keep two versions of the FreeBSD.conf pkg configuration file; one which
authorcperciva <cperciva@FreeBSD.org>
Wed, 24 Apr 2019 06:25:21 +0000 (06:25 +0000)
committercperciva <cperciva@FreeBSD.org>
Wed, 24 Apr 2019 06:25:21 +0000 (06:25 +0000)
commitb58321507702a1125aed58ddc320b560b1bffc71
tree59e02b4c8d86903c1714d83d573647bc96fea93e
parent34ce56b4e9aa438f41689ab9b80fa19346f97e70
Keep two versions of the FreeBSD.conf pkg configuration file; one which
points at the "latest" branch and one which points at the "quarterly"
branch.  Install the "latest" version unless overridden via the newly
added PKGCONFBRANCH variable.

This does not change user-visible behaviour (assuming said vairable is
not set) but will make it easier to change the defaults in the future --
on stable branches we will want "latest" on x86 but "quarterly" elsewhere.

Discussed with: gjb
MFC after: 3 days
X-MFC: After MFCing this I'll make a direct commit to stable/* to
switch non-x86 architectures to "quarterly".
usr.sbin/pkg/FreeBSD.conf.latest [moved from usr.sbin/pkg/FreeBSD.conf with 100% similarity]
usr.sbin/pkg/FreeBSD.conf.quarterly [new file with mode: 0644]
usr.sbin/pkg/Makefile