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
01a3af3f
Commit
01a3af3f
authored
Nov 03, 2008
by
Leigh B. Stoller
Browse files
Change use GenuiEmulab to a require to avoid problems on non-geni
sites.
parent
4d2d084c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libreboot.pm.in
View file @
01a3af3f
...
...
@@ -24,7 +24,6 @@ use vars qw(@ISA @EXPORT);
use
lib
'@prefix@/lib'
;
use
libdb
;
use
libtblog
;
use
GeniEmulab
;
use
English
;
#
...
...
@@ -33,9 +32,14 @@ use English;
my
$
TB
=
"@prefix@"
;
my
$
CLIENT_BIN
=
"@CLIENT_BINDIR@"
;
my
$
BOSSNODE
=
"@BOSSNODE@"
;
my
$
PGENISUPPORT
=
@
PROTOGENI_SUPPORT
@;
if
($
PGENISUPPORT
)
{
require
GeniEmulab
;
}
#
#
The
number
of
nodes
we
reboot
at
a
time
and
the
time
to
wait
between
batches
.
#
The
number
of
nodes
we
reboot
at
a
time
and
the
time
to
wait
between
batches
.
#
The
batch
size
determines
the
degree
of
parallelism
.
#
my
$
BATCHCOUNT
=
12
;
...
...
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