- 30 Mar, 2020 1 commit
-
-
Edward Lesmes authored
Check `if [[ $(uname -s) = MINGW* ]]` instead of using grepping and an additional variable. Change-Id: I6f2cfbb6743357125e6672b77667ee5e36d3d81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2127674 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Josip Sokcevic <sokcevic@google.com>
-
- 26 Mar, 2020 1 commit
-
-
Edward Lesmes authored
This reverts commit e2ac022f. git-cache issues were solved by https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2120966 Original change's description: > Reland "depot_tools: Run using Python 3 by default." > > This is a reland of 01ed3589 > > * python_runner.sh, gclient, roll-dep and fetch will call vpython > (instead of vpython3) when running on Windows under git-bash. > * vpython3 now detects when running on Windows under git-bash and > executes vpython3.bat instead. > * vpython3.bat calls python3.exe directly instead of calling python3.bat. > > Original change's description: > > depot_tools: Run using Python 3 by default. > > > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > > using vpython3 by default. > > > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > > Reviewed-by: Anthony Polito <apolito@google.com> > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Change-Id: I9829141d7ea26a67e655264430151f493e73a930 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118418 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Anthony Polito <apolito@google.com> Change-Id: Iff02533f0a11062f335a010c074043c720d5b2ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2121304Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 25 Mar, 2020 1 commit
-
-
Josip Sokcevic authored
This reverts commit e9013eeb. Reason for revert: https://crbug.com/1064547 Original change's description: > Reland "depot_tools: Run using Python 3 by default." > > This is a reland of 01ed3589 > > * python_runner.sh, gclient, roll-dep and fetch will call vpython > (instead of vpython3) when running on Windows under git-bash. > * vpython3 now detects when running on Windows under git-bash and > executes vpython3.bat instead. > * vpython3.bat calls python3.exe directly instead of calling python3.bat. > > Original change's description: > > depot_tools: Run using Python 3 by default. > > > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > > using vpython3 by default. > > > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > > Reviewed-by: Anthony Polito <apolito@google.com> > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Change-Id: I9829141d7ea26a67e655264430151f493e73a930 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118418 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Anthony Polito <apolito@google.com> TBR=ehmaldonado@chromium.org,ajp@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: Ia382d6e4e330f5a7a7a62e4d369c3fa16fc17333 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2120956Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 24 Mar, 2020 2 commits
-
-
Edward Lesmes authored
This is a reland of 01ed3589 * python_runner.sh, gclient, roll-dep and fetch will call vpython (instead of vpython3) when running on Windows under git-bash. * vpython3 now detects when running on Windows under git-bash and executes vpython3.bat instead. * vpython3.bat calls python3.exe directly instead of calling python3.bat. Original change's description: > depot_tools: Run using Python 3 by default. > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > using vpython3 by default. > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: I9829141d7ea26a67e655264430151f493e73a930 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2118418 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Anthony Polito <apolito@google.com>
-
Peter Kasting authored
This reverts commit 01ed3589. Reason for revert: Broke tools on Windows with bash Original change's description: > depot_tools: Run using Python 3 by default. > > Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) > using vpython3 by default. > > Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,ajp@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: If29ad72feaa215b8b282f2f6c9911700dd2f228c No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2116728Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org>
-
- 23 Mar, 2020 1 commit
-
-
Edward Lemur authored
Run gclient, roll-dep, fetch and custom git commands (i.e. git-cl, git-rebase-update, git-new-branch, etc.) using vpython3 by default. Change-Id: I4eecddafa6ca4c5f82ec097615c79d2a741613e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2113550Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 28 Feb, 2020 1 commit
-
-
Edward Lemur authored
As we update scripts to run Python 3 by default, we want to provide developers a way to execute scripts on Python 2 if they encounter any problems. This change only affects Linux/Mac and not Windows developers. Bug: 984182 Change-Id: I7c7bd2a45ef50e340f6f2b85e9bc8b63f22d8678 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2079701Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 01 Oct, 2019 1 commit
-
-
Edward Lemur authored
Change-Id: Id33839077b3bc8748185d93ab13ed028a05b7fd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1825994Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
- 27 Sep, 2019 2 commits
-
-
Edward Lemur authored
This is a reland of e656e988 Original change's description: > gclient: Add a GCLIENT_PY3 env var to allow users to execute gclient using Python 3. > > Bug: 1008202 > Change-Id: I23dd70b72089a09c2a7cdc74e2a63c135a924ebe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1825996 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Bug: 1008202 Change-Id: I5181a7f8efb39bdd6adc99db90663cf3cf3cd0bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1828334Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This reverts commit e656e988. Reason for revert: Defaults to Python 3 unless GCLIENT_PY3 is 1... Original change's description: > gclient: Add a GCLIENT_PY3 env var to allow users to execute gclient using Python 3. > > Bug: 1008202 > Change-Id: I23dd70b72089a09c2a7cdc74e2a63c135a924ebe > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1825996 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com Change-Id: I8c63d8c9e0be84b1286275142fab1885597b1551 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1008202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1828330Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 26 Sep, 2019 1 commit
-
-
Edward Lemur authored
Bug: 1008202 Change-Id: I23dd70b72089a09c2a7cdc74e2a63c135a924ebe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1825996Reviewed-by:
Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
- 12 Aug, 2019 2 commits
-
-
Edward Lesmes authored
This reverts commit 3c814957. Reason for revert: <INSERT REASONING HERE> Original change's description: > depot_tools: Run Python scripts using vpython (Part 2) > > Tbr: iannucci@chromium.org > Bug: 984182 > Change-Id: I2e8469f8ee0acd6a54109697d5a6b76faf24fa42 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1748590 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=iannucci@chromium.org,ehmaldonado@chromium.org Change-Id: Ic683543a04b45f733b48d6c43453fc8dff511d09 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 984182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1749852Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Tbr: iannucci@chromium.org Bug: 984182 Change-Id: I2e8469f8ee0acd6a54109697d5a6b76faf24fa42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1748590Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 06 Aug, 2019 2 commits
-
-
James Darpinian authored
This reverts commit d52b306f. Reason for revert: Broke ANGLE CQ with "ImportError: No module named six" Example: https://ci.chromium.org/p/angle/builders/try/mac-dbg/6758 Original change's description: > Reland "depot_tools: Move six to depot_tools' .vpython" > > This is a reland of 3a98df0b > > Original change's description: > > depot_tools: Move six to depot_tools' .vpython > > > > Bug: 984182 > > Change-Id: I34a242c8607624beb0f06a27c563e413dec99790 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1717492 > > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > > Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> > > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > > Reviewed-by: Michael Moss <mmoss@chromium.org> > > Bug: 984182 > Change-Id: Ibf7034201e65a18f833cf1e7432f81a903a99aae > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1732880 > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=iannucci@chromium.org,mmoss@chromium.org,tandrii@chromium.org,ehmaldonado@chromium.org Change-Id: Id4488249b607441df9f00aa51f4a1f2bc4ad5cfd No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 984182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1739582Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org>
-
Edward Lemur authored
This is a reland of 3a98df0b Original change's description: > depot_tools: Move six to depot_tools' .vpython > > Bug: 984182 > Change-Id: I34a242c8607624beb0f06a27c563e413dec99790 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1717492 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Reviewed-by: Michael Moss <mmoss@chromium.org> Bug: 984182 Change-Id: Ibf7034201e65a18f833cf1e7432f81a903a99aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1732880Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 25 Jul, 2019 2 commits
-
-
Edward Lesmes authored
This reverts commit 3a98df0b. Reason for revert: Can't roll into skia and build_internal Original change's description: > depot_tools: Move six to depot_tools' .vpython > > Bug: 984182 > Change-Id: I34a242c8607624beb0f06a27c563e413dec99790 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1717492 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Reviewed-by: Michael Moss <mmoss@chromium.org> TBR=iannucci@chromium.org,mmoss@chromium.org,tandrii@chromium.org,ehmaldonado@chromium.org Change-Id: I51e502e6f7633a6f26898f1ecbcd86ccf9c7c123 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 984182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1718996Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Bug: 984182 Change-Id: I34a242c8607624beb0f06a27c563e413dec99790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1717492 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org>
-
- 03 Oct, 2018 1 commit
-
-
Oleh Prypin authored
Bug: chromium:836566 Change-Id: I752633cd0f5334b4592e1a1f1d4506bf89c7716d Reviewed-on: https://chromium-review.googlesource.com/1257841Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Oleh Prypin <oprypin@google.com>
-
- 04 Apr, 2016 1 commit
-
-
iannucci@chromium.org authored
R=agable@chromium.org, dnj@chromium.org, mmoss@chromium.org BUG=600028 Review URL: https://codereview.chromium.org/1848353003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299677 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Nov, 2015 2 commits
-
-
iannucci@chromium.org authored
Revert of git_cl/gclient: use python2 (patchset #3 id:40001 of https://codereview.chromium.org/1437773002/ ) Reason for revert: breaks git-bash on windows Original issue's description: > git_cl/gclient: use python2 > > Newer distros are defaulting /usr/bin/python to python3, so use python2 > explicitly so we continue working. > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=297535 TBR=stip@chromium.org,sergeyberezin@chromium.org,vapier@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1442583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297544 0039d316-1c4b-4281-b951-d872f2087c98
-
vapier@chromium.org authored
Newer distros are defaulting /usr/bin/python to python3, so use python2 explicitly so we continue working. Review URL: https://codereview.chromium.org/1437773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297535 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Nov, 2014 1 commit
-
-
agable@chromium.org authored
R=iannucci@chromium.org, szager@chromium.org, pdr@chromium.org BUG=435729 Review URL: https://codereview.chromium.org/756233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293112 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Jan, 2014 2 commits
-
-
rnk@chromium.org authored
Revert of Fetch Windows tools on Cygwin and use that Python for some scripts (https://codereview.chromium.org/140843004/) Reason for revert: This broke auto-updating depot_tools on Cygwin due to use of exec Original issue's description: > Fetch Windows tools on Cygwin and use that Python for some scripts > > Tested by running gclient sync a couple of times from a Cygwin shell. > > R=dpranke@chromium.org > CC=scottmg@chromium.org,thakis@chromium.org,maruel@chromium.org > BUG=335180 > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=245315 TBR=dpranke@chromium.org NOTREECHECKS=true NOTRY=true BUG=335180 Review URL: https://codereview.chromium.org/132883007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@245330 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
Tested by running gclient sync a couple of times from a Cygwin shell. R=dpranke@chromium.org CC=scottmg@chromium.org,thakis@chromium.org,maruel@chromium.org BUG=335180 Review URL: https://codereview.chromium.org/140843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@245315 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Nov, 2012 1 commit
-
-
ilevy@chromium.org authored
Not all developers have =~ support in bash, apparently. Switching to standard globbing. R=tapted TBR=maruel Review URL: https://codereview.chromium.org/11369147 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@166867 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Nov, 2012 2 commits
-
-
ilevy@chromium.org authored
Regex matched substrings, so 'gclient', and 'gclient g' were excluded. TBR=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/11370007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@166799 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
In an effort to make some local commands faster, I propose we exclude them from network dependent update step. R=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11312143 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@166793 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Sep, 2011 1 commit
-
-
maruel@chromium.org authored
Since we clobber the .pyc, it's not useful to generate them in the first place. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8060026 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@103066 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Feb, 2011 1 commit
-
-
bradnelson@google.com authored
hermetic python). BUG=http://code.google.com/p/gyp/issues/detail?id=178 TEST=None Review URL: http://codereview.chromium.org/6557004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@75768 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Jan, 2011 1 commit
-
-
bradnelson@google.com authored
run through cygwin python anymore (and fails subtlety). BUG=None TEST=None RS=pkasting Review URL: http://codereview.chromium.org/6400002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@72718 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2010 1 commit
-
-
maruel@chromium.org authored
on system that don't hard code bash's path. For example, BSD's bash lives in /usr/local/bin on freebsd & openbsd. Patch contributed by Sevan Janiyan (venture37 at gmail) TEST=didn't break ubuntu users BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@66124 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Oct, 2010 1 commit
-
-
scottbyer@chromium.org authored
Create an update_depot_tools.bat file to use for updated when on cygwin, and properly call it from the update_depot_tools shell script and gclient batch files. BUG=none TEST=gclient sync and git cl work again on cygwin. Can also turn echo on in update_depot_tools.bat to verify updating working correctly. Review URL: http://codereview.chromium.org/3856006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@63234 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Oct, 2010 1 commit
-
-
msb@chromium.org authored
Also, modify git-cl to also update depot_tools. Otherwise, the git-cl script never gets updated for folks that only use git-cl but not gclient. This fixes a bug ChromiumOS developers are currently seeing where there git-cl checkout is still pointing to src.chromium.org and not git.chromium.org. BUG=none TEST=Verified that git-cl help and gclient help work. Review URL: http://codereview.chromium.org/3817011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62948 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Jul, 2010 1 commit
-
-
msb@chromium.org authored
Rather than updating git-cl whenever gclient is invoked, update it whenever git-cl is invoked. In the chromium-os workflow, folks often run git-cl but rarely run gclient. This results in folks running an older git-cl which may not have the latest features/fixes. TEST= Tested that git-cl is updated when it is stale, git-cl is cloned when it doesn't exist and is not updated when DEPOT_TOOLS_UPDATE=0 Review URL: http://codereview.chromium.org/2962013 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@52236 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Feb, 2010 1 commit
-
-
nasser@codeaurora.org authored
git-svn rebase will always output 'Current branch <> is up-to-date' when the branch is up-to-date, even if you pass the --quiet flag(s). This change specifically squelches that message. Review URL: http://codereview.chromium.org/555183 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37696 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Jan, 2010 3 commits
-
-
maruel@chromium.org authored
TEST=none BUG=none R=maruel Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/530001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35817 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none TBR=nasser Review URL: http://codereview.chromium.org/523166 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35800 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Checks in the gclient wrapper and when running any gclient git command. TEST=none BUG=none Patch contributed by Nasser <nasser@codeaurora> Review URL: http://codereview.chromium.org/518064 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@35762 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2009 1 commit
-
-
thestig@chromium.org authored
BUG=13668 TEST=none Review URL: http://codereview.chromium.org/203075 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26262 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Aug, 2009 1 commit
-
-
chase@chromium.org authored
BUG=none TEST=none TBR=maruel Review URL: http://codereview.chromium.org/173246 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@24060 0039d316-1c4b-4281-b951-d872f2087c98
-