From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=fuzziesquirrel.com (client-ip=173.167.31.197; helo=bajor.fuzziesquirrel.com; envelope-from=bradleyb@fuzziesquirrel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=fuzziesquirrel.com Received: from bajor.fuzziesquirrel.com (mail.fuzziesquirrel.com [173.167.31.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48TZtn0dPWzDq7W for ; Sat, 29 Feb 2020 03:36:49 +1100 (AEDT) X-Virus-Scanned: amavisd-new at fuzziesquirrel.com Content-Type: text/plain; charset=utf-8; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: [OpenBMC]: Unit test coverage analysis on openbmc repositories From: Brad Bishop X-Priority: 3 (Normal) In-Reply-To: Date: Fri, 28 Feb 2020 11:36:45 -0500 Cc: openbmc@lists.ozlabs.org Message-Id: References: <1B448D94-3C6C-42D5-991B-A6AFD720F999@fuzziesquirrel.com> To: Lakshminarayana R Kammath Content-Transfer-Encoding: quoted-printable X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2020 16:36:49 -0000 at 11:31 AM, Brad Bishop wrote: > at 11:30 AM, Lakshminarayana R Kammath wrote: > >> sure Brad! >> >> If Some one can confirm the list of repo's that can be ignored we can = =20 >> put them to blacklist > > Is it possible to use the GitHub api to query this? Then we don=E2=80=99= t need =20 > to maintain a blacklist. How are you building the list of repos? https://developer.github.com/v3/repos/#list-organization-repositories there is an =E2=80=9Carchived=E2=80=9D property in the response to this l= ist-org-repos api =20 that seems like it would work? This looks like an interesting python module that might make the API =20 interaction easier... https://pygithub.readthedocs.io/en/latest/