Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: Do not skip over fedora files ......................................................................
packaging: setup: Do not skip over fedora files Now that http://gerrit.ovirt.org/17204 was merged, no need to not check fedora files... Change-Id: I4e558c0f05d7c220670062306ae0bfcca5eb9e0f Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/check.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/18062/1 diff --git a/packaging/check.sh b/packaging/check.sh index 2bf6a38..ef6e0d6 100755 --- a/packaging/check.sh +++ b/packaging/check.sh @@ -3,7 +3,7 @@ BASE="$(dirname "$0")" FILES="$( - find "${BASE}" -name '*.py' | grep -v fedora | while read f; do + find "${BASE}" -name '*.py' | while read f; do [ -e "${f}.in" ] || echo "${f}" done )" -- To view, visit http://gerrit.ovirt.org/18062 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4e558c0f05d7c220670062306ae0bfcca5eb9e0f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
