From owner-svn-src-user@freebsd.org  Thu Oct 22 06:43:48 2020
Return-Path: <owner-svn-src-user@freebsd.org>
Delivered-To: svn-src-user@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id ACCC3440507
 for <svn-src-user@mailman.nyi.freebsd.org>;
 Thu, 22 Oct 2020 06:43:48 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4CGyW844mrz4RvP;
 Thu, 22 Oct 2020 06:43:48 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EF6512B97;
 Thu, 22 Oct 2020 06:43:48 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09M6hmrh039583;
 Thu, 22 Oct 2020 06:43:48 GMT (envelope-from pho@FreeBSD.org)
Received: (from pho@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09M6hm2p039582;
 Thu, 22 Oct 2020 06:43:48 GMT (envelope-from pho@FreeBSD.org)
Message-Id: <202010220643.09M6hm2p039582@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org
 using -f
From: Peter Holm <pho@FreeBSD.org>
Date: Thu, 22 Oct 2020 06:43:48 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r366925 - user/pho/stress2/misc
X-SVN-Group: user
X-SVN-Commit-Author: pho
X-SVN-Commit-Paths: user/pho/stress2/misc
X-SVN-Commit-Revision: 366925
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Oct 2020 06:43:48 -0000

Author: pho
Date: Thu Oct 22 06:43:48 2020
New Revision: 366925
URL: https://svnweb.freebsd.org/changeset/base/366925

Log:
  Update test to reflect change in r366549.

Modified:
  user/pho/stress2/misc/beneath2.sh

Modified: user/pho/stress2/misc/beneath2.sh
==============================================================================
--- user/pho/stress2/misc/beneath2.sh	Thu Oct 22 05:07:25 2020	(r366924)
+++ user/pho/stress2/misc/beneath2.sh	Thu Oct 22 06:43:48 2020	(r366925)
@@ -61,6 +61,7 @@ cd $mntpoint
 ln -s /tmp/justalongname symlink
 $dir/beneath2 symlink
 s=$?
+echo "Exit code is $s"
 [ -f beneath2.core -a $s -eq 0 ] &&
     { ls -l beneath2.core; mv beneath2.core $dir; s=1; }
 cd $odir
@@ -95,7 +96,8 @@ main(int argc, char *argv[])
 		exit(1);
 	}
 	file = argv[1];
-	if ((fd = open(file, O_RDONLY | O_BENEATH)) != 0 && errno != ENOENT)
+	if ((fd = open(file, O_RDONLY | O_BENEATH)) != 0 &&
+	    errno != ENOTCAPABLE)
 		err(1, "open(%s)", file);
 
 	return (0);

From owner-svn-src-user@freebsd.org  Thu Oct 22 06:48:04 2020
Return-Path: <owner-svn-src-user@freebsd.org>
Delivered-To: svn-src-user@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85CA944058E
 for <svn-src-user@mailman.nyi.freebsd.org>;
 Thu, 22 Oct 2020 06:48:04 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4CGyc42l4nz4SF1;
 Thu, 22 Oct 2020 06:48:04 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DED81293A;
 Thu, 22 Oct 2020 06:48:04 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09M6m4gr039862;
 Thu, 22 Oct 2020 06:48:04 GMT (envelope-from pho@FreeBSD.org)
Received: (from pho@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09M6m4Ka039861;
 Thu, 22 Oct 2020 06:48:04 GMT (envelope-from pho@FreeBSD.org)
Message-Id: <202010220648.09M6m4Ka039861@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org
 using -f
From: Peter Holm <pho@FreeBSD.org>
Date: Thu, 22 Oct 2020 06:48:04 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r366926 - user/pho/stress2/misc
X-SVN-Group: user
X-SVN-Commit-Author: pho
X-SVN-Commit-Paths: user/pho/stress2/misc
X-SVN-Commit-Revision: 366926
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Oct 2020 06:48:04 -0000

Author: pho
Date: Thu Oct 22 06:48:03 2020
New Revision: 366926
URL: https://svnweb.freebsd.org/changeset/base/366926

Log:
  Fix list issue with an interrupted test run.

Modified:
  user/pho/stress2/misc/all.sh

Modified: user/pho/stress2/misc/all.sh
==============================================================================
--- user/pho/stress2/misc/all.sh	Thu Oct 22 06:43:48 2020	(r366925)
+++ user/pho/stress2/misc/all.sh	Thu Oct 22 06:48:03 2020	(r366926)
@@ -234,7 +234,6 @@ echo "$loops" | grep -Eq "^[0-9]+$" ||
     { echo "The -l argument must be a positive number"; exit 1; }
 [ -s all.exclude ] && echo "Using all.exclude"
 
-rm -f $alllist
 find `dirname $alllast` -maxdepth 1 -name $alllast -mtime +12h -delete
 touch $alllast $alllog
 chmod 640 $alllast $alllog
@@ -285,10 +284,10 @@ while true; do
 		last=`cat $alllast`
 		if [ -n "$last" ]; then
 			last=`basename $last`
-			l=`echo "$list" | sed "s/.*$last//"`
+			l=`cat "$alllist" | sed "s/.*$last//"`
 			[ -z "$l" ] && l=$list	# start over
 			list=$l
-			echo "Resuming test at `echo "$list" |
+			echo "Last test was $last, resuming test at `echo "$list" |
 			    awk '{print $1}'`"
 		fi
 	fi

From owner-svn-src-user@freebsd.org  Thu Oct 22 06:50:21 2020
Return-Path: <owner-svn-src-user@freebsd.org>
Delivered-To: svn-src-user@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 24CCF4404C1
 for <svn-src-user@mailman.nyi.freebsd.org>;
 Thu, 22 Oct 2020 06:50:21 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4CGyfh70zkz4S6r;
 Thu, 22 Oct 2020 06:50:20 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEF5B1293C;
 Thu, 22 Oct 2020 06:50:20 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09M6oKoC040039;
 Thu, 22 Oct 2020 06:50:20 GMT (envelope-from pho@FreeBSD.org)
Received: (from pho@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09M6oKvw040038;
 Thu, 22 Oct 2020 06:50:20 GMT (envelope-from pho@FreeBSD.org)
Message-Id: <202010220650.09M6oKvw040038@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org
 using -f
From: Peter Holm <pho@FreeBSD.org>
Date: Thu, 22 Oct 2020 06:50:20 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r366927 - user/pho/stress2/misc
X-SVN-Group: user
X-SVN-Commit-Author: pho
X-SVN-Commit-Paths: user/pho/stress2/misc
X-SVN-Commit-Revision: 366927
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Oct 2020 06:50:21 -0000

Author: pho
Date: Thu Oct 22 06:50:20 2020
New Revision: 366927
URL: https://svnweb.freebsd.org/changeset/base/366927

Log:
  Ensure the test terminates at timeout.

Modified:
  user/pho/stress2/misc/quota6.sh

Modified: user/pho/stress2/misc/quota6.sh
==============================================================================
--- user/pho/stress2/misc/quota6.sh	Thu Oct 22 06:48:03 2020	(r366926)
+++ user/pho/stress2/misc/quota6.sh	Thu Oct 22 06:50:20 2020	(r366927)
@@ -52,7 +52,7 @@ edquota -u -f $mntpoint -e $mntpoint:850000:900000:130
     /dev/null 2>&1
 quotaon $mntpoint
 export RUNDIR=$mntpoint/stressX
-../testcases/rw/rw -t 10m -i 200 -h -n &
+timeout 12m ../testcases/rw/rw -t 10m -i 200 -h -n &
 pid=$!
 for i in `jot 5`; do
 	echo "`date '+%T'` mksnap_ffs $mntpoint $mntpoint/.snap/snap$i"

From owner-svn-src-user@freebsd.org  Thu Oct 22 06:51:47 2020
Return-Path: <owner-svn-src-user@freebsd.org>
Delivered-To: svn-src-user@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id D41EC440432
 for <svn-src-user@mailman.nyi.freebsd.org>;
 Thu, 22 Oct 2020 06:51:47 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4CGyhM5NCzz4Sd4;
 Thu, 22 Oct 2020 06:51:47 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9D43712B5A;
 Thu, 22 Oct 2020 06:51:47 +0000 (UTC) (envelope-from pho@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09M6plPc041561;
 Thu, 22 Oct 2020 06:51:47 GMT (envelope-from pho@FreeBSD.org)
Received: (from pho@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09M6plUe041560;
 Thu, 22 Oct 2020 06:51:47 GMT (envelope-from pho@FreeBSD.org)
Message-Id: <202010220651.09M6plUe041560@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org
 using -f
From: Peter Holm <pho@FreeBSD.org>
Date: Thu, 22 Oct 2020 06:51:47 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r366928 - user/pho/stress2/misc
X-SVN-Group: user
X-SVN-Commit-Author: pho
X-SVN-Commit-Paths: user/pho/stress2/misc
X-SVN-Commit-Revision: 366928
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Oct 2020 06:51:47 -0000

Author: pho
Date: Thu Oct 22 06:51:47 2020
New Revision: 366928
URL: https://svnweb.freebsd.org/changeset/base/366928

Log:
  Limit run time. Style fix while here.

Modified:
  user/pho/stress2/misc/snap8.sh

Modified: user/pho/stress2/misc/snap8.sh
==============================================================================
--- user/pho/stress2/misc/snap8.sh	Thu Oct 22 06:50:20 2020	(r366927)
+++ user/pho/stress2/misc/snap8.sh	Thu Oct 22 06:51:47 2020	(r366928)
@@ -43,7 +43,8 @@ mdconfig -l | grep -q md$mdstart && mdconfig -d -u $md
 
 parallel=20
 size=25  # Gb
-[ `df -k $(dirname $diskimage) | tail -1 | awk '{print $4'}` -lt $((size * 1024 * 1024)) ] && \
+[ `df -k $(dirname $diskimage) | tail -1 | awk '{print $4'}` -lt \
+    $((size * 1024 * 1024)) ] && \
                 echo "Not enough disk space." && exit 1
 truncate -s ${size}G $diskimage
 
@@ -55,7 +56,8 @@ mount /dev/md${mdstart}$part $mntpoint
 
 mycc -o /tmp/fstool -Wall ../tools/fstool.c
 for i in `jot $parallel`; do
-	(mkdir $mntpoint/test$i; cd $mntpoint/test$i; /tmp/fstool -l -f 50 -n 500 -s 8k) &
+	(mkdir $mntpoint/test$i; cd $mntpoint/test$i; \
+	    timeout 10m /tmp/fstool -l -f 50 -n 500 -s 8k) &
 done
 for i in `jot $parallel`; do
 	wait

From owner-svn-src-user@freebsd.org  Fri Oct 23 18:29:37 2020
Return-Path: <owner-svn-src-user@freebsd.org>
Delivered-To: svn-src-user@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1173D44CC26
 for <svn-src-user@mailman.nyi.freebsd.org>;
 Fri, 23 Oct 2020 18:29:37 +0000 (UTC)
 (envelope-from gordon@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4CHt746lqWz4SKQ;
 Fri, 23 Oct 2020 18:29:36 +0000 (UTC)
 (envelope-from gordon@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6C89BC7E;
 Fri, 23 Oct 2020 18:29:36 +0000 (UTC)
 (envelope-from gordon@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09NITakD076539;
 Fri, 23 Oct 2020 18:29:36 GMT (envelope-from gordon@FreeBSD.org)
Received: (from gordon@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09NITaqr076537;
 Fri, 23 Oct 2020 18:29:36 GMT (envelope-from gordon@FreeBSD.org)
Message-Id: <202010231829.09NITaqr076537@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: gordon set sender to
 gordon@FreeBSD.org using -f
From: Gordon Tetlow <gordon@FreeBSD.org>
Date: Fri, 23 Oct 2020 18:29:36 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-user@freebsd.org
Subject: svn commit: r366979 - in
 user/cperciva/freebsd-update-build/scripts/12.2-RELEASE: . amd64 i386
X-SVN-Group: user
X-SVN-Commit-Author: gordon
X-SVN-Commit-Paths: in
 user/cperciva/freebsd-update-build/scripts/12.2-RELEASE: . amd64 i386
X-SVN-Commit-Revision: 366979
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-user@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: "SVN commit messages for the experimental &quot; user&quot;
 src tree" <svn-src-user.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/>
List-Post: <mailto:svn-src-user@freebsd.org>
List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>,
 <mailto:svn-src-user-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 23 Oct 2020 18:29:37 -0000

Author: gordon
Date: Fri Oct 23 18:29:36 2020
New Revision: 366979
URL: https://svnweb.freebsd.org/changeset/base/366979

Log:
  Add 12.2-RELEASE configuration.

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

Added: user/cperciva/freebsd-update-build/scripts/12.2-RELEASE/amd64/build.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/cperciva/freebsd-update-build/scripts/12.2-RELEASE/amd64/build.conf	Fri Oct 23 18:29:36 2020	(r366979)
@@ -0,0 +1,10 @@
+export RELH=80e8c6804e0a965bc1be596b0c8d6dbdbbf9eef42bb4170761ec4094cc07b294fd4f17cd55d28aa7679b5d01c121fa15e6c24852f9307959af759254ebfceba1
+export FTP=https://people.freebsd.org/~gjb/12.2-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"
+
+# EOL date
+export EOL=1643587200

Added: user/cperciva/freebsd-update-build/scripts/12.2-RELEASE/i386/build.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ user/cperciva/freebsd-update-build/scripts/12.2-RELEASE/i386/build.conf	Fri Oct 23 18:29:36 2020	(r366979)
@@ -0,0 +1,10 @@
+export RELH=07ac2f0f81a8a0d2370cd6e0650573c3ed78075d6e664262548f99d51ee7b7891a2e622633555e4545df90e2c329187c41ce7bf3e1f6899ecc2dd3edc06bb107
+export FTP=https://people.freebsd.org/~gjb/12.2-RELEASE
+ 
+# 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=1643587200