Skip to content

Commit 797b3ed

Browse files
committed
script: remove gitian reference from symbol-check.py
1 parent 15fc9a0 commit 797b3ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/devtools/symbol-check.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
'''
6-
A script to check that the executables produced by gitian only contain
7-
certain symbols and are only linked against allowed libraries.
6+
A script to check that release executables only contain certain symbols
7+
and are only linked against allowed libraries.
88
99
Example usage:
1010
11-
find ../gitian-builder/build -type f -executable | xargs python3 contrib/devtools/symbol-check.py
11+
find ../path/to/binaries -type f -executable | xargs python3 contrib/devtools/symbol-check.py
1212
'''
1313
import subprocess
1414
import sys

0 commit comments

Comments
 (0)