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 1RLjK3-0005h6-8L for garchives@archives.gentoo.org; Wed, 02 Nov 2011 22:30:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8909E21C067; Wed, 2 Nov 2011 22:30:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 41DD221C067 for ; Wed, 2 Nov 2011 22:30:06 +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 AF35A1B400F for ; Wed, 2 Nov 2011 22:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1B43C80042 for ; Wed, 2 Nov 2011 22:30:05 +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: e7d3496677b69460844d60811ac4afe4dd3d2ae6 Date: Wed, 2 Nov 2011 22:30:05 +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: a4260cf4-2301-4173-ad0d-ed7d9e0cdf6d X-Archives-Hash: 2ccbfd2851400aa9cd477439b583888b commit: e7d3496677b69460844d60811ac4afe4dd3d2ae6 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Nov 2 22:29:27 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Nov 2 22:29:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3De7d34966 [Documentation] Update 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 80e95f4..d1e5fed 100755 --- a/Documentation/maintainers/git-hooks-commit-msg +++ b/Documentation/maintainers/git-hooks-commit-msg @@ -25,6 +25,9 @@ if [[ -n `grep -e '^\[Documentation' <<< "$summary"` ]]= ; then elif [[ -n `grep -e '^\[sets' <<< "$summary"` ]] ; then # Do not enforce usage of repoman where it makes no sense exit 0 +elif [[ -n `grep -e '^\[profiles' <<< "$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"