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
cd319de3
Commit
cd319de3
authored
Jan 04, 2018
by
Leigh B Stoller
Browse files
Another hack to maybe solve NFS client/server inconsistency in /repos.
parent
d2caa915
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/manage_gitrepo.in
View file @
cd319de3
#!/usr/bin/perl -w
#
# Copyright (c) 2000-201
7
University of Utah and the Flux Group.
# Copyright (c) 2000-201
8
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -220,6 +220,7 @@ sub runCommandRetry($)
print
STDERR
"
Failed: '
$cmd
'
\n
";
system
("
/usr/bin/fsync
$REPODIR
");
$count
--
;
sleep
(
1
)
if
(
$count
);
...
...
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