Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Issue 2662513004: Rewrite iOS FAT libraries build script in Python (Closed)

Created:
3 years, 10 months ago by oprypin_webrtc
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Rewrite iOS FAT libraries build script in Python BUG=webrtc:7049 Review-Url: https://codereview.webrtc.org/2662513004 Cr-Commit-Position: refs/heads/master@{#16453} Committed: https://chromium.googlesource.com/external/webrtc/+/7a2d8ca9bc06f7cdc2cafeba02d57facd18614fc

Patch Set 1 #

Patch Set 2 : Fix copying a directory tree (needs to support merging) #

Patch Set 3 : Catch error when deleting a file (was it a mistake in the Bash script?) #

Total comments: 23

Patch Set 4 : Change according to feedback #

Total comments: 2

Patch Set 5 : Add verbose logging #

Patch Set 6 : Drop the check for stray mobileprovision #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -198 lines) Patch
A tools-webrtc/ios/build_ios_libs.py View 1 2 3 4 5 1 chunk +221 lines, -0 lines 0 comments Download
M tools-webrtc/ios/build_ios_libs.sh View 1 2 3 4 5 6 2 chunks +4 lines, -198 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
oprypin_webrtc
3 years, 10 months ago (2017-01-30 10:08:27 UTC) #3
kjellander_webrtc
Edward: isn't this trybot error the same we got last week? It builds all the ...
3 years, 10 months ago (2017-01-30 10:11:43 UTC) #5
kjellander_webrtc
Phew, I'm unable to spot what may be causing the problem. Maybe my suggestion for ...
3 years, 10 months ago (2017-01-31 21:39:54 UTC) #6
VladimirTechMan
On 2017/01/31 21:39:54, kjellander_webrtc wrote: > Phew, I'm unable to spot what may be causing ...
3 years, 10 months ago (2017-02-03 04:33:59 UTC) #7
VladimirTechMan
On 2017/02/03 04:33:59, VladimirTechMan wrote: > On 2017/01/31 21:39:54, kjellander_webrtc wrote: > > Phew, I'm ...
3 years, 10 months ago (2017-02-03 04:40:16 UTC) #8
tkchin_webrtc
On 2017/02/03 04:40:16, VladimirTechMan wrote: > On 2017/02/03 04:33:59, VladimirTechMan wrote: > > On 2017/01/31 ...
3 years, 10 months ago (2017-02-03 06:29:14 UTC) #9
kjellander_webrtc
On 2017/02/03 06:29:14, tkchin_webrtc wrote: > On 2017/02/03 04:40:16, VladimirTechMan wrote: > > On 2017/02/03 ...
3 years, 10 months ago (2017-02-03 07:37:58 UTC) #10
oprypin_webrtc
https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py File tools-webrtc/ios/build_ios_libs.py (right): https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py#newcode60 tools-webrtc/ios/build_ios_libs.py:60: shutil.rmtree(output_dir, True) On 2017/01/31 21:39:54, kjellander_webrtc wrote: > I'm ...
3 years, 10 months ago (2017-02-06 08:39:15 UTC) #11
kjellander_webrtc
https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py File tools-webrtc/ios/build_ios_libs.py (right): https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py#newcode70 tools-webrtc/ios/build_ios_libs.py:70: # Add flavor option. On 2017/02/06 08:39:14, oprypin_webrtc wrote: ...
3 years, 10 months ago (2017-02-06 08:58:24 UTC) #12
oprypin_webrtc
https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py File tools-webrtc/ios/build_ios_libs.py (right): https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py#newcode167 tools-webrtc/ios/build_ios_libs.py:167: os.remove(os.path.join(args.output_dir, dylib_path)) On 2017/02/06 08:58:24, kjellander_webrtc wrote: > On ...
3 years, 10 months ago (2017-02-06 09:19:51 UTC) #13
kjellander_webrtc
lgtm https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py File tools-webrtc/ios/build_ios_libs.py (right): https://codereview.webrtc.org/2662513004/diff/40001/tools-webrtc/ios/build_ios_libs.py#newcode167 tools-webrtc/ios/build_ios_libs.py:167: os.remove(os.path.join(args.output_dir, dylib_path)) On 2017/02/06 09:19:50, oprypin_webrtc wrote: > ...
3 years, 10 months ago (2017-02-06 11:33:02 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2662513004/120001
3 years, 10 months ago (2017-02-06 15:51:07 UTC) #25
commit-bot: I haz the power
3 years, 10 months ago (2017-02-06 15:53:45 UTC) #28
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/7a2d8ca9bc06f7cdc2cafeba0...

Powered by Google App Engine
This is Rietveld 408576698