-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak code signing lanes naming and make them all public (#23991)
* Use block named parameters in code signing lanes * Use hierarchical names in code signing lanes This way, we can better code complete * Rename `alpha_code_sign` to `..._wordpress_enterprise` Full name `update_certs_and_profiles_wordpress_enterprise` * Rename `appstore_code_sign` to `..._wordpress_app_store` Full name `update_certs_and_profiles_wordpress_app_store` * Rename `jetpack_alpha_code_sign` to `..._jetpack_enterprise` Full name `update_certs_and_profiles_jetpack_enterprise` * Rename `jetpack_appstore_code_sign` to `..._jetpack_app_store` Full name `update_certs_and_profiles_jetpack_app_store` * Make app-x-account specific code sign lanes public This way, we can call them when it's time to regenerate the profiles for one single combination without hacking the `Fastfile`. * Add lanes code signing lanes to Enterprise and App Store only combos * Configure code signing bucket `s3_region` to `us-east-2` This will avoid API redirects * Extract code signing S3 settings in constant Next step... move the constant to release toolkit?
- Loading branch information
Showing
2 changed files
with
50 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters