mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 18:12:57 +01:00
Adjust for HEAD being 7.0 now.
Approved by: re (implicit)
This commit is contained in:
parent
99b22782f7
commit
4900836a01
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147931
@ -57,13 +57,14 @@
|
||||
.ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl)
|
||||
.
|
||||
.\" Default .Os value
|
||||
.ds doc-default-operating-system FreeBSD\~6.0
|
||||
.ds doc-default-operating-system FreeBSD\~7.0
|
||||
.
|
||||
.\" FreeBSD releases not found in doc-common
|
||||
.ds doc-operating-system-FreeBSD-4.11 4.11
|
||||
.ds doc-operating-system-FreeBSD-5.4 5.4
|
||||
.ds doc-operating-system-FreeBSD-5.5 5.5
|
||||
.ds doc-operating-system-FreeBSD-6.0 6.0
|
||||
.ds doc-operating-system-FreeBSD-7.0 7.0
|
||||
.
|
||||
.ec
|
||||
.
|
||||
|
@ -18,16 +18,16 @@
|
||||
# Set these, release builder!
|
||||
#
|
||||
# Fixed version:
|
||||
#BUILDNAME=6.0-CURRENT
|
||||
#BUILDNAME=7.0-CURRENT
|
||||
#
|
||||
# Automatic SNAP versioning:
|
||||
DATE != date +%Y%m%d
|
||||
BASE = 6.0
|
||||
BASE = 7.0
|
||||
BUILDNAME?=${BASE}-${DATE}-SNAP
|
||||
#
|
||||
#CHROOTDIR=/junk/release
|
||||
# If this is a -stable snapshot, then set
|
||||
#RELEASETAG=RELENG_4
|
||||
#RELEASETAG=RELENG_6
|
||||
#
|
||||
# To test a release with a source tree containing patches and
|
||||
# other work. This tree will get copied instead of getting the
|
||||
|
Loading…
Reference in New Issue
Block a user