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

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-14.0] Bug 41350: Increase timeout in rcodesign-notary-submit to 6000s



Title: GitLab

boklm pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build

Commits:

  • a4137090
    by Nicolas Vigier at 2025-01-16T16:44:34+01:00
    Bug 41350: Increase timeout in rcodesign-notary-submit to 6000s
    

1 changed file:

Changes:

  • tools/signing/rcodesign-notary-submit
    ... ... @@ -21,7 +21,7 @@ display_name=$(display_name)
    21 21
     
    
    22 22
     tar -C "$tmpdir" -xf "$macos_rcodesign_signed_tar_dir/$(project-name)-macos-${tbb_version}-rcodesign-signed.tar.zst"
    
    23 23
     
    
    24
    -"$script_dir/../local/rcodesign-128/rcodesign" notary-submit --api-key-path "$appstoreconnect_api_key_path" --staple "$tmpdir/$display_name.app"
    
    24
    +"$script_dir/../local/rcodesign-128/rcodesign" notary-submit --max-wait-seconds 6000 --api-key-path "$appstoreconnect_api_key_path" --staple "$tmpdir/$display_name.app"
    
    25 25
     
    
    26 26
     output_file="$(project-name)-${tbb_version}-notarized+stapled.tar.zst"
    
    27 27
     tar -C "$tmpdir" -caf "$tmpdir/$output_file" "$display_name.app"
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx