Change in vdsm[master]: build: restore pep8 automated check

fromani at redhat.com fromani at redhat.com
Wed Aug 5 12:50:28 UTC 2015


Francesco Romani has uploaded a new change for review.

Change subject: build: restore pep8 automated check
......................................................................

build: restore pep8 automated check

'pep8' was removed from the checks.

I can't find the reason in the patch commit message,
so it doesn't look intentional.
This patch restores the check.

Change-Id: Ibce2e251c296230de76c3c92780d5a316e16d100
Signed-off-by: Francesco Romani <fromani at redhat.com>
---
M Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/44416/1

diff --git a/Makefile.am b/Makefile.am
index f6fe99b..5633040 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -142,7 +142,7 @@
 	fi
 
 # Note: dependencies ordered by time needed to run them
-check-recursive: gitignore python3 pyflakes
+check-recursive: gitignore python3 pyflakes pep8
 
 .PHONY: check-all
 check-all:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibce2e251c296230de76c3c92780d5a316e16d100
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <fromani at redhat.com>


More information about the vdsm-patches mailing list