[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 42e4210 1/5: Don't expect a release candidate
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 42e4210 1/5: Don't expect a release candidate every month |
Date: |
Thu, 29 Dec 2016 00:19:50 +0000 (UTC) |
branch: master
commit 42e421063e7c59785ae7a53a2bb8ce7c5695fa64
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Don't expect a release candidate every month
---
hooks/pre-commit | 1 +
1 file changed, 1 insertion(+)
diff --git a/hooks/pre-commit b/hooks/pre-commit
index d948154..4f6e8e6 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -28,6 +28,7 @@ check_concinnity()
output=$( \
make src_dir=/opt/lmi/src/lmi -f /opt/lmi/src/lmi/GNUmakefile
check_concinnity \
2>&1 | sed \
+ -e"/^Is it time to 'make release_candidate'?$/d" \
-e'/^make[[]/d' \
-e'/^ Problems detected by xmllint:$/d' \
-e'/^ Miscellaneous problems:$/d' \