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
3891f842
Commit
3891f842
authored
Mar 06, 2003
by
Leigh B. Stoller
Browse files
Remove the devel code that was hardwring the delay OSID. Not a
current problem since it was hardwired to the current FBSD image.
parent
9d1c3f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/assign_wrapper.in
View file @
3891f842
...
...
@@ -223,8 +223,8 @@ $query_result =
DBQueryFatal
("
SELECT type,delay_osid,osid from node_types
");
while
((
$type
,
$delayosid
,
$defosid
)
=
$query_result
->
fetchrow_array
())
{
#
$delayosids{$type} = $delayosid;
$delayosids
{
$type
}
=
"
testbed-FBSD47-UPDATE
";
$delayosids
{
$type
}
=
$delayosid
;
#
$delayosids{$type} = "testbed-FBSD47-UPDATE";
$defaultosids
{
$type
}
=
$defosid
;
}
...
...
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