pgreco / rpms / ipa

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

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

99b6f7
From d48ef24f108af76f950fc67cd728d5eeee1221c4 Mon Sep 17 00:00:00 2001
99b6f7
From: Martin Kosek <mkosek@redhat.com>
99b6f7
Date: Wed, 22 May 2013 10:52:32 +0200
99b6f7
Subject: [PATCH 1005/1006] 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
99b6f7
index 484144fd6f2dfb905abfc96621fc03b306d2f230..0718367cd78e070e160d50f28006ded580be78cf 100644
99b6f7
--- a/Makefile
99b6f7
+++ b/Makefile
99b6f7
@@ -46,9 +46,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
 
99b6f7
 PYTHON ?= $(shell rpm -E %__python)
99b6f7
 
99b6f7
@@ -97,7 +94,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
-- 
99b6f7
1.8.3.1
99b6f7