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
6938f942
Commit
6938f942
authored
Jan 30, 2012
by
Leigh B Stoller
Browse files
Add OURDOMAIN config variable.
parent
3db9aade
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/EmulabConstants.pm.in
View file @
6938f942
#
!/usr/bin/perl -w
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2000
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2000
-
201
2
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
#
Emulab
constants
.
...
...
@@ -168,7 +168,7 @@ use vars qw(@ISA @EXPORT);
);
use
English
;
use
vars
qw
($
TB
$
TBOPS
$
TBOPSPID
$
EXPTLOGNAME
$
PROJROOT
$
MAINSITE
);
use
vars
qw
($
TB
$
TBOPS
$
TBOPSPID
$
EXPTLOGNAME
$
PROJROOT
$
MAINSITE
$
OURDOMAIN
);
#
Configure
variables
$
TB
=
"@prefix@"
;
...
...
@@ -177,6 +177,7 @@ $TBOPSPID = "emulab-ops";
$
EXPTLOGNAME
=
"activity.log"
;
$
PROJROOT
=
"@PROJROOT_DIR@"
;
$
MAINSITE
=
@
TBMAINSITE
@;
$
OURDOMAIN
=
"@OURDOMAIN@"
;
1
;
@
SELFLOADER_DATA
@
...
...
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