From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 39FF1138334 for ; Sun, 12 Aug 2018 10:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AE26E0A98; Sun, 12 Aug 2018 10:37:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E5A38E0A98 for ; Sun, 12 Aug 2018 10:37:57 +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 4CA2D335C96 for ; Sun, 12 Aug 2018 10:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BDAD387 for ; Sun, 12 Aug 2018 10:37:52 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1534070261.451297fcc9511b37ca5204396312214eef7f5050.mgorny@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: check_eclasses_eapis.sh X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 451297fcc9511b37ca5204396312214eef7f5050 X-VCS-Branch: master Date: Sun, 12 Aug 2018 10:37:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c93132c-151a-4563-84b5-daf2e80c65c5 X-Archives-Hash: 0265042704dd1661a73602bfd762d4d7 commit: 451297fcc9511b37ca5204396312214eef7f5050 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 12 10:37:41 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 12 10:37:41 2018 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=451297fc check_eclasses_eapis: Run matrix generation as well check_eclasses_eapis.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh index b78fb39..3a2e39b 100755 --- a/check_eclasses_eapis.sh +++ b/check_eclasses_eapis.sh @@ -66,5 +66,7 @@ for x in ${ECLASSES}; do done popd > /dev/null +"${0}"/eclass-eapi-matrix.py "${DIR}" + rm ${TMPEAPIS} rm ${TMPECLASS}