Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
dfb4e671
Commit
dfb4e671
authored
Jun 08, 2010
by
Leigh B Stoller
Browse files
Bug fix to my trashy rspec conversion utility.
parent
cd3a9ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniResource.pm.in
View file @
dfb4e671
...
...
@@ -481,6 +481,7 @@ sub ConvertRspec($)
my
$
node
=
GeniXML
::
AddElement
(
"node"
,
$
root
);
foreach
my
$
key
(
'virtual_id'
,
'component_urn'
,
'exclusive'
,
'component_manager_urn'
,
'component_manager_uuid'
,
'virtualization_type'
,
'virtualization_subtype'
,
'startup_command'
,
'tarfiles'
)
{
GeniXML
::
SetText
($
key
,
$
node
,
$
ref
->{$
key
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment