Browse Source
contrib/freeze_packages.sh: should hard fail if there is an error
exceptions raised by find_restricted_dependencies.py were getting ignored
sqlite_db
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
0 deletions
-
contrib/freeze_packages.sh
|
|
@ -1,6 +1,8 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Run this after a new release to update dependencies |
|
|
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
venv_dir=~/.electrum-venv |
|
|
|
contrib=$(dirname "$0") |
|
|
|
|
|
|
|