- 10 Oct, 2017 1 commit
-
-
Paweł Hajdan, Jr authored
Bug: 772843 Change-Id: I994f829cba7577e6b628d36d894f4c5d1f3c429c Reviewed-on: https://chromium-review.googlesource.com/708656 Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org> Reviewed-by:
Michael Achenbach <machenbach@chromium.org>
-
- 30 Aug, 2016 1 commit
-
-
https://codereview.chromium.org/2282223002/machenbach authored
Reason for revert: Still in use. Breaks the v8 auto-rollers. https://cs.chromium.org/search/?q=roll-dep-svn&sq=package:chromium&type=cs Original issue's description: > Delete roll-dep-svn > > R=dnj@chromium.org > BUG=475320 > > Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/96ebc1d0e100021990312072e6eda6b8a0a81ee5 TBR=dnj@chromium.org,agable@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=475320 Review-Url: https://codereview.chromium.org/2297513002
-
- 29 Aug, 2016 1 commit
-
-
agable authored
R=dnj@chromium.org BUG=475320 Review-Url: https://codereview.chromium.org/2282223002
-
- 22 May, 2015 1 commit
-
-
maruel@chromium.org authored
It is inspired by src/tools/roll_swarming_client.py but generalized. R=dpranke@chromium.org, stip@chromium.org BUG= Review URL: https://codereview.chromium.org/1147033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295386 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Apr, 2015 1 commit
-
-
sbc@chromium.org authored
Also, don't use assert for user error handling plus some other general python cleanup. NOPRESUBMIT=true (presubmit is broken) Review URL: https://codereview.chromium.org/1091603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294950 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Feb, 2015 1 commit
-
-
sbc@chromium.org authored
Handle KeyboardInterrupt gracefully rather the printing a backtrace. Most users of these tools don't expect a backtrace when then hit Ctrl-C. Also, fix a few other inconsistencies found in the python startup code of these different scripts: - always call main function 'main' (rather than 'Main') - always return 0 from main function - if main takes args never include argv[0] Review URL: https://codereview.chromium.org/955993006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294250 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Dec, 2014 1 commit
-
-
machenbach@chromium.org authored
Without this change, roll-dep requires dependencies to be checked out and up to date in order to roll a newer revision. This change allows to use roll-dep with less checking and makes the script user responsible to verify the correctness of the deps path and git hash. This eases writing a deps roller that updates multiple deps including a variety of os deps, which might not be checked out on the host of the deps roller. BUG=438705, 437462 R=jochen@chromium.org Review URL: https://codereview.chromium.org/801643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293444 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Oct, 2014 1 commit
-
-
szager@chromium.org authored
TBR=iannucci@chromium.org BUG= Review URL: https://codereview.chromium.org/686183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292733 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Oct, 2014 1 commit
-
-
szager@chromium.org authored
BUG=chromium:425117 R=agable@chromium.org,kjellander@chromium.org Review URL: https://codereview.chromium.org/666713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292563 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Sep, 2014 1 commit
-
-
thestig@chromium.org authored
TEST="roll_dep.py breakpad/src 10000" should print ~1387, not 4. Review URL: https://codereview.chromium.org/604463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292129 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2014 1 commit
-
-
borenet@google.com authored
This is analogous to the change made in https://codereview.chromium.org/559243002/. I want to change ARB to use the commit message generated by roll-dep. BUG=408700 Review URL: https://codereview.chromium.org/564363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291975 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Aug, 2014 1 commit
-
-
borenet@google.com authored
This conforms to the convention of using a single-line short description followed by an empty line followed by a long description. Shortened the revisions to more easily fit on one line. BUG=408700 Review URL: https://codereview.chromium.org/513383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291743 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Aug, 2014 1 commit
-
-
szager@chromium.org authored
R=iannucci@chromium.org,hinoka@chromium.org,mark@chromium.org BUG= Review URL: https://codereview.chromium.org/431003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@287057 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jun, 2014 1 commit
-
-
szager@chromium.org authored
Usage: roll-dep third_party/WebKit 12345 That will update DEPS with the new revision, and leave the DEPS file dirty. It's the up to the user to 'git add; git commit; git cl upload'. This script won't handle arbitrary python syntax, but it will handle variable references like Var("webkit_revision") correctly. R=mmoss@chromium.org, iannucci@chromium.org BUG=341098 Review URL: https://codereview.chromium.org/318153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@275875 0039d316-1c4b-4281-b951-d872f2087c98
-