script: remove gitian reference from symbol-check.py

This commit is contained in:
fanquake 2021-07-06 11:44:37 +08:00
parent 15fc9a0299
commit 797b3ed909
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -3,12 +3,12 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
'''
A script to check that the executables produced by gitian only contain
certain symbols and are only linked against allowed libraries.
A script to check that release executables only contain certain symbols
and are only linked against allowed libraries.
Example usage:
find ../gitian-builder/build -type f -executable | xargs python3 contrib/devtools/symbol-check.py
find ../path/to/binaries -type f -executable | xargs python3 contrib/devtools/symbol-check.py
'''
import subprocess
import sys