about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/build-remote.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in
index f25429fba0..65b2788605 100755
--- a/scripts/build-remote.pl.in
+++ b/scripts/build-remote.pl.in
@@ -152,6 +152,7 @@ my $machine = $selected->{machine};
 
 my $slotLock = openSlotLock($machine, $selected->{free});
 flock($slotLock, LOCK_EX | LOCK_NB) or die;
+utime undef, undef, $slotLock;
 
 close MAINLOCK;