mirror of https://github.com/ArduPilot/ardupilot
Tools: unpack_mp.sh exclude files.html and .makehtml
causes issues with changing md5's
This commit is contained in:
parent
503b31315a
commit
b4f499d85b
|
@ -27,4 +27,4 @@ md5sum $mplatest > .latest
|
|||
mv upgrade upgrade.old
|
||||
mv upgrade.new upgrade
|
||||
rm -rf upgrade.old
|
||||
find upgrade -type f -print0 | xargs -i -0 md5sum '{}' > checksums.txt
|
||||
find upgrade -type f \( ! -iname "files.html" ! -iname ".makehtml" \) -print0 | xargs -i -0 md5sum '{}' > checksums.txt
|
||||
|
|
Loading…
Reference in New Issue