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
63cc4309
Commit
63cc4309
authored
May 29, 2014
by
Mike Hibler
Browse files
Try again to get the missing protogeni ports installed.
parent
4c3b4d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/portfix
View file @
63cc4309
...
...
@@ -104,13 +104,13 @@ sub Install($$$)
}
if ($PGENISUPPORT) {
Phase "mod_wsgi3", "Looking for mod_wsgi3 and installing", sub {
DoneIfPackageInstalled("mod_wsgi3");
my $pname = GetPackage("mod_wsgi3", $packagedir);
DoneIfPackageInstalled("
ap.*
mod_wsgi
-
3");
my $pname = GetPackage("
ap*
mod_wsgi
-
3", $packagedir);
AddPackage($pname, $packagedir);
};
Phase "py-flask", "Looking for py-flask and installing", sub {
DoneIfPackageInstalled("py
-f
lask");
my $pname = GetPackage("py
-f
lask", $packagedir);
DoneIfPackageInstalled("py
.*-F
lask");
my $pname = GetPackage("py
*-F
lask", $packagedir);
AddPackage($pname, $packagedir);
};
}
...
...
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