From owner-svn-src-head@FreeBSD.ORG Sun May 11 18:47:04 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 687E6233; Sun, 11 May 2014 18:47:04 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F31072A50; Sun, 11 May 2014 18:47:03 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id i4so7227930oah.35 for ; Sun, 11 May 2014 11:47:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=C5gONxLtA8oDeLnOeUKwigoK3C7ibOoovdVM1aFUc0E=; b=CkFAOKGXJr53WXanJVeYhJZ7DtT4qlDusuyDkLerhA17M0E6Od9BSkxq0PHxzOaHMD g1aZAVqWUnTbQu5ub2K2hQS7sDbtcrYm/Kj5uJLxwjLiCBymiCUjjc22An27GHzKVZFa 87PdbTnPpMIQ22NFvr7tLqiDtjNXNWYg1LzZIawoHTs7tlcURQUaoAYnbS33RaB7tO6m bsWo3Qv5wQJcodreujm/4qBORCIFWyhUCBZ4crCfV1umFi+D5ja3iytnbuarBuj1addS II04m2n8/+f7QYfWqZUJVjwgeJ2PRS+E5ajhDLvwyUK9GdYVPKivn3faqPCVVnlxmqEW 1i9Q== MIME-Version: 1.0 X-Received: by 10.60.102.198 with SMTP id fq6mr28077578oeb.6.1399834023262; Sun, 11 May 2014 11:47:03 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Sun, 11 May 2014 11:47:03 -0700 (PDT) In-Reply-To: References: <201405101659.s4AGxFcF024753@svn.freebsd.org> <20140510221647.GJ36036@ivaldir.etoilebsd.net> Date: Sun, 11 May 2014 14:47:03 -0400 Message-ID: Subject: Re: svn commit: r265842 - head From: Benjamin Kaduk To: Eitan Adler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "svn-src-head@freebsd.org" , Baptiste Daroussin , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 11 May 2014 18:47:04 -0000 On Sat, May 10, 2014 at 7:45 PM, Eitan Adler wrote: > On 10 May 2014 15:16, Baptiste Daroussin wrote: > > On Sat, May 10, 2014 at 04:59:15PM +0000, Eitan Adler wrote: > >> Author: eadler > >> Date: Sat May 10 16:59:15 2014 > >> New Revision: 265842 > >> URL: http://svnweb.freebsd.org/changeset/base/265842 > >> > >> Log: > >> arcconfig: add one > >> > >> Add a .arcconfig to allow arc to work in its usual way. > >> > > > > You for got the project_id > > project_id is not used anymore. Its replacement project.name as far I > know is not required. Its use is directly tied to certain > configuration options which I can not set. I'll let the FreeBSD > phabricator admins set that up. > > I would have liked to see some mention of what arc is, why it is useful for FreeBSD, and how the FreeBSD project is going to be using it, in the commit message or an email to -current. I guess one of these can still happen :) -Ben