From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1022968-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D29611382C5
	for <garchives@archives.gentoo.org>; Tue,  8 May 2018 15:15:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 174B8E0AFB;
	Tue,  8 May 2018 15:15:08 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E1DB2E0AFB
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 May 2018 15:15:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BBA5B335C06
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 May 2018 15:15:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DE3429
	for <gentoo-commits@lists.gentoo.org>; Tue,  8 May 2018 15:15:05 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1525792495.6f4e4e6d538d3c793da69e6e06d5393eb2ca2b1a.mgorny@gentoo>
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
X-VCS-Repository: proj/qa-scripts
X-VCS-Files: fetch-git-reports.sh
X-VCS-Directories: /
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 6f4e4e6d538d3c793da69e6e06d5393eb2ca2b1a
X-VCS-Branch: master
Date: Tue,  8 May 2018 15:15:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 7d16f343-14a0-4589-8992-1cc3831e7853
X-Archives-Hash: 4fcbae7ff54074b678cda5ce0141a0ca

commit:     6f4e4e6d538d3c793da69e6e06d5393eb2ca2b1a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  8 15:14:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  8 15:14:55 2018 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=6f4e4e6d

Remove gpyutils from git reports

 fetch-git-reports.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetch-git-reports.sh b/fetch-git-reports.sh
index 0d0a2d9..1520cec 100755
--- a/fetch-git-reports.sh
+++ b/fetch-git-reports.sh
@@ -9,7 +9,7 @@ outputdir=${1}
 [[ ${outputdir} ]]
 cd "${outputdir}"
 
-for repo in gentoo-ci gpyutils repos; do
+for repo in gentoo-ci repos; do
 	[[ -d ${repo} ]] || git clone --depth=1 "git://anongit.gentoo.org/report/${repo}.git"
 
 	cd "${repo}"