[yum-commits] Branch 'yum-3_2_X' - Makefile
Tim Lauridsen
timlau at osuosl.org
Sun Mar 29 10:35:57 UTC 2009
Makefile | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit cfd383f4f4cc1397f914d139af412ba5ef0d70f2
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Sun Mar 29 12:35:29 2009 +0200
add 'make pylint-errors' target to show only errors
diff --git a/Makefile b/Makefile
index dea16ca..42ded96 100644
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,9 @@ check: test
pylint:
@pylint --rcfile=test/yum-pylintrc $(PYLINT_FILES)
+pylint-errors:
+ @pylint -e --rcfile=test/yum-pylintrc $(PYLINT_FILES)
+
changelog:
git log --since=2007-05-16 --pretty --numstat --summary | git2cl > ChangeLog
More information about the Yum-commits
mailing list