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

Issue 1030573002: WebRTC fetch recipe: Always sync branch heads. (Closed)

Created:
5 years, 9 months ago by kjellander_chromium
Modified:
5 years, 9 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org, tandrii(chromium)
Target Ref:
refs/remotes/origin/master
Project:
tools
Visibility:
Public.

Description

WebRTC fetch recipe: Always sync branch heads. This will make gclient download all the remote branches of the WebRTC Git repo when the 'fetch webrtc' recipe runs. This will result in a new fetch line in the .git/config for branch-heads, like this: [remote "origin"] url = https://chromium.googlesource.com/external/webrtc.git fetch = +refs/heads/*:refs/remotes/origin/* fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* In order to get the same setup for an existing checkout, do: gclient sync --with_branch_heads git fetch origin BUG=437776 TESTED=Ran 'fetch webrtc' and 'fetch webrtc_ios' and verified the remote branches were available with 'git branch --remotes' R=jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=294528

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M recipes/webrtc.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
kjellander_chromium
5 years, 9 months ago (2015-03-23 08:48:01 UTC) #2
jochen (gone - plz use gerrit)
lgtm
5 years, 9 months ago (2015-03-23 12:27:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1030573002/1
5 years, 9 months ago (2015-03-23 12:29:47 UTC) #5
commit-bot: I haz the power
Presubmit check for 1030573002-1 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 9 months ago (2015-03-23 12:33:00 UTC) #7
kjellander_chromium
5 years, 9 months ago (2015-03-23 13:30:17 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 294528.

Powered by Google App Engine
This is Rietveld 408576698