Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
152d7174
Commit
152d7174
authored
Jan 21, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Banish more delta stuff. Sheesh, please let this be the last of it!
parent
93cd84ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
17 deletions
+2
-17
tbsetup/node_control.in
tbsetup/node_control.in
+0
-1
tbsetup/os_setup.in
tbsetup/os_setup.in
+1
-12
tbsetup/tbreport.in
tbsetup/tbreport.in
+1
-4
No files found.
tbsetup/node_control.in
View file @
152d7174
...
...
@@ -43,7 +43,6 @@ my %controlset =
startup_command
=>
[
0
,
0
,
"
startupcmd
",
"
startupcmd
",
0
,
""],
tarfiles
=>
[
0
,
1
,
"
tarballs
",
"
tarfiles
",
0
,
""],
rpms
=>
[
0
,
1
,
"
rpms
",
"
rpms
",
0
,
""],
deltas
=>
[
0
,
1
,
"
deltas
",
"
deltas
",
0
,
""],
next_boot_osid
=>
[
1
,
0
,
"
next_boot_osid
",
undef
,
1
,
"
-1
"],
next_boot_cmdline
=>
[
1
,
0
,
"
next_boot_cmd_line
",
undef
,
0
,
""],
temp_boot_osid
=>
[
1
,
0
,
"
temp_boot_osid
",
undef
,
1
,
"
-t
"],
...
...
tbsetup/os_setup.in
View file @
152d7174
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -267,17 +267,6 @@ while (my %row = $db_result->fetchhash()) {
}
}
#
# XXX - Check for existence of the delta files. We do this here
# cause its easier than looking for a failure later, when the node
# tries to install the delta. Not a general solution though. Needs
# more thought.
#
foreach
my
$delta
(
split
("
:
",
$row
{'
deltas
'}))
{
if
(
!
-
f
$delta
)
{
die_noretry
("
*** Delta file
$delta
for node
$node
does not exist!
");
}
}
#
# XXX - Ditto for RPMs.
#
...
...
tbsetup/tbreport.in
View file @
152d7174
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -199,9 +199,6 @@ if ($shownodes) {
if
(
$rpms
ne
"")
{
printf
"
%-17s %s
\n
",
"
RPMS:
",
$rpms
;
}
if
(
$deltas
ne
"")
{
printf
"
%-17s %s
\n
",
"
Deltas:
",
$deltas
;
}
if
(
$tarfiles
ne
"")
{
printf
"
%-17s %s
\n
",
"
Tarfiles:
",
$tarfiles
;
}
...
...
Write
Preview
Markdown
is supported
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