pgreco / rpms / ipa

Forked from forks/areguera/rpms/ipa 4 years ago
Clone

Blame SOURCES/1005-Remove-pylint-from-build-process.patch

590d18
From bdee628555701a27951d7ef18b62941b5b92ec6c Mon Sep 17 00:00:00 2001
99b6f7
From: Martin Kosek <mkosek@redhat.com>
e3ffab
Date: Fri, 5 Sep 2014 11:48:20 +0200
e3ffab
Subject: [PATCH] Remove pylint from build process
99b6f7
99b6f7
pylint is not present in RHEL-7.0.
99b6f7
---
99b6f7
 Makefile | 4 ----
99b6f7
 1 file changed, 4 deletions(-)
99b6f7
99b6f7
diff --git a/Makefile b/Makefile
590d18
index abf58382960099a54b8920dd0e741b9fda17682f..7a91fbe233d588c3c8dda1bff2daf2bdd5e7717c 100644
99b6f7
--- a/Makefile
99b6f7
+++ b/Makefile
590d18
@@ -49,9 +49,6 @@ IPA_RPM_RELEASE=$(shell cat RELEASE)
99b6f7
 LIBDIR ?= /usr/lib
99b6f7
 
99b6f7
 DEVELOPER_MODE ?= 0
99b6f7
-ifneq ($(DEVELOPER_MODE),0)
99b6f7
-LINT_OPTIONS=--no-fail
99b6f7
-endif
99b6f7
 
e3ffab
 PYTHON ?= $(shell rpm -E %__python || echo /usr/bin/python2)
99b6f7
 
590d18
@@ -116,7 +113,6 @@ client-dirs:
99b6f7
 	fi
99b6f7
 
99b6f7
 lint: bootstrap-autogen
99b6f7
-	./make-lint $(LINT_OPTIONS)
99b6f7
 	$(MAKE) -C install/po validate-src-strings
99b6f7
 
99b6f7
 
99b6f7
-- 
e3ffab
2.1.0
99b6f7