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 1F679138252 for ; Wed, 11 May 2016 02:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE09DE083A; Wed, 11 May 2016 02:41:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0399E07DF for ; Wed, 11 May 2016 02:41:01 +0000 (UTC) Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com [209.85.218.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 16816340B35 for ; Wed, 11 May 2016 02:41:01 +0000 (UTC) Received: by mail-oi0-f41.google.com with SMTP id k142so46678323oib.1 for ; Tue, 10 May 2016 19:41:01 -0700 (PDT) X-Gm-Message-State: AOPr4FWulwMrWyY97Gfe80qFjqB3g4Igo0JvmSFs7PxyCChtb5J76wPGfVcIg/h8sZ+w5eQTnlU45HPN3f4/rA== X-Received: by 10.202.90.3 with SMTP id o3mr414896oib.96.1462934459122; Tue, 10 May 2016 19:40:59 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.202.75.195 with HTTP; Tue, 10 May 2016 19:40:39 -0700 (PDT) In-Reply-To: <20160510185415.742432c3.dolsen@gentoo.org> References: <1462729330-24788-1-git-send-email-floppym@gentoo.org> <5731F960.50205@gentoo.org> <573251B8.8090103@gentoo.org> <20160510185415.742432c3.dolsen@gentoo.org> From: Mike Gilbert Date: Tue, 10 May 2016 22:40:39 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH] ebuild-writing/variables: better describe ROOT To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: e6ebe372-3bcb-4edd-bca2-b38d8b6ebf97 X-Archives-Hash: 5de3e46cb41d47760457014571ac7051 On Tue, May 10, 2016 at 9:54 PM, Brian Dolbec wrote: >> I agree, repoman should be catching this stuff. >> > > Then Please contribute some test ebuilds for the gen-b0rk repo to test > repoman or any other Q/A apps with. If they fail to detect the test > ebuilds, it will give us something to use to help trace the code errors. > It'll also make for a much better testing system overall for any app > performing any type of Q/A on ebuilds. I don't think there is a repoman check for ROOT in src functions (yet). I was just saying that I think it would make sense to add that.