From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F0AA138BD3 for ; Mon, 3 Nov 2014 00:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88FC6E089B; Mon, 3 Nov 2014 00:05:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15D42E0893 for ; Mon, 3 Nov 2014 00:05:13 +0000 (UTC) Received: from [192.168.1.7] (ip70-181-96-121.oc.oc.cox.net [70.181.96.121]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 05E5C33F883; Mon, 3 Nov 2014 00:05:11 +0000 (UTC) Message-ID: <5456C6B5.7010600@gentoo.org> Date: Sun, 02 Nov 2014 16:05:09 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org CC: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Subject: Re: [gentoo-portage-dev] [PATCH 1/3] Introduce eqatag to output proper machine-readable QA logs References: <1414955900-32567-1-git-send-email-mgorny@gentoo.org> In-Reply-To: <1414955900-32567-1-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 34b0cb00-5471-4128-ad8e-472664f195d2 X-Archives-Hash: 49987acbfd509dad2e6183726f198491 On 11/02/2014 11:18 AM, Michał Górny wrote: > The eqatag command syntax conforms to pre-GLEP describing > install-qa-check.d. The qa.log file format strictly conforms to YAML for > easy machine parsing. The whole series looks good to me. -- Thanks, Zac