Change in vdsm[master]: Build without supporting python3 by using --disable-python3-...

danken at redhat.com danken at redhat.com
Thu Mar 31 09:22:54 UTC 2016


Dan Kenigsberg has posted comments on this change.

Change subject: Build without supporting python3 by using --disable-python3-support
......................................................................


Patch Set 6: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/55517/6/configure.ac
File configure.ac:

Line 259: if test "x$PEP8" = "x"; then
Line 260:   AC_MSG_WARN([python-pep8 not found])
Line 261: fi
Line 262: 
Line 263: AC_PATH_PROG([PYTHON3], [python3])
these two tests must be skipped if python3 is not to be supported
Line 264: if test "x$PYTHON3" = "x"; then
Line 265:   AC_MSG_ERROR([python3 not found])
Line 266: fi
Line 267: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie7437f7dbc2a1e08fcaf8e2a59de6259a94440e0
Gerrit-PatchSet: 6
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list