|
|
Created:
5 years, 6 months ago by ricow1 Modified:
5 years, 6 months ago CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master Target Ref:
refs/heads/master Project:
depot_tools Visibility:
Public. |
DescriptionAdd fetch recipes for dart and dartium
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295572
Patch Set 1 #Patch Set 2 : auto svn #
Messages
Total messages: 25 (10 generated)
ricow@google.com changed reviewers: + phajdan.jr@chromium.org
LGTM
The CQ bit was checked by ricow@google.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157543005/1
The CQ bit was unchecked by commit-bot@chromium.org
Presubmit check for 1157543005-1 failed and returned exit status 1. Running presubmit commit checks ... Initialized empty Git repository in /b/infra_internal/commit_queue/workdir/tools/depot_tools/testing_support/_rietveld/.git/ Updating origin From https://chromium.googlesource.com/infra/infra * [new branch] deployed -> origin/deployed * [new branch] infra/config -> origin/infra/config * [new branch] master -> origin/master From https://chromium.googlesource.com/infra/infra * branch master -> FETCH_HEAD Checking out rietveld... Running save-description-on-failure.sh Running push-basic.sh Running upstream.sh Running submit-from-new-dir.sh Running abandon.sh Running submodule-merge-test.sh Running upload-local-tracking-branch.sh Running hooks.sh Running post-dcommit-hook-test.sh Running upload-stale.sh Running patch.sh Running basic.sh ** Presubmit ERRORS ** Missing LGTM from an OWNER for these files: depot_tools/recipes/dart.py depot_tools/recipes/dartium.py Presubmit checks took 154.5s to calculate.
ricow@google.com changed reviewers: + iannucci@chromium.org
+Robert since Pawel is not in owners
ping
On 2015/06/02 12:07:45, ricow1 wrote: > ping pong
lgtm, though I don't think dartium will have the intended effect... I think you'll actually want to have a deps entry for src, no?
On 2015/06/09 06:13:30, iannucci wrote: > lgtm, though I don't think dartium will have the intended effect... I think > you'll actually want to have a deps entry for src, no? Not really, it is a little hackish, to avoid having to do multiple repo changes to often we actually have the dartium DEPS file in the dart repo: https://github.com/dart-lang/sdk/blob/master/tools/deps/dartium.deps/DEPS Now, we don't want two checkouts of the sdk repo (we would need it for the DEPS file, and for src/dart where the bindings are pointing at). The DEPS file actually contains a value for src, so it will checkout of the dartium branch of chrome there (and pull all the normal chrome dependencies by including the DEPS.chromium file): https://github.com/dart-lang/sdk/blob/master/tools/deps/dartium.deps/DEPS.chr... Since we give the initial checkout the name src/dart, that is where gclient will checkout out the url we point at (https://github.com/dart-lang/sdk.git) - and the deps file in there tools/deps/dartium.deps/DEPS will then pull in src). Note that we have pinned dependencies for the dartium branch of chrome, we explicitly roll that and run this against TOT https://github.com/dart-lang/sdk.git
The CQ bit was checked by ricow@google.com
The CQ bit was unchecked by commit-bot@chromium.org
Commit queue rejected this change because it did not recognize the base URL. Please commit your change manually.
The CQ bit was checked by ricow@google.com
The CQ bit was unchecked by commit-bot@chromium.org
Commit queue rejected this change because it did not recognize the base URL. Please commit your change manually.
On 2015/06/09 06:55:03, commit-bot: I haz the power wrote: > Commit queue rejected this change because it did not recognize the base URL. > Please commit your change manually. hm... that's weird. I think it's because you didn't run 'git auto-svn' in depot_tools, so it thinks that it's a real git repo (the base URL is really SVN still (yeah yeah, we know)).
On 2015/06/09 07:12:12, iannucci wrote: > On 2015/06/09 06:55:03, commit-bot: I haz the power wrote: > > Commit queue rejected this change because it did not recognize the base URL. > > Please commit your change manually. > > hm... that's weird. I think it's because you didn't run 'git auto-svn' in > depot_tools, so it thinks that it's a real git repo (the base URL is really SVN > still (yeah yeah, we know)). I think it is more weird that on the first cq try it actually ran the presubmit script and found that Pawel was not in owners - it did not on the second cq run
The CQ bit was checked by ricow@google.com
The patchset sent to the CQ was uploaded after l-g-t-m from iannucci@chromium.org, phajdan.jr@chromium.org Link to the patchset: https://codereview.chromium.org/1157543005/#ps20001 (title: "auto svn")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157543005/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=295572 |