[Ubuntu] update apt.mock with additional lock error. (#2299)

This commit is contained in:
Darii Nurgaleev
2020-12-19 01:34:02 +07:00
committed by GitHub
parent 2012310c6c
commit a2e5aefffd

View File

@@ -32,6 +32,9 @@ while [ \$i -le 30 ];do
elif grep -q 'Temporary failure in name resolution' \$err;then
# It looks like DNS is not updated with random generated hostname yet
retry=true
elif grep -q 'dpkg frontend is locked by another process' \$err;then
# dpkg process is busy by another process
retry=true
fi
rm \$err