[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] 3 commits: Bug 41005: Unpack macOS bundle to /var/tmp instead of /tmp in rcodesign-notary-submit step



Title: GitLab

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

Commits:

  • a9429aa5
    by Richard Pospesel at 2023-11-03T15:22:37+00:00
    Bug 41005: Unpack macOS bundle to /var/tmp instead of /tmp in rcodesign-notary-submit step
    
  • 8ebcb6f6
    by Richard Pospesel at 2023-11-03T15:24:19+00:00
    Bug 41006: Fix typo in finished-signing-clean-linux signer
    
  • a565b18a
    by Richard Pospesel at 2023-11-03T15:25:24+00:00
    Bug 41007: gatekeeper-bundling.sh refers to old .tar.gz archive
    

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)
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits