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
ca78e8d3
Commit
ca78e8d3
authored
May 27, 2014
by
Gary Wong
Browse files
Add monitoring port dependencies to boss portfix phase.
parent
5a129f3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/portfix
View file @
ca78e8d3
...
...
@@ -102,6 +102,18 @@ sub Install($$$)
ExecQuietFatal("ln -sf /usr/local/etc/namedb /etc/namedb");
};
}
if ($PGENISUPPORT) {
Phase "mod_wsgi3", "Looking for mod_wsgi3 and installing", sub {
DoneIfPackageInstalled("mod_wsgi3");
my $pname = GetPackage("mod_wsgi3", $packagedir);
AddPackage($pname, $packagedir);
}
Phase "py-flask", "Looking for py-flask and installing", sub {
DoneIfPackageInstalled("py-flask");
my $pname = GetPackage("py-flask", $packagedir);
AddPackage($pname, $packagedir);
}
}
};
return 0;
...
...
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