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
55b8ad74
Commit
55b8ad74
authored
Jun 28, 2013
by
Leigh B Stoller
Browse files
Add noexport handling.
parent
4c091c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/newimageid_ez.in
View file @
55b8ad74
#!/usr/bin/perl -wT
#!/usr/bin/perl -wT
#
#
# Copyright (c) 2000-201
2
University of Utah and the Flux Group.
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
#
#
# {{{EMULAB-LICENSE
# {{{EMULAB-LICENSE
#
#
...
@@ -185,6 +185,7 @@ my %xmlfields =
...
@@ -185,6 +185,7 @@ my %xmlfields =
"
max_concurrent
",
=>
["
max_concurrent
",
$SLOT_OPTIONAL
,
0
],
"
max_concurrent
",
=>
["
max_concurrent
",
$SLOT_OPTIONAL
,
0
],
"
shared
",
=>
["
shared
",
$SLOT_OPTIONAL
,
0
],
"
shared
",
=>
["
shared
",
$SLOT_OPTIONAL
,
0
],
"
global
",
=>
["
global
",
$SLOT_OPTIONAL
,
0
],
"
global
",
=>
["
global
",
$SLOT_OPTIONAL
,
0
],
"
noexport
",
=>
["
noexport
",
$SLOT_OPTIONAL
,
0
],
"
mbr_version
",
=>
["
mbr_version
",
$SLOT_OPTIONAL
],
"
mbr_version
",
=>
["
mbr_version
",
$SLOT_OPTIONAL
],
"
metadata_url
",
=>
["
metadata_url
",
$SLOT_ADMINONLY
],
"
metadata_url
",
=>
["
metadata_url
",
$SLOT_ADMINONLY
],
"
imagefile_url
",
=>
["
imagefile_url
",
$SLOT_ADMINONLY
],
"
imagefile_url
",
=>
["
imagefile_url
",
$SLOT_ADMINONLY
],
...
...
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