2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3198] ignore errors when regenerating hashes

The script complains about hashes missing, but that is only temporary until they
are regenerated. A second call to check-hashes.sh will now properly check them
at the end.
This commit is contained in:
Andrei Pavel
2024-01-10 11:46:00 +02:00
parent 2f0dd250cc
commit d87a3e0f05

View File

@@ -72,4 +72,7 @@ done
# Regenerate hashes.
rm hashes/*
./utils/check-hashes.sh -a
./utils/check-hashes.sh -a 2> /dev/null || true
# Check hashes were regenerated succesfully.
./utils/check-hashes.sh