
This is an automated email from the git hooks/post-receive script. boklm pushed a commit to branch maint-11.0 in repository builders/tor-browser-build. commit b854feadfd16fc777040426f270338a90bbfbe7c Author: Nicolas Vigier <boklm@torproject.org> AuthorDate: Tue Apr 5 10:23:41 2022 +0200 Bug 40414: Update nssdb7 path in linux-signer-signmars --- tools/signing/linux-signer-signmars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/signing/linux-signer-signmars b/tools/signing/linux-signer-signmars index 23b400d..97678dd 100755 --- a/tools/signing/linux-signer-signmars +++ b/tools/signing/linux-signer-signmars @@ -11,7 +11,7 @@ script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions" if [ -z "${NSS_DB_DIR+x}" ]; then - NSS_DB_DIR=/home/gk/marsigning/nssdb7 + NSS_DB_DIR=/home/boklm/marsigning/nssdb7 fi if [ -z "${NSS_CERTNAME+x}" ]; then -- To stop receiving notification emails like this one, please contact the administrator of this repository.