svn commit: r352933 - in user/cperciva/freebsd-update-build/scripts: 12.0-RELEASE 12.0-RELEASE/amd64 12.0-RELEASE/i386 12.1-BETA2 12.1-BETA2/amd64 12.1-BETA2/i386

Gordon Tetlow gordon at FreeBSD.org
Tue Oct 1 18:09:41 UTC 2019


Author: gordon
Date: Tue Oct  1 18:09:40 2019
New Revision: 352933
URL: https://svnweb.freebsd.org/changeset/base/352933

Log:
  Add 12.0-RELEASE and 12.1-BETA2.

Added:
  user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/
  user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/amd64/
  user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/amd64/build.conf   (contents, props changed)
  user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/i386/
  user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/i386/build.conf   (contents, props changed)
  user/cperciva/freebsd-update-build/scripts/12.1-BETA2/
  user/cperciva/freebsd-update-build/scripts/12.1-BETA2/amd64/
  user/cperciva/freebsd-update-build/scripts/12.1-BETA2/amd64/build.conf   (contents, props changed)
  user/cperciva/freebsd-update-build/scripts/12.1-BETA2/i386/
  user/cperciva/freebsd-update-build/scripts/12.1-BETA2/i386/build.conf   (contents, props changed)

Added: user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/amd64/build.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/amd64/build.conf	Tue Oct  1 18:09:40 2019	(r352933)
@@ -0,0 +1,13 @@
+export RELH=9f5530868b7cbdfc08aeba511d976e6c31b73577a873b405cf45971c28c5038e5db2aba93d0da1aa45606905255323ec4d2d11d3edaa12374c2763c85c561483
+export FTP=https://people.freebsd.org/~gjb/12.0-RELEASE/
+ 
+# Components of the world, source, and kernels
+export WORLDPARTS="base base-dbg doc lib32 lib32-dbg"
+export SOURCEPARTS="src"
+export KERNELPARTS="kernel kernel-dbg"
+
+# Bug for uarch ONLY FOR 12.0
+export PRESERVE_UARCH=yes
+ 
+# EOL date
+export EOL=1576022400

Added: user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/i386/build.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/cperciva/freebsd-update-build/scripts/12.0-RELEASE/i386/build.conf	Tue Oct  1 18:09:40 2019	(r352933)
@@ -0,0 +1,13 @@
+export RELH=ccecb7c33dc7c3e7fb2fd3333a8b7c6bf63b9dbabbe28ecd47143a4152ebe6c58ec0267a99803e3675bceaaf8a62861ae6508e4fcbf6561065f1ca7e33c031f7
+export FTP=https://people.freebsd.org/~gjb/12.0-RELEASE/
+ 
+# Components of the world, source, and kernels
+export WORLDPARTS="base base-dbg doc"
+export SOURCEPARTS="src"
+export KERNELPARTS="kernel kernel-dbg"
+ 
+# Bug for uarch ONLY FOR 12.0
+export PRESERVE_UARCH=yes
+
+# EOL date
+export EOL=1576022400

Added: user/cperciva/freebsd-update-build/scripts/12.1-BETA2/amd64/build.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/cperciva/freebsd-update-build/scripts/12.1-BETA2/amd64/build.conf	Tue Oct  1 18:09:40 2019	(r352933)
@@ -0,0 +1,10 @@
+export RELH=3a74e05f09913c2dca55c358cceeb075c126755efe16d9100a34d2d55cfd3445f1319600dd370febf74de67c7738980d9852ee84a68cabedf867936e9558791c
+export FTP=https://people.freebsd.org/~gjb/12.1-BETA2/
+ 
+# Components of the world, source, and kernels
+export WORLDPARTS="base base-dbg doc lib32 lib32-dbg"
+export SOURCEPARTS="src"
+export KERNELPARTS="kernel kernel-dbg"
+
+# EOL date
+export EOL=1570924800

Added: user/cperciva/freebsd-update-build/scripts/12.1-BETA2/i386/build.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/cperciva/freebsd-update-build/scripts/12.1-BETA2/i386/build.conf	Tue Oct  1 18:09:40 2019	(r352933)
@@ -0,0 +1,10 @@
+export RELH=e4dbbc2a2667824acb92c05f4125d4b8e14a18268bc22a2697d128384165996133b09fe9e52bae5ce516cd634fdb8baeca5d5d6a05c5fe22e533fa658d51dd30
+export FTP=https://people.freebsd.org/~gjb/12.1-BETA2/
+ 
+# Components of the world, source, and kernels
+export WORLDPARTS="base base-dbg doc"
+export SOURCEPARTS="src"
+export KERNELPARTS="kernel kernel-dbg"
+ 
+# EOL date
+export EOL=1570924800


More information about the svn-src-user mailing list