[node-patches] Change in ovirt-node-iso[master]: jenkins: Drop log redirection

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed May 14 07:31:20 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: jenkins: Drop log redirection
......................................................................

jenkins: Drop log redirection

It is difficult and time consuming to look up the logs, thus we spit
them out to stderr/stdout again.

Change-Id: I3de83c5cf97d1603d63c29b40a5fc5742e760f26
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M jenkins.sh
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/59/27659/1

diff --git a/jenkins.sh b/jenkins.sh
index de15861..3fdc988 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -101,8 +101,7 @@
                  --with-build-number="${custom_build_number}"
     ## add the repo-creator to the path
     PATH="$PATH:${recipes_dir}/../../sbin"
-    sudo -E env PATH=$PATH make BUILD_TYPE="$BUILD_TYPE" iso publish \
-        1>make-iso-publish.log 2>&1
+    sudo -E env PATH=$PATH make BUILD_TYPE="$BUILD_TYPE" iso publish
     ## restore any file permissions
     sudo -E chown -R $USER:$USER .
 }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3de83c5cf97d1603d63c29b40a5fc5742e760f26
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list