Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: build: fix python-check ......................................................................
packaging: build: fix python-check Change-Id: Ie3b4c1dcbddeff3bef8655c75a595cf95135be2d Signed-off-by: Alon Bar-Lev <[email protected]> --- M .gitignore R build/python-check.sh.in 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/08/23408/1 diff --git a/.gitignore b/.gitignore index 1123229..fae2f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ # generated files ########################### -build/python-check.sh.in +build/python-check.sh ovirt-engine-reports.spec packaging/sys-etc/ovirt-engine/engine.conf.d/50-ovirt-engine-reports.conf server-customizations/WEB-INF/log4j.properties diff --git a/build/python-check.sh b/build/python-check.sh.in similarity index 90% rename from build/python-check.sh rename to build/python-check.sh.in index d82c79a..60d62cc 100755 --- a/build/python-check.sh +++ b/build/python-check.sh.in @@ -1,7 +1,7 @@ #!/bin/sh -PEP8="pep8" -PYFLAKES="pyflakes" +PEP8="@PEP8@" +PYFLAKES="@PYFLAKES@" SRCDIR="$(dirname "$0")/.." cd "${SRCDIR}" -- To view, visit http://gerrit.ovirt.org/23408 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3b4c1dcbddeff3bef8655c75a595cf95135be2d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
