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
f063e020
Commit
f063e020
authored
Sep 25, 2003
by
Leigh B. Stoller
Browse files
Minor debugging code added.
parent
753d793b
Changes
2
Hide whitespace changes
Inline
Side-by-side
os/install-rpm
View file @
f063e020
...
...
@@ -290,6 +290,7 @@ sub GetRPMFile($$$)
# Okay, run wget with the proper arguments.
#
my
$cmd
=
"
wget -q -O
$copyfile
"
.
(
$debug
?
"
--server-response
"
:
"")
.
"
'https://
${www}
/spewrpmtar.php3
"
.
"
?nodeid=
${nodeid}
&file=
${rpm}
&key=
${keyhash}
'
";
...
...
os/install-tarfile
View file @
f063e020
...
...
@@ -333,6 +333,7 @@ sub GetTarFile($$$)
# Okay, run wget with the proper arguments.
#
my
$cmd
=
"
wget -q -O
$copyfile
"
.
(
$debug
?
"
--server-response
"
:
"")
.
"
'https://
${www}
/spewrpmtar.php3
"
.
"
?nodeid=
${nodeid}
&file=
${tarfile}
&key=
${keyhash}
'
";
...
...
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