[tbb-commits] [builders/tor-browser-build] 31/32: Bug 40414: Update nssdb7 path in linux-signer-signmars

gitolite role git at cupani.torproject.org
Wed Apr 20 09:39:08 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch master
in repository builders/tor-browser-build.

commit c955e9facc13ae27b3ba7f05e8f11a1ffc907118
Author: Nicolas Vigier <boklm at 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.


More information about the tbb-commits mailing list