- 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
-
- 29 Jun, 2009 1 commit
-
-
sky@chromium.org authored
Also fixes bug where gclient fails because options isn't defined. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@19498 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jun, 2009 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/147014 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@19277 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jun, 2009 4 commits
-
-
maruel@chromium.org authored
Now update git depot_tools checkouts, also add automatic update for git-cl-repo and git-try-repo. The difference with 18633 is that it leaves bootstrap/gclient.sh along. I'll remove it in a month or so to not break anyone in the meantime. TEST=none BUG=none TBR=evan Review URL: http://codereview.chromium.org/129001 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18637 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18634 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/125259 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18633 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Ah cygwin... Patch contributed by cmp@google.com TBR=nsylvain TEST=none BUG=none Review URL: http://codereview.chromium.org/125249 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18613 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Jun, 2009 1 commit
-
-
maruel@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/118451 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@17974 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 May, 2009 1 commit
-
-
maruel@chromium.org authored
TBR=bradnelson Review URL: http://codereview.chromium.org/115061 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@15496 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Apr, 2009 2 commits
-
-
maruel@google.com authored
TBR=nsylvain Review URL: http://codereview.chromium.org/93110 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14404 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@google.com authored
Grab the latest gcl.py and presubmit.py scripts. TBR=nsylvain Review URL: http://codereview.chromium.org/93108 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14403 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Apr, 2009 1 commit
-
-
maruel@google.com authored
Review URL: http://codereview.chromium.org/92087 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@14349 0039d316-1c4b-4281-b951-d872f2087c98
-