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
f7c59397
Commit
f7c59397
authored
Jun 02, 2008
by
Leigh B. Stoller
Browse files
Minor bug fix to deal with virt_nodes entries with null tarfiles/rpms.
parent
a36e600d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tarfiles_setup.in
View file @
f7c59397
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2003
,
200
4, 2006, 2007
University of Utah and the Flux Group.
# Copyright (c) 2003
-
200
8
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -140,6 +140,10 @@ while (my ($vname, $rpms, $tarfiles) = $result->fetchrow()) {
if
(
!
defined
(
$physnode
))
{
$physnode
=
$experiment
->
VnameToPmap
(
$vname
);
}
$rpms
=
""
if
(
!
defined
(
$rpms
));
$tarfiles
=
""
if
(
!
defined
(
$tarfiles
));
#
# Go through the list of RPMs looking for files to fetch
...
...
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