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}"

Reply via email to