diff options
| author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-11-17 12:17:09 +0400 |
|---|---|---|
| committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-11-17 12:17:09 +0400 |
| commit | 35315bc5e2238e91d11d5fe2d74b88ab877774d6 (patch) | |
| tree | d2beb91f0e70b001910d6a4ef9936c1f11bf14ee /Documentation/maintainers/git-hooks-commit-msg | |
| parent | 291b6faf4ffb1c07106d2798e421e4cd6e9e18e7 (diff) | |
| download | kde-35315bc5e2238e91d11d5fe2d74b88ab877774d6.tar.gz kde-35315bc5e2238e91d11d5fe2d74b88ab877774d6.tar.bz2 kde-35315bc5e2238e91d11d5fe2d74b88ab877774d6.zip | |
[kde-base] there is no l10n packages for beta
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'Documentation/maintainers/git-hooks-commit-msg')
| -rwxr-xr-x | Documentation/maintainers/git-hooks-commit-msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/maintainers/git-hooks-commit-msg b/Documentation/maintainers/git-hooks-commit-msg index f659c61667c..09f96644625 100755 --- a/Documentation/maintainers/git-hooks-commit-msg +++ b/Documentation/maintainers/git-hooks-commit-msg @@ -38,7 +38,7 @@ elif grep '^NO_REPOMAN' "$FILE" >& /dev/null ; then # Allow i-know-what-i-am-doing override sed -i -e '/^NO_REPOMAN/d' "$FILE" exit 0 -elif ! grep '^(Portage version' "$FILE" >& /dev/null ; then +elif ! grep '^Package-Manager' "$FILE" >& /dev/null ; then die 'Please use repoman to commit' fi |
