Dima Kuznetsov 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?
Oops
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 <dkuzn...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Dima Kuznetsov <dkuzn...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Francesco Romani <from...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykap...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to