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 1RRuxF-000221-I3 for garchives@archives.gentoo.org; Sun, 20 Nov 2011 00:08:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA3F21C098 for ; Sun, 20 Nov 2011 00:08:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7312921C09D for ; Sat, 19 Nov 2011 23:29:24 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C44971B4007 for ; Sat, 19 Nov 2011 23:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id AE2EC80052 for ; Sat, 19 Nov 2011 23:29:22 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/git-hooks-commit-msg X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: c211a5ac856358c7e7fb25f3e83ce65c8080892d Date: Sat, 19 Nov 2011 23:29:22 +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: 85fda0e1-9c8e-490c-98e1-e1a394b0d96e X-Archives-Hash: ad58f9524c04d3406c0a9f9fc4549593 commit: c211a5ac856358c7e7fb25f3e83ce65c8080892d Author: Alexey Shvetsov gentoo org> AuthorDate: Sat Nov 19 23:28:20 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat Nov 19 23:28:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dc211a5ac [Documentation] Fix hook Signed-off-by: Alexey Shvetsov gentoo.org> --- Documentation/maintainers/git-hooks-commit-msg | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentati= on/maintainers/git-hooks-commit-msg index d1e5fed..be2d403 100755 --- a/Documentation/maintainers/git-hooks-commit-msg +++ b/Documentation/maintainers/git-hooks-commit-msg @@ -28,6 +28,9 @@ elif [[ -n `grep -e '^\[sets' <<< "$summary"` ]] ; then elif [[ -n `grep -e '^\[profiles' <<< "$summary"` ]] ; then # Do not enforce usage of repoman where it makes no sense exit 0 +elif [[ -n `grep -e '^\[eclass' <<< "$summary"` ]] ; then + # Do not enforce usage of repoman where it makes no sense + exit 0 elif grep '^NO_REPOMAN' "$FILE" >& /dev/null ; then # Allow i-know-what-i-am-doing override sed -i -e '/^NO_REPOMAN/d' "$FILE"