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:
@@ -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
|
||||
|
Reference in New Issue
Block a user