Skip to content

Commit c4fb432

Browse files
committed
no need to sync on host07
1 parent 85fbf79 commit c4fb432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
die "Found no rebuild script for $what\n" unless $script;
1616

1717
system "flock -w 60 $script_dir/lock.$what $script >~/log/$what.log 2>&1";
18-
system $^X, "$FindBin::Bin/sync.pl", $what;
18+
#system $^X, "$FindBin::Bin/sync.pl", $what;

0 commit comments

Comments
 (0)