From owner-svn-src-head@freebsd.org Wed Dec 6 03:19:36 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DEFCE8DD48; Wed, 6 Dec 2017 03:19:36 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-it0-f46.google.com (mail-it0-f46.google.com [209.85.214.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E185480769; Wed, 6 Dec 2017 03:19:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-it0-f46.google.com with SMTP id m11so19111163iti.1; Tue, 05 Dec 2017 19:19:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=ZV+h/3Jcgurr7dzG7Mwn74FEuZ3whq43eXNJUrsRlN4=; b=iIBLWHr2NGWEQtrcrRZLh7yRjRSDfoQusVCPGikquOhrxe5OkywkKQT8a7NGpZ4JAs fO4Xa1MoFMOvIBsGWEzWu2JwckIheRoZwG3xtLeuzx9rg2OIpkqobWoguRMxe0DxJMpx gcw/xpvYvopo3EhhmuSNsEp5weqqYmoGm2u2DXoS4HnBFoNLNXVlj/Leg+OHsYR6hZFr fbrOLakVpgaLJGPfDq9sQBJMmCcIfOm/CVdvOmPjLRJxinmrxdU96xleGaxRtNJgrNpM /O5ECywpunEVoiBVEZQFSYnRALSFRsJhVX8AqUliCzZtK/tLRPMIXKbrEeKtDKyuHXoT /5wg== X-Gm-Message-State: AKGB3mJt5dyX4e7g0fJN3ABeSmelpSTMh7wTPORj5iCEn4gBoFy2ntM/ ePsm8Ti9ptF7Tv0GSiuATx3ps40i X-Google-Smtp-Source: AGs4zMazhpdkfIZTIZvs6jd6m+qkjhwner2MsSTuJVClVa1WciksF7B7ccIgbWbeKimwYC3bVcUaHA== X-Received: by 10.36.164.75 with SMTP id v11mr2613516iti.33.1512530374466; Tue, 05 Dec 2017 19:19:34 -0800 (PST) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com. [209.85.223.177]) by smtp.gmail.com with ESMTPSA id e7sm908415ita.17.2017.12.05.19.19.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Dec 2017 19:19:34 -0800 (PST) Received: by mail-io0-f177.google.com with SMTP id e204so1078084iof.12; Tue, 05 Dec 2017 19:19:34 -0800 (PST) X-Received: by 10.107.7.169 with SMTP id g41mr33591135ioi.38.1512530374015; Tue, 05 Dec 2017 19:19:34 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.165.150 with HTTP; Tue, 5 Dec 2017 19:19:33 -0800 (PST) In-Reply-To: <201712060310.vB63A1Bn054608@pdx.rh.CN85.dnsmgr.net> References: <201712060247.vB62lksa053161@repo.freebsd.org> <201712060310.vB63A1Bn054608@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Tue, 5 Dec 2017 19:19:33 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r326614 - in head: etc/mtree usr.bin usr.bin/sponge usr.bin/tee To: "Rodney W. Grimes" Cc: Eitan Adler , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Wed, 06 Dec 2017 03:19:36 -0000 On Tue, Dec 5, 2017 at 7:10 PM, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> Author: eadler >> Date: Wed Dec 6 02:47:46 2017 >> New Revision: 326614 >> URL: https://svnweb.freebsd.org/changeset/base/326614 >> >> Log: >> sponge(1): revert >> >> I did a complete buildworld and test... with the program disconnected >> from the tree. Revert the change for now. >> >> (this keeps the change to .arclint which is still correct) > > Commited with no log entry that makes any sense about why it was changed, > please revert .arclint and recommit with a proper log entry for .arclint > as to why all /tests/ dirs should be ignored. I have to agree with Rod. The commit message for the arclint change is currently "sponge(1): initial commit =E2=80=A6" and doesn't say anything about the arclint change. Even if the change is correct, the commit message isn't. Conrad