[node-patches] Change in ovirt-node-iso[master]: jenkins: Redirect stderr and -out to the same file

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue May 6 16:15:52 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: jenkins: Redirect stderr and -out to the same file
......................................................................

jenkins: Redirect stderr and -out to the same file

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


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

diff --git a/jenkins.sh b/jenkins.sh
index c98a5f4..22e1323 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -102,7 +102,7 @@
     ## 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.stdout.log 2>make.stderr.log
+        1>make-iso-publish.stdout.stderr 2>&1
     ## restore any file permissions
     sudo -E chown -R $USER:$USER .
 }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If5f7c893f318949a885bcb32fce1e15d531e6af4
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