Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: build: remove debug
......................................................................

packaging: build: remove debug

Change-Id: I9fc45bca214783a5e3afb6ca1472d7e7a88fd79f
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M Makefile
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/16782/1

diff --git a/Makefile b/Makefile
index a14e813..98cac61 100644
--- a/Makefile
+++ b/Makefile
@@ -275,7 +275,6 @@
                cd "$(SOURCEDIR)" && find . -type f -printf '%P\n' | \
                while read f; do \
                        exclude=false; \
-                       set -x; \
                        for x in $(EXCLUDE_GEN); do \
                                if [ "$(SOURCEDIR)/$${f}" = "$${x}.in" ]; then \
                                        exclude=true; \
@@ -289,7 +288,6 @@
                                fi; \
                        done; \
                        $${exclude} || echo "$${f}"; \
-                       set +x; \
                done \
        ) | while read f; do \
                [ -x "$(SOURCEDIR)/$${f}" ] && MASK=0755 || MASK=0644; \


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fc45bca214783a5e3afb6ca1472d7e7a88fd79f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to