diff --git a/en_US.ISO8859-1/articles/freebsd-releng/article.xml b/en_US.ISO8859-1/articles/freebsd-releng/article.xml
index 9b1870bc19..ad1e22a1ea 100644
--- a/en_US.ISO8859-1/articles/freebsd-releng/article.xml
+++ b/en_US.ISO8859-1/articles/freebsd-releng/article.xml
@@ -11,11 +11,11 @@
head/">
stable/">
-stable/11/">
+stable/12/">
releng/">
-releng/11.0/">
-release/11.0.0/">
-11.0">
+releng/12.0/">
+release/12.0.0/">
+12.0">
diff --git a/en_US.ISO8859-1/articles/freebsd-releng/releng-building.xml b/en_US.ISO8859-1/articles/freebsd-releng/releng-building.xml
index 49ec0cc524..14d67b094c 100644
--- a/en_US.ISO8859-1/articles/freebsd-releng/releng-building.xml
+++ b/en_US.ISO8859-1/articles/freebsd-releng/releng-building.xml
@@ -118,16 +118,16 @@ KERNEL="GENERIC64"
- builds-11.conf
+ builds-12.conf
-> main.conf
This controls thermite.sh
behavior
- 11-amd64-GENERIC-snap.conf
+ 12-amd64-GENERIC-snap.conf
->
- defaults-11.conf
+ defaults-12.conf
-> main.conf
This controls release/release.sh
behavior within the build &man.chroot.8;
@@ -136,8 +136,8 @@ KERNEL="GENERIC64"
The
- builds-11.conf,
- defaults-11.conf,
+ builds-12.conf,
+ defaults-12.conf,
and main.conf configuration files exist
to reduce repetition between the various per-build
files.
@@ -195,8 +195,8 @@ KERNEL="GENERIC64"
&prompt.root; cd /releng/scripts-snapshot/scripts
&prompt.root; ./setrev.sh -b &branch.stablex;
-&prompt.root; ./zfs-setup.sh -c ./builds-11.conf
-&prompt.root; ./thermite.sh -c ./builds-11.conf
+&prompt.root; ./zfs-setup.sh -c ./builds-12.conf
+&prompt.root; ./thermite.sh -c ./builds-12.conf
Once the builds have completed, additional helper scripts
are available to generate development snapshot emails which are
@@ -204,7 +204,7 @@ KERNEL="GENERIC64"
mailing list:
&prompt.root; cd /releng/scripts-snapshot/scripts
-&prompt.root; ./get-checksums.sh -c ./builds-11.conf | ./generate-email.pl > snapshot-11-mail
+&prompt.root; ./get-checksums.sh -c ./builds-12.conf | ./generate-email.pl > snapshot-12-mail
The generated output should be double-checked for
@@ -236,9 +236,9 @@ KERNEL="GENERIC64"
In addition, the BUILDTYPE and
types must be changed from
snap to release in
- defaults-11.conf
+ defaults-12.conf
and
- builds-11.conf,
+ builds-12.conf,
respectively.
When building BETA,
@@ -253,7 +253,7 @@ KERNEL="GENERIC64"
Subversion repository, replacing HEAD with
the last changed revision. Also set
releasesrc in
- builds-11.conf
+ builds-12.conf
to the relevant branch, such as &branch.stablex; or
&branch.relengx;.
diff --git a/en_US.ISO8859-1/articles/freebsd-releng/releng-major-version.xml b/en_US.ISO8859-1/articles/freebsd-releng/releng-major-version.xml
index 30e8b80ba0..031d37088d 100644
--- a/en_US.ISO8859-1/articles/freebsd-releng/releng-major-version.xml
+++ b/en_US.ISO8859-1/articles/freebsd-releng/releng-major-version.xml
@@ -64,35 +64,35 @@
- stable/11/UPDATING
+ stable/12/UPDATING
Update the &os; version, and remove the notice
about WITNESS
- stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
+ stable/12/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
#ifndef MALLOC_PRODUCTION
#define MALLOC_PRODUCTION
#endif
- stable/11/sys/*/conf/GENERIC*
+ stable/12/sys/*/conf/GENERIC*
Remove debugging support
- stable/11/release/release.conf.sample
+ stable/12/release/release.conf.sample
Update SRCBRANCH
- stable/11/sys/*/conf/GENERIC-NODEBUG
+ stable/12/sys/*/conf/GENERIC-NODEBUG
Remove these kernel configurations
- stable/11/sys/conf/newvers.sh
+ stable/12/sys/conf/newvers.sh
Update the BRANCH value to
reflect BETA1
diff --git a/en_US.ISO8859-1/articles/freebsd-releng/releng-minor-version.xml b/en_US.ISO8859-1/articles/freebsd-releng/releng-minor-version.xml
index 6f7c8556f1..1956f9616c 100644
--- a/en_US.ISO8859-1/articles/freebsd-releng/releng-minor-version.xml
+++ b/en_US.ISO8859-1/articles/freebsd-releng/releng-minor-version.xml
@@ -105,40 +105,40 @@
- releng/11.0/sys/conf/newvers.sh
+ releng/12.0/sys/conf/newvers.sh
Change
BETAX
to RC1
- releng/11.0/sys/sys/param.h
+ releng/12.0/sys/sys/param.h
Update __FreeBSD_version
- releng/11.0/etc/pkg/FreeBSD.conf
+ releng/12.0/etc/pkg/FreeBSD.conf
Replace latest with
quarterly as the default package
repository location
- releng/11.0/release/pkg_repos/release-dvd.conf
+ releng/12.0/release/pkg_repos/release-dvd.conf
Replace latest with
quarterly as the default package
repository location
- stable/11/sys/conf/newvers.sh
+ stable/12/sys/conf/newvers.sh
Update
BETAX with
PRERELEASE
- stable/11/sys/sys/param.h
+ stable/12/sys/sys/param.h
Update __FreeBSD_version
diff --git a/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml b/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml
index 3ce9028667..5a8a11f5a9 100644
--- a/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml
+++ b/en_US.ISO8859-1/articles/freebsd-releng/releng-website.xml
@@ -88,7 +88,7 @@
- en_US.ISO8859-1/htdocs/releases/11.0R/schedule.xml
+ en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml
Change % beta.local.where
IGNORE to
INCLUDE