- 09 Jun, 2016 1 commit
-
-
smut authored
BUG=609899 Review-Url: https://codereview.chromium.org/2047013005
-
- 18 Feb, 2016 1 commit
-
-
rohitrao@chromium.org authored
The fallback code was parsing DEPS entries improperly. BUG=None Review URL: https://codereview.chromium.org/1699333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298839 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Dec, 2015 1 commit
-
-
brucedawson@chromium.org authored
If you specify a directory incorrectly to roll_dep then it may not be obvious why it cannot be found. For instance, "roll-dep tools\gyp" vs. "roll-dep src\tools\gyp". This change prints the full directory. This change also clarifies what is meant by a clean tree to make that error message easier to understand. R=maruel@chromium.org Review URL: https://codereview.chromium.org/1507623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297875 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Nov, 2015 1 commit
-
-
maruel@chromium.org authored
Otherwise it makes CL description like foo/bar// which is ugly. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/1468183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297670 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Nov, 2015 1 commit
-
-
smut@google.com authored
BUG=554638 TBR=maruel TESTED=locally verified that two deps can be rolled Review URL: https://codereview.chromium.org/1445833003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297553 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Oct, 2015 1 commit
-
-
johannkoenig@google.com authored
Print only the most interesting commit messages. R=maruel@chromium.org Review URL: https://codereview.chromium.org/1390073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297050 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Sep, 2015 1 commit
-
-
https://codereview.chromium.org/1257233006/maruel@chromium.org authored
- Create logs URL for both gitiles and github. - Include the number of commits being rolled in in the commit subject, which is always useful. - Make the log inclusion conditional on the repository being rolled in and the number of commits. - Checkout the new commit when using this script, otherwise this is surprising to users. - Add flags to support more use cases. - Use --quiet when calling git to reduce noise in the output. R=spang@chromium.org,jochen@chromium.org BUG= Review URL: https://codereview.chromium.org/1366493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296924 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Sep, 2015 1 commit
-
-
maruel@chromium.org authored
Revert of roll_dep: Avoid large commit messages by providing the log as a link (patchset #1 id:1 of https://codereview.chromium.org/1257233006/ ) Reason for revert: Blink merge is done, blink people won't have to use it anymore. Original issue's description: > roll_dep: Avoid large commit messages by providing the log as a link > > The majority of chromium projects are on googlesource.com, which can > display a range of commits on the web. Use this feature instead of > dumping logs into the commit message. > > Particularly, this avoids creating large commit messages as these logs > sometimes contain upwards of 50 commits. > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296184 TBR=jochen@chromium.org,spang@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1364763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296840 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Jul, 2015 1 commit
-
-
spang@chromium.org authored
The majority of chromium projects are on googlesource.com, which can display a range of commits on the web. Use this feature instead of dumping logs into the commit message. Particularly, this avoids creating large commit messages as these logs sometimes contain upwards of 50 commits. Review URL: https://codereview.chromium.org/1257233006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296184 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Jun, 2015 1 commit
-
-
sbc@chromium.org authored
This makes for cleaner code and better --help. Also, handle case when deps directory does not exist. Review URL: https://codereview.chromium.org/1160833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295475 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 May, 2015 1 commit
-
-
sbc@chromium.org authored
Also, unify error handling to use exceptions. Review URL: https://codereview.chromium.org/1152013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295465 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 May, 2015 1 commit
-
-
scottmg@chromium.org authored
Didn't have any shell=True for git.bat/cmd. Was able to upload https://codereview.chromium.org/1151373003 after this CL (though the printed description didn't make it to Rietveld, not sure if it normally does that.) R=maruel@chromium.org Review URL: https://codereview.chromium.org/1151373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295397 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 May, 2015 2 commits
-
-
maruel@chromium.org authored
TBR=smut@chromium.org BUG= Review URL: https://codereview.chromium.org/1150413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295391 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-