From owner-svn-src-head@freebsd.org Fri Jul 27 22:47:27 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E90171059578; Fri, 27 Jul 2018 22:47:26 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9929D8D44C; Fri, 27 Jul 2018 22:47:26 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 1119321B10; Fri, 27 Jul 2018 18:47:26 -0400 (EDT) Received: from web5 ([10.202.2.215]) by compute5.internal (MEProxy); Fri, 27 Jul 2018 18:47:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=Qt70/1 crY1FT9GkGTWNZwjYE/2p03TSDFYnxJEr2uPk=; b=OptjXXzjBfxAugY/BQAbEt eDQuNVls+nFAyRNdndaYbsr4wh25C7gOq09Ymm5OPeZZowkyyQ6y1BQuwHJgti4c SZoR45ayxjgi/0H4U/bG89FDjwyRoPXeyyApab+HlhngtfxEwebVick59QvWsPCU v6iqkJfQMGCixTakcKyMDHqajgxL4Qs7+a+/iCIukn8QAgPy0kzA0kTzT162AURq P8bPf8fH07avdy6UUT1VhFMaQk1J7nv1gAsNVUJlVaECwuiryRw/H9olT5TDHpPa zJhUaaxbL9hLE55BWFHb3USSzH/iI+h/M+ONlSn8Hq7+GUseG9LMlgVVwiyzHPxQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 9D2C69E0D5; Fri, 27 Jul 2018 18:47:25 -0400 (EDT) Message-Id: <1532731645.922317.1455376712.3E12A198@webmail.messagingengine.com> From: Brad Davis To: Antoine Brodin Cc: "src-committers" , svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-0843ff3e Date: Fri, 27 Jul 2018 16:47:25 -0600 References: <201807261645.w6QGjPK9023685@repo.freebsd.org> <1532727028.3848756.1455324760.21A047CC@webmail.messagingengine.com> <1532729268.3864047.1455350752.3416D858@webmail.messagingengine.com> In-Reply-To: <1532729268.3864047.1455350752.3416D858@webmail.messagingengine.com> Subject: Re: svn commit: r336742 - in head: etc sbin/dump X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 22:47:27 -0000 On Fri, Jul 27, 2018, at 4:07 PM, Brad Davis wrote: > On Fri, Jul 27, 2018, at 3:30 PM, Brad Davis wrote: > > On Fri, Jul 27, 2018, at 3:26 PM, Antoine Brodin wrote: > > > On Thu, Jul 26, 2018 at 6:45 PM, Brad Davis wrote: > > > > Author: brd > > > > Date: Thu Jul 26 16:45:25 2018 > > > > New Revision: 336742 > > > > URL: https://svnweb.freebsd.org/changeset/base/336742 > > > > > > > > Log: > > > > Move dumpdates creation to CONFS= > > > > > > > > Approved by: bapt (mentor) > > > > Differential Revision: https://reviews.freebsd.org/D16435 > > > > > > Hi, > > > > > > This commit seems to prevent successful installation of FreeBSD. > > > > It only seems to prevent upgrades, so my build a release VM test is not > > enough.. I am working on it right now. > > I found the issue and I opened up the following review for one of my > mentors to approve and have prodded them: > > https://reviews.freebsd.org/D16476 > > install(1) should be fixed, but this gets around the issue quickly so > people can move on. Committed in r336794. Regards, Brad Davis