|
|
Created:
4 years, 4 months ago by sdefresne Modified:
4 years, 4 months ago Reviewers:
Dirk Pranke CC:
chromium-reviews, cbentzel+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRefactor code signing script and template.
As code signing is enabled for simulator builds, refactor script and
template to eventually always code sign the bundles created on iOS
with either a adhoc signature (when no code signature identity is
available or for simulator builds) or a real code signature (when a
code signature identity is selected for device builds).
BUG=635302
Committed: https://crrev.com/f0d4ca9d29bb81e3477ddd76fea73721f63fa4a3
Cr-Commit-Position: refs/heads/master@{#410573}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address comments. #
Depends on Patchset: Messages
Total messages: 30 (22 generated)
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
sdefresne@chromium.org changed reviewers: + dpranke@chromium.org
Please take a look.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
Patchset #1 (id:1) has been deleted
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #1 (id:20001) has been deleted
Description was changed from ========== Refactor code signing script and template. As code signing is enabled for simulator builds, refactor script and template to eventually always code sign the bundles created on iOS with either a adhoc signature (when no code signature identity is available or for simulator builds) or a real code signature (when a code signature identity is selected for device builds). BUG=None ========== to ========== Refactor code signing script and template. As code signing is enabled for simulator builds, refactor script and template to eventually always code sign the bundles created on iOS with either a adhoc signature (when no code signature identity is available or for simulator builds) or a real code signature (when a code signature identity is selected for device builds). BUG=635302 ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm https://codereview.chromium.org/2224553002/diff/40001/build/config/ios/codesi... File build/config/ios/codesign.py (right): https://codereview.chromium.org/2224553002/diff/40001/build/config/ios/codesi... build/config/ios/codesign.py:174: sys.exit(1) nit: this is minor, but I'd write this as: if required: sys.stderr.write(...) sys.exit(1) return None https://codereview.chromium.org/2224553002/diff/40001/build/config/ios/codesi... build/config/ios/codesign.py:255: return 'perform code signature for a bundle' this would more idiomatically be: name = 'code-sign-bundle' help = '...' i.e., don't use getters.
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
https://codereview.chromium.org/2224553002/diff/40001/build/config/ios/codesi... File build/config/ios/codesign.py (right): https://codereview.chromium.org/2224553002/diff/40001/build/config/ios/codesi... build/config/ios/codesign.py:174: sys.exit(1) On 2016/08/08 22:15:36, Dirk Pranke wrote: > nit: this is minor, but I'd write this as: > > if required: > sys.stderr.write(...) > sys.exit(1) > return None Done. https://codereview.chromium.org/2224553002/diff/40001/build/config/ios/codesi... build/config/ios/codesign.py:255: return 'perform code signature for a bundle' On 2016/08/08 22:15:36, Dirk Pranke wrote: > this would more idiomatically be: > > name = 'code-sign-bundle' > > help = '...' > > i.e., don't use getters. Done.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-...)
The CQ bit was checked by sdefresne@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dpranke@chromium.org Link to the patchset: https://codereview.chromium.org/2224553002/#ps60001 (title: "Address comments.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-...)
The CQ bit was checked by sdefresne@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Refactor code signing script and template. As code signing is enabled for simulator builds, refactor script and template to eventually always code sign the bundles created on iOS with either a adhoc signature (when no code signature identity is available or for simulator builds) or a real code signature (when a code signature identity is selected for device builds). BUG=635302 ========== to ========== Refactor code signing script and template. As code signing is enabled for simulator builds, refactor script and template to eventually always code sign the bundles created on iOS with either a adhoc signature (when no code signature identity is available or for simulator builds) or a real code signature (when a code signature identity is selected for device builds). BUG=635302 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Refactor code signing script and template. As code signing is enabled for simulator builds, refactor script and template to eventually always code sign the bundles created on iOS with either a adhoc signature (when no code signature identity is available or for simulator builds) or a real code signature (when a code signature identity is selected for device builds). BUG=635302 ========== to ========== Refactor code signing script and template. As code signing is enabled for simulator builds, refactor script and template to eventually always code sign the bundles created on iOS with either a adhoc signature (when no code signature identity is available or for simulator builds) or a real code signature (when a code signature identity is selected for device builds). BUG=635302 Committed: https://crrev.com/f0d4ca9d29bb81e3477ddd76fea73721f63fa4a3 Cr-Commit-Position: refs/heads/master@{#410573} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/f0d4ca9d29bb81e3477ddd76fea73721f63fa4a3 Cr-Commit-Position: refs/heads/master@{#410573} |