richard pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

3 changed files:

Changes:

  • tools/signing/finished-signing-clean-linux-signer
    ... ... @@ -10,5 +10,5 @@ source "$script_dir/functions"
    10 10
     var_is_defined ssh_host_linux_signer tbb_version
    
    11 11
     
    
    12 12
     ssh "$ssh_host_linux_signer" 'bash -s' << EOF
    
    13
    -  test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed"
    
    13
    +  test -n "$tbb_version" && rm -Rfv ~/"$SIGNING_PROJECTNAME-$tbb_version" ~/"$SIGNING_PROJECTNAME-$tbb_version-macos-signed"
    
    14 14
     EOF

  • tools/signing/gatekeeper-bundling.sh
    ... ... @@ -45,7 +45,7 @@ test -f "$libdmg_file" || \
    45 45
                  "You can build it with:" \
    
    46 46
                  "  ./rbm/rbm build --target no_containers libdmg-hfsplus" \
    
    47 47
                  "See var/deps in projects/libdmg-hfsplus/config for the list of build dependencies"
    
    48
    -hfstools_file="$script_dir/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-81ff5b.tar.gz"
    
    48
    +hfstools_file="$script_dir/../../out/hfsplus-tools/hfsplus-tools-540.1.linux3-2acaa4.tar.zst"
    
    49 49
     test -f "$hfstools_file" || \
    
    50 50
       exit_error "$hfstools_file is missing." \
    
    51 51
                  "You can build it with:" \
    

  • tools/signing/rcodesign-notary-submit
    ... ... @@ -14,7 +14,7 @@ test -f "$appstoreconnect_api_key_path" || \
    14 14
     
    
    15 15
     "$script_dir/setup-rcodesign"
    
    16 16
     
    
    17
    -tmpdir=$(mktemp -d)
    
    17
    +tmpdir=$(mktemp -d -p /var/tmp)
    
    18 18
     trap "rm -Rf $tmpdir" EXIT
    
    19 19
     
    
    20 20
     Proj_Name=$(Project_Name)