Change in vdsm[master]: configure.ac: pyflakes/python-pep8 reduce to warn

dougsland at redhat.com dougsland at redhat.com
Tue Oct 30 23:51:56 UTC 2012


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: configure.ac: pyflakes/python-pep8 reduce to warn
......................................................................

configure.ac: pyflakes/python-pep8 reduce to warn

Replace error message for warning message if build
system doesn't contain pyflakes and python-pep8
packages installed.

Change-Id: Ife89071bcbd0b2b4a50166080575f09e0048cec7
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/39/8939/1

diff --git a/configure.ac b/configure.ac
index 450f714..7cb12ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,13 +100,13 @@
 # Checking for pyflakes
 AC_PATH_PROG([PYFLAKES], [pyflakes])
 if test "x$PYFLAKES" = "x"; then
-  AC_MSG_ERROR([pyflakes not found, please install it.])
+  AC_MSG_WARN([pyflakes not found])
 fi
 
 # Checking for pep8
 AC_PATH_PROG([PEP8], [pep8])
 if test "x$PEP8" = "x"; then
-  AC_MSG_ERROR([python-pep8 not found, please install it.])
+  AC_MSG_WARN([python-pep8 not found])
 fi
 
 # Checking for python-devel


--
To view, visit http://gerrit.ovirt.org/8939
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife89071bcbd0b2b4a50166080575f09e0048cec7
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list