From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QCkvd-0001Bs-Fk for garchives@archives.gentoo.org; Thu, 21 Apr 2011 03:51:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DFD51C025; Thu, 21 Apr 2011 03:51:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0E7171C02D for ; Thu, 21 Apr 2011 03:51:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7265A1B403E for ; Thu, 21 Apr 2011 03:51:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A25D8802C1 for ; Thu, 21 Apr 2011 03:51:30 +0000 (UTC) From: "Jeremy Olexa" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" Message-ID: 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: darkside X-VCS-Committer-Name: Jeremy Olexa X-VCS-Revision: c2a9404f2c2c874f3ceac1de9f4893ecdd4b5007 Date: Thu, 21 Apr 2011 03:51:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8368b68f6fe9be5c5c58ce09ee95b9b0 commit: c2a9404f2c2c874f3ceac1de9f4893ecdd4b5007 Author: Jeremy Olexa gentoo org> AuthorDate: Thu Apr 21 03:50:43 2011 +0000 Commit: Jeremy Olexa gentoo org> CommitDate: Thu Apr 21 03:50:43 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qa-scripts.gi= t;a=3Dcommit;h=3Dc2a9404f check_eclasses_eapis.sh: Add README.html file --- check_eclasses_eapis.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh index 1c963dd..380b131 100755 --- a/check_eclasses_eapis.sh +++ b/check_eclasses_eapis.sh @@ -33,6 +33,7 @@ for x in ${ECLASSES}; do tmpval=3D$(wc -l "${y}.txt" |cut -d' ' -f1) echo "EAPI=3D${y} count: ${tmpval}" >> "STATS.txt" done + sed -e 's/$/
/' STATS.txt > README.html popd > /dev/null done popd > /dev/null