Change in vdsm[master]: makefile: Run pep8/pyflakes inside virtualenv

fromani at redhat.com fromani at redhat.com
Tue Aug 18 13:11:59 UTC 2015


Francesco Romani has posted comments on this change.

Change subject: makefile: Run pep8/pyflakes inside virtualenv
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/44928/1/Makefile.am
File Makefile.am:

Line 121: 
Line 122: .PHONY: pyflakes
Line 123: pyflakes: virtualenv
Line 124: 	(							\
Line 125: 		source /tmp/vdsm-virtualenv/bin/activate ;	\
/tmp?
Line 126: 		pip install pyflakes==$(PYFLAKES_VERSION) ;	\
Line 127: 		find . -path './.git' -prune			\
Line 128: 		        -path './virtualenv' -prune -type f -o 	\
Line 129: 			-name '*.py' -o -name '*.py.in' | 	\


-- 
To view, visit https://gerrit.ovirt.org/44928
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2ac3968ee6b2c9a1c9e3cf6bc78f486823bb6574
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dima Kuznetsov <dkuznets at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list