[node-patches] Change in ovirt-node[master]: edit-node:rename iso_name more simpler when install multiple...
hadong0720 at gmail.com
hadong0720 at gmail.com
Wed Nov 6 08:42:25 UTC 2013
hadong has uploaded a new change for review.
Change subject: edit-node:rename iso_name more simpler when install multiple packages
......................................................................
edit-node:rename iso_name more simpler when install multiple packages
Change-Id: I2ef7a53034a7aa424f207c94a8be96fac56c7a64
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1027130
Signed-off-by: hadong <hadong0720 at gmail.com>
---
M tools/edit-node
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/20951/1
diff --git a/tools/edit-node b/tools/edit-node
index 27d538a..b3250a9 100755
--- a/tools/edit-node
+++ b/tools/edit-node
@@ -1725,7 +1725,9 @@
n = ""
if n:
- finished_iso = build_isoname_for_plugins(edited_iso, [n])
+ plugins = n.split(",")
+ finished_iso = build_isoname_for_plugins(edited_iso,
+ plugins)
else:
finished_iso = edited_iso
print "Moving '%s' to '%s'" % (edited_iso, finished_iso)
--
To view, visit http://gerrit.ovirt.org/20951
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ef7a53034a7aa424f207c94a8be96fac56c7a64
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
More information about the node-patches
mailing list