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
c40a0413
Commit
c40a0413
authored
Aug 25, 2016
by
Leigh B Stoller
Browse files
Enable the mapper lock for Kirk's SIGCOMMTutorial project.
parent
585007d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/mapper.in
View file @
c40a0413
...
...
@@ -460,9 +460,9 @@ sub AssignLoop()
}
# Hack for Kirk.
if
(
!
(
$impotent
||
$regression
)
&&
(
$pid
eq
"
PNWorkshop
"
||
$project
->
IsNonLocal
()))
{
(
$pid
eq
"
SIGCOMMTutorial
"
||
$project
->
IsNonLocal
()))
{
while
(
1
)
{
if
(
libEmulab::
EmulabCountLock
("
mapperlock
",
4
)
==
0
)
{
if
(
libEmulab::
EmulabCountLock
("
mapperlock
",
3
)
==
0
)
{
$seriallock
=
1
;
last
;
}
...
...
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