[node-patches] Change in ovirt-node-iso[node-3.1]: verrel needs to emit dist
rbarry at redhat.com
rbarry at redhat.com
Tue Aug 5 16:32:19 UTC 2014
Ryan Barry has uploaded a new change for review.
Change subject: verrel needs to emit dist
......................................................................
verrel needs to emit dist
To accurately get the ISO name, verrel needs to also emit ${DIST}
Change-Id: I627c87a2fd08101c7c8e94550d378023ea764c1f
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node-iso refs/changes/95/31095/1
diff --git a/Makefile.am b/Makefile.am
index 3382fb5..8186336 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -191,7 +191,7 @@
mv $(PACKAGE_NAME).iso $(PACKAGE_NAME)-$(VERSION)-$(RELEASE)$(DIST).iso
verrel:
- @echo ${PACKAGE_NAME}-${VERSION}-${RELEASE}
+ @echo ${PACKAGE_NAME}-${VERSION}-${RELEASE}${DIST}
node-creator:
@test -n "${NODE_CREATOR}" || ( echo "No node-creator script found" && exit 1 )
--
To view, visit http://gerrit.ovirt.org/31095
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I627c87a2fd08101c7c8e94550d378023ea764c1f
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