From owner-svn-src-projects@FreeBSD.ORG Tue Feb 10 02:02:25 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B133DABB; Tue, 10 Feb 2015 02:02:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 836EFC8B; Tue, 10 Feb 2015 02:02:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1A22Pih081546; Tue, 10 Feb 2015 02:02:25 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1A22PO3081545; Tue, 10 Feb 2015 02:02:25 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201502100202.t1A22PO3081545@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 10 Feb 2015 02:02:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r278487 - projects/release-install-debug X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 02:02:25 -0000 Author: gjb Date: Tue Feb 10 02:02:24 2015 New Revision: 278487 URL: https://svnweb.freebsd.org/changeset/base/278487 Log: Copy head@r278486 to projects/release-install-debug. This project branch is intended to be used to hook in the necessary functionality to be able to install the debug distributions sets (built when WITH_DEBUG_FILES is set during buildworld/buildkernel) into bsdinstall(8). Sponsored by: The FreeBSD Foundation Added: projects/release-install-debug/ - copied from r278486, head/