From owner-svn-src-all@freebsd.org Fri Jul 27 21:30:30 2018 Return-Path: Delivered-To: svn-src-all@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 3EC321057863; Fri, 27 Jul 2018 21:30:30 +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 E41A389B91; Fri, 27 Jul 2018 21:30:29 +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 2B5C721E95; Fri, 27 Jul 2018 17:30:29 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Fri, 27 Jul 2018 17:30:29 -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=G7ZpCc BJy0KXENm5mzsOQa1FCFfmX3ZqajXBkfe2n8I=; b=ns8RXeQhLaNlupuoO+DRtP JSEbtUCBWaxRywcYSp8alR1BQqRuO2pG/Vgsk/fbfAuZc0WVuis5MgbHrg7Rm4UU 582xOi8F8wWSpFQZ3Tcc0Ozkr9nQLJHrXVWTEDxf/6hVwKBMIkb2Gndrvuy+8C/i 8Fx8xrrzxxU8JBLKxwoL4YGgd5yJJtSwJRXxGFzjijYb0WXODFFV970Zncq/UykR JsMpf/E76dViCMygtlsimYhoV8OZ9+Ubz9peLrc8yXbwbQA9bMwBDj0+pnCFRw+/ /01I0Yk1HGawJ0oxFwzji734Fyihxd1CNrnpErOuVeLTEMu2AwESBJANyG3x9SAw == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 8271441D5; Fri, 27 Jul 2018 17:30:28 -0400 (EDT) Message-Id: <1532727028.3848756.1455324760.21A047CC@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 References: <201807261645.w6QGjPK9023685@repo.freebsd.org> Subject: Re: svn commit: r336742 - in head: etc sbin/dump Date: Fri, 27 Jul 2018 15:30:28 -0600 In-Reply-To: X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2018 21:30:30 -0000 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. Regards, Brad Davis