SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
contrib/freeze_packages.sh
|
|
@ -21,7 +21,7 @@ for i in '' '-hw' '-binaries'; do |
|
|
|
echo "OK." |
|
|
|
|
|
|
|
requirements=$(pip freeze) |
|
|
|
restricted=$(echo $requirements | $other_python ./deterministic-build/find_restricted_dependencies.py) |
|
|
|
restricted=$(echo $requirements | $other_python $contrib/deterministic-build/find_restricted_dependencies.py) |
|
|
|
requirements="$requirements $restricted" |
|
|
|
|
|
|
|
echo "Generating package hashes..." |
|
|
|