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
23b26b73
Commit
23b26b73
authored
Oct 04, 2012
by
Leigh B Stoller
Browse files
Fix the protogeni section to not rely on GeniHRN existing.
parent
a98249a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
23b26b73
...
...
@@ -51,7 +51,6 @@ use Carp;
use
POSIX
;
use
XML
::
LibXML
;
use
XML
::
Simple
;
use
GeniHRN
;
#
Configure
variables
my
$
TB
=
"@prefix@"
;
...
...
@@ -66,7 +65,12 @@ my $PGENISUPPORT = @PROTOGENI_SUPPORT@;
my
$
PGENIRACK
=
@
PROTOGENI_GENIRACK
@;
my
$
OURDOMAIN
=
"@OURDOMAIN@"
;
my
$
MAINSITE
=
@
TBMAINSITE
@;
my
$
mycmurn
=
GeniHRN
::
Generate
(
"@OURDOMAIN@"
,
"authority"
,
"cm"
);
my
$
mycmurn
=
""
;
if
($
PGENISUPPORT
)
{
require
GeniHRN
;
$
mycmurn
=
GeniHRN
::
Generate
(
"@OURDOMAIN@"
,
"authority"
,
"cm"
);
}
#
Flags
.
$
VTOP_FLAGS_VERBOSE
=
0x01
;
...
...
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