You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #957 we bypass task.sign for apple_notarization_stacked behaviour for all-at-once notarization, we should refactor how we handle the list of files.
Entrypoint that needs adjusting in signingscript/src/signingscript/script.py -> async_main, which calls signingscript/src/signingscript/task.py -> sign and then calls each behaviour. This could either mean all behaviours should also take in a list of files to iterate over instead of a single file, or some way of dynamically deciding when a behaviour should or should not take in all files at once.
The text was updated successfully, but these errors were encountered:
@hneiva can you retitle this issue? title seems incomplete :)
hneiva
changed the title
[signingscript] Refactor behaviors and allow for
[signingscript] Refactor behaviors and allow taking in all files at once
Apr 25, 2024
In #957 we bypass
task.sign
forapple_notarization_stacked
behaviour for all-at-once notarization, we should refactor how we handle the list of files.Entrypoint that needs adjusting in
signingscript/src/signingscript/script.py
->async_main
, which callssigningscript/src/signingscript/task.py
->sign
and then calls each behaviour. This could either mean all behaviours should also take in a list of files to iterate over instead of a single file, or some way of dynamically deciding when a behaviour should or should not take in all files at once.The text was updated successfully, but these errors were encountered: