Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: build: remove last legacy reference ......................................................................
packaging: build: remove last legacy reference Change-Id: I501a28950ac10b756cb47997bf079e7ed0608da2 Signed-off-by: Alon Bar-Lev <[email protected]> --- M build/python-check.sh.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/09/23409/1 diff --git a/build/python-check.sh.in b/build/python-check.sh.in index 60d62cc..cf55697 100755 --- a/build/python-check.sh.in +++ b/build/python-check.sh.in @@ -8,7 +8,7 @@ ret=0 FILES="$( - find build packaging -name '*.py' | grep -v legacy-setup | while read f; do + find build packaging -name '*.py' | while read f; do [ -e "${f}.in" ] || echo "${f}" done )" -- To view, visit http://gerrit.ovirt.org/23409 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I501a28950ac10b756cb47997bf079e7ed0608da2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
