[node-patches] Change in ovirt-node-iso[node-3.1]: Don't try to use the publish Make target anymore

rbarry at redhat.com rbarry at redhat.com
Tue Aug 5 13:56:39 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Don't try to use the publish Make target anymore
......................................................................

Don't try to use the publish Make target anymore

Publish isn't a make target in node-3.1. Don't use it

Change-Id: I491fd95c49fe6eb4214c4b666c3ff631f5defcc3
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/jenkins.sh b/jenkins.sh
index 2c2fd4f..9506be7 100755
--- a/jenkins.sh
+++ b/jenkins.sh
@@ -101,7 +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 \
+    sudo -E env PATH=$PATH make BUILD_TYPE="$BUILD_TYPE" iso \
         1>make.stdout.log 2>make.stderr.log
     ## restore any file permissions
     sudo -E chown -R $USER:$USER .


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I491fd95c49fe6eb4214c4b666c3ff631f5defcc3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node-iso
Gerrit-Branch: node-3.1
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list