diff options
Diffstat (limited to 'scripts/README.md')
-rw-r--r-- | scripts/README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/README.md b/scripts/README.md index eb6caff42..039553d25 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -6,7 +6,4 @@ docker image. ## Updating -Whenever `run_bp.py` is changed, `run_bp.py.sha1` needs to be updated -correspondingly with: - - sha1sum run_bp.py | awk '{ print $1 }' > run_bp.py.sha1 +Your commit must be signed whenever `run_bp.py` is changed. Check the [GitHub Help](https://help.github.com/en/articles/signing-commits) to set it up. |