~oxide-developers/oxide/+git/depot_tools:master

Last commit made on 2017-01-06
Get this branch:
git clone -b master https://git.launchpad.net/~oxide-developers/oxide/+git/depot_tools
Members of Oxide Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

9ec80d8... by Chris Coulson

Merge c55eecf from upstream

c55eecf... by Daniel Cheng <email address hidden>

Make git cl format work with relative paths arguments.

BUG=none

Change-Id: I6864a8ac16393410280f8cdd38719b02a81f6ce1
Reviewed-on: https://chromium-review.googlesource.com/424147
Reviewed-by: Andrii Shyshkalov <email address hidden>
Commit-Queue: Daniel Cheng <email address hidden>

d3cee64... by Vadim Shtayura <email address hidden>

Revert "Allow cipd.ps1 execution even if it was fetched from depot_tools.zip."

This reverts commit 15f122ee64fe3f1e39a1a1ba3a822b6d6962d520.

Reason for revert: lots of bots are running Powershell 2. the
new step fails on them (non-fatally though, just generating
errors in the log, e.g. https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/357219/steps/ensure%20git%20tooling%20on%20windows/logs/stdio)

Original change's description:
> Allow cipd.ps1 execution even if it was fetched from depot_tools.zip.
>
> Windows keeps track of files downloaded from the Internet and powershell by
> default refuses to execute them (even with RemoteSigned policy). We need to
> explicitly unblock the file first.
>
> Note: it requires Powershell >= 3.0.
>
> <email address hidden>, <email address hidden>
> BUG=663843
>
> Change-Id: Id681f4058f906fa4782a360be184d132d837ae78
> Reviewed-on: https://chromium-review.googlesource.com/424327
> Reviewed-by: Dirk Pranke <email address hidden>
> Commit-Queue: Vadim Shtayura <email address hidden>
>

<email address hidden>,<email address hidden>,<email address hidden>,<email address hidden>
BUG=663843
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Change-Id: Ibdc58e60d3f35a760de45bc1f71c88c1c4d2f2df
Reviewed-on: https://chromium-review.googlesource.com/424872
Commit-Queue: Vadim Shtayura <email address hidden>
Reviewed-by: Vadim Shtayura <email address hidden>

15f122e... by Vadim Shtayura <email address hidden>

Allow cipd.ps1 execution even if it was fetched from depot_tools.zip.

Windows keeps track of files downloaded from the Internet and powershell by
default refuses to execute them (even with RemoteSigned policy). We need to
explicitly unblock the file first.

Note: it requires Powershell >= 3.0.

<email address hidden>, <email address hidden>
BUG=663843

Change-Id: Id681f4058f906fa4782a360be184d132d837ae78
Reviewed-on: https://chromium-review.googlesource.com/424327
Reviewed-by: Dirk Pranke <email address hidden>
Commit-Queue: Vadim Shtayura <email address hidden>

e9c794e... by Quinten Yearsley <email address hidden>

Make DoPresubmitChecks unit tests clearer.

This is a follow-up to https://chromium-review.googlesource.com/c/419148/;
the purpose is to confirm that the behavior is how we want it to be when
there are presubmit errors and warnings.

BUG=671683

Change-Id: I5b295c200d3db1a374e4294bdd78a777ae36c832
Reviewed-on: https://chromium-review.googlesource.com/420975
Commit-Queue: Quinten Yearsley <email address hidden>
Reviewed-by: Dirk Pranke <email address hidden>
Reviewed-by: Aaron Gable <email address hidden>

208db56... by Aaron Gable <email address hidden>

Remove git-svn support from scm.py

None of these methods are called anymore.

BUG=475320

Change-Id: I2f21a326069cf3e65af179f4e61fa15093b73b07
Reviewed-on: https://chromium-review.googlesource.com/423122
Reviewed-by: Katie Thomas <email address hidden>
Commit-Queue: Aaron Gable <email address hidden>

6dd3e71... by Aaron Gable <email address hidden>

Remove scm.SVN from depot_tools

This code is no longer imported by anything.

BUG=475320

Change-Id: Ib03f1185c3d90e271f4ee4bff6ad0184454facb8
Reviewed-on: https://chromium-review.googlesource.com/422463
Reviewed-by: Katie Thomas <email address hidden>
Commit-Queue: Aaron Gable <email address hidden>

814b1ca... by agable <email address hidden>

Remove svn support from smaller git extensions

<email address hidden>
BUG=475320

Review-Url: https://codereview.chromium.org/2354313003

debf6c8... by agable <email address hidden>

Remove gclient cleanup command

<email address hidden>
BUG=641588

Review-Url: https://codereview.chromium.org/2401483002

7c61dcb... by Asanka Herath <email address hidden>

[git-cl] Preserve line breaks when pretty printing CL description.

Also set the line wrap limit to 72 + indent from 70 columns total. The
latter was limiting the CL description to 68 columns total before
wrapping kicked in.

BUG=none

Change-Id: I93c984c7b121d4bb042d0dc81a662352f77df4d1
Reviewed-on: https://chromium-review.googlesource.com/420243
Reviewed-by: Dirk Pranke <email address hidden>
Commit-Queue: Dirk Pranke <email address hidden>