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
2bf57d7c
Commit
2bf57d7c
authored
Oct 19, 2015
by
Leigh B Stoller
Browse files
Fix for setting the ARM typelist.
parent
4b238895
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniIMS.pm.in
View file @
2bf57d7c
...
...
@@ -469,9 +469,15 @@ sub NewImage($)
}
}
my
%
types_known_working
=
();
foreach
my
$
type
(
split
(
","
,
$
blob
->{
'types_known_working'
})
,
@
X86TYPES
)
{
foreach
my
$
type
(
split
(
","
,
$
blob
->{
'types_known_working'
}))
{
$
types_known_working
{$
type
}
=
$
type
;
}
#
Until
we
have
image
testing
.
if
($
blob
->{
'arch'
}
ne
"aarch64"
)
{
foreach
my
$
type
(@
X86TYPES
)
{
$
types_known_working
{$
type
}
=
$
type
;
}
}
#
#
Insert
new
version
of
the
image
.
...
...
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