mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Don't use a lock file, the script will be called with lockf -t 0 instead.
This avoids problems from stale lockfiles after reboots.
This commit is contained in:
parent
70ca5470b7
commit
29d910959f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150847
@ -8,12 +8,6 @@ arch=$1
|
||||
home=${pb}/errorlogs
|
||||
scripts=${pb}/scripts
|
||||
|
||||
lock=$home/lock
|
||||
|
||||
if [ -f $lock ]; then exit; fi
|
||||
|
||||
echo ${arch} > $lock
|
||||
|
||||
for ver in latest full; do
|
||||
for num in 4 4-exp 5 5-exp 6 7; do
|
||||
cd $home/$arch-$num-$ver && ${scripts}/processlogs ${arch}
|
||||
|
Loading…
Reference in New Issue
Block a user