- 31 Mar, 2016 2 commits
-
-
iannucci@chromium.org authored
R=mmoss@chromium.org, dnj@chromium.org BUG=595883 Review URL: https://codereview.chromium.org/1843363002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299580 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
XCopy the docs from depot_tools. It's pretty fast and doesn't require reinventing the world right now. CIPD will be a better long-term strategy anyway. R=dnj@google.com, dnj@chromium.org BUG=598959 Review URL: https://codereview.chromium.org/1844043004 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299577 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Mar, 2016 2 commits
-
-
iannucci@chromium.org authored
R=seanmccullough@google.com, seanmccullough@chromium.org BUG=599145 Review URL: https://codereview.chromium.org/1846633003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299571 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=dnj@chromium.org, pkasting@chromium.org BUG=598941 Review URL: https://codereview.chromium.org/1845493003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299556 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Mar, 2016 1 commit
-
-
iannucci@chromium.org authored
R=dnj@chromium.org, mmoss@chromium.org, vadimsh@chromium.org BUG=595883 Review URL: https://codereview.chromium.org/1827403003 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299520 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Nov, 2015 3 commits
-
-
sergiyb@chromium.org authored
Original CL: https://codereview.chromium.org/1437483002/. R=dnj@google.com, tandrii@chromium.org, dnj@chromium.org, pgervais@chromium.org BUG=542922, 503067 Review URL: https://codereview.chromium.org/1407953011 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297494 0039d316-1c4b-4281-b951-d872f2087c98
-
dnj@google.com authored
Revert of Removed virtualenv from depot_tools (patchset #1 id:1 of https://codereview.chromium.org/1437483002/ ) Reason for revert: This CL over-aggressively removed the Windows bootstrap code used by /gclient.bat, which in turn downloads/installs the Windows toolchain, including Python. Labs can no longer provision Windows bots because of this. update_depot_tools.bat did more than initialize the virtualenv. It also downloaded and installed Python, Git, and Subversion on Windows systems. I'm reverting to restore the toolchain so we can create new Windows bots. Original issue's description: > Removed virtualenv from depot_tools > > This effectively reverts http://crrev.com/1195423002 and > http://crrev.com/1205873002. > > R=pgervais@chromium.org, tandrii@chromium.org > TBR=pgervais@chromium.org # i wanna get my Fixit credit today :-) > BUG=542922,503067 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=297491 TBR=pgervais@chromium.org,tandrii@chromium.org,sergiyb@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=542922,503067 Review URL: https://codereview.chromium.org/1431173002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297493 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiyb@chromium.org authored
This effectively reverts http://crrev.com/1195423002 and http://crrev.com/1205873002. R=pgervais@chromium.org, tandrii@chromium.org TBR=pgervais@chromium.org # i wanna get my Fixit credit today :-) BUG=542922,503067 Review URL: https://codereview.chromium.org/1437483002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297491 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Aug, 2015 1 commit
-
-
maruel@chromium.org authored
Patch contributed by Leung Wing Chung <lwchkg@gmail.com>. Committed on his behalf due to Commit Queue's mishandling of CRLF files. Here is my procedure for testing for a new install 1. Download and unzip https://src.chromium.org/svn/trunk/tools/depot_tools.zip Note that the path should include a space character, e.g. "with a space" 2. Copy the three modified files to the unzipped folder 3. Convert the unzipped files into Windows CRLF. 4. REMOVE the following lines from update_depot_tools.bat (Should I file a separate bug for this?) :: Initialize/update virtualenv. cd /d "%DEPOT_TOOLS_DIR%." python -u bootstrap\bootstrap.py --deps_file bootstrap\deps.pyl --quiet ENV if errorlevel 1 goto :EOF 5. Run gclient. Installation should be okay until "git rebase" is run. R=maruel@chromium.org BUG=507301 Review URL: https://codereview.chromium.org/1232023004 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296275 0039d316-1c4b-4281-b951-d872f2087c98
-
- 01 Jul, 2015 1 commit
-
-
sergiyb@chromium.org authored
The activate_end method is used in infra/bootstrap/build_deps.py, which doesn't pass the value for this parameter. R=pgervais@chromium.org BUG=503067 Review URL: https://codereview.chromium.org/1213113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295893 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jun, 2015 1 commit
-
-
sergiyb@chromium.org authored
Original CL: https://chromiumcodereview.appspot.com/1200843003/ R=pgervais@chromium.org BUG=503067 TEST=tested on Mac, Windows and Linux bots Review URL: https://codereview.chromium.org/1205873002. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295842 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Jun, 2015 2 commits
-
-
akuegel@chromium.org authored
Revert of Added virtualenv for depot_tools (patchset #10 id:180001 of https://chromiumcodereview.appspot.com/1200843003/) Reason for revert: Doesn't work, virtualenv is missing in depot_tools checkout. Original issue's description: > Added virtualenv for depot_tools > > R=pgervais@chromium.org > BUG=503067 > TEST=tested on Mac, Windows and Linux bots > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=295811 TBR=pgervais@chromium.org,sergiyb@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=503067 Review URL: https://codereview.chromium.org/1202843005. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295813 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiyb@chromium.org authored
R=pgervais@chromium.org BUG=503067 TEST=tested on Mac, Windows and Linux bots Review URL: https://codereview.chromium.org/1200843003. git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295811 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Feb, 2015 1 commit
-
-
mmoss@chromium.org authored
R=iannucci@chromium.org, iannucci@google.com BUG=444470 Review URL: https://codereview.chromium.org/887563004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293909 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Jan, 2015 1 commit
-
-
scottmg@chromium.org authored
BUG=444470 R=scottmg@chromium.org, iannucci@google.com Review URL: https://codereview.chromium.org/888923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293889 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Dec, 2014 2 commits
-
-
iannucci@chromium.org authored
R=pgervais@chromium.org, agable@chromium.org, friedman@chromium.org BUG= Review URL: https://codereview.chromium.org/800003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293482 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
R=agable@chromium.org, friedman@google.com, maruel@chromium.org, pgervais@chromium.org, friedman@chromium.org, mmoss@chromium.org, szager@chromium.org, vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/816173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293480 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Jul, 2014 2 commits
-
-
iannucci@chromium.org authored
Thus solving the sh.exe problem once and for all... R=hinoka@google.com, hinoka@chromium.org BUG=383455, 241556, 389361, 380958 Review URL: https://codereview.chromium.org/372413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@281844 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
This includes the new (fast) custom sh.exe/bash.exe/msys-1.0.dll. R=hinoka@google.com, hinoka@chromium.org BUG=383455,241556,389361,380958 Review URL: https://codereview.chromium.org/364133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@281645 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Jun, 2014 1 commit
-
-
iannucci@chromium.org authored
The previous rollout pushed the xp version of chromium git v4 to windows7. This rollout pushes the correct windows 7 version. R=mmoss@chromium.org, szager@chromium.org BUG= Review URL: https://codereview.chromium.org/311713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@274363 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Apr, 2014 1 commit
-
-
iannucci@chromium.org authored
This will allow e.g. `git help rebase-update` to work. R=agable@chromium.org BUG=238428 Review URL: https://codereview.chromium.org/253243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@267038 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Apr, 2014 1 commit
-
-
iannucci@chromium.org authored
R=mmoss@google.com, mmoss@chromium.org BUG=238428 Review URL: https://codereview.chromium.org/236303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263544 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Mar, 2014 1 commit
-
-
szager@chromium.org authored
There is now a separate XP-compatible release which doesn't have the performance fix for index-pack. BUG= NOTRY=true R=mmoss@google.com Review URL: https://codereview.chromium.org/215133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@260010 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Mar, 2014 2 commits
-
-
szager@chromium.org authored
I've received a few reports of: error: inflate: data stream error (incorrect header check) fatal: serious inflate inconsistency fatal: index-pack failed error: Could not fetch origin TBR=mmoss@chromium.org BUG= Review URL: https://codereview.chromium.org/205443003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258147 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
Also, allow multiple git installations to exist side-by-side. This makes it easier to revert back to an old version quickly. BUG= R=maruel@chromium.org Review URL: https://codereview.chromium.org/203463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258058 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Mar, 2014 1 commit
-
-
iannucci@chromium.org authored
python.new.bat was inadvertantly removed when iannucci@ committed https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c64d3765a03aa66d980f66109f58eb3b05a4cb18 This restores pylint.new.bat and removes python.new.bat Original CL: https://chromiumcodereview.appspot.com/140183007/ BUG=328453 AUTHOR=techtonik@gmail.com R=agable@chromium.org Review URL: https://codereview.chromium.org/196343024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257489 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Mar, 2014 1 commit
-
-
iannucci@chromium.org authored
If loaded first, Python can then be used to replace JS bootstrapping logic if appropriate libs are already present in depot_tools. BUG=328453 AUTHOR=techtonik@gmail.com R=iannucci@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/140183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@257248 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Feb, 2014 1 commit
-
-
mmoss@chromium.org authored
To force revert to the old git, and uninstall the new one, set: DEPOT_TOOLS_GIT_1852=0 BUG=341967 R=maruel@chromium.org Review URL: https://codereview.chromium.org/156713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250622 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Feb, 2014 2 commits
-
-
mmoss@chromium.org authored
This is in preparation for once again making 1.8.5.2 the default Windows git. Also remove the CHROME_HEADLESS condition, which confuses bot setup because the same bot will sometimes run without that set (e.g. at slave startup) and with it set (e.g. during a build), leading to the wrong, or even no, git installed. R=maruel@chromium.org Review URL: https://codereview.chromium.org/160033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250486 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
There are several bot failures, some understood, some not. This will revert bots to the old git until all the failures can be investigated. Users who want the new git can still install it with an explicit: set DEPOT_TOOLS_GIT_1852=1 R=hinoka@google.com Review URL: https://codereview.chromium.org/150203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250239 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Feb, 2014 2 commits
-
-
mmoss@chromium.org authored
The new git broke then XP bots because it relies on WinAPIs that are newer than XP. R=szager@chromium.org Review URL: https://codereview.chromium.org/137213011 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250211 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
This can be overridden, and the old git installed, with: set DEPOT_TOOLS_GIT_1852=0 rd /s /q git-1.8.5.2.chromium.1_bin git-1.8.0_bin gclient R=maruel@chromium.org Review URL: https://codereview.chromium.org/136693024 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@250132 0039d316-1c4b-4281-b951-d872f2087c98
-
- 07 Feb, 2014 2 commits
-
-
mmoss@chromium.org authored
R=cmp@chromium.org Review URL: https://codereview.chromium.org/139733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249612 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
The new git will only be installed when DEPOT_TOOLS_GIT_1852=1, otherwise the previous version will be installed. BUG=322954 R=iannucci@chromium.org Review URL: https://codereview.chromium.org/152043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@249609 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Nov, 2013 1 commit
-
-
maruel@chromium.org authored
2.7.5 has bug http://bugs.python.org/issue17998 in re package that is affecting the chromium team so it can't be used. The bug is fixed in 2.7.6. This update still respects DEPOT_TOOLS_PYTHON_275=0. Since the name doesn't represent what is being installed, it also respects DEPOT_TOOLS_PYTHON_27=0. R=iannucci@chromium.org BUG=241769 Review URL: https://codereview.chromium.org/73013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@235384 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Nov, 2013 3 commits
-
-
maruel@chromium.org authored
It may help when the directory is created at high integrity level. This hypothesis is unconfirmed. TBR=iannucci@chromium.org BUG=241769,314257 Review URL: https://codereview.chromium.org/72803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@235149 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Clean up stray spaces. TBR=iannucci@chromium.org BUG=241769 Review URL: https://codereview.chromium.org/72783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@235145 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This will automatically upgrade python to 2.7.5 unless set DEPOT_TOOLS_PYTHON_275=0 is used. R=iannucci@chromium.org BUG=241769 Review URL: https://codereview.chromium.org/53313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@235140 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Oct, 2013 1 commit
-
-
maruel@chromium.org authored
This way, DEPOT_TOOLS_PYTHON_275=1 will properly upgrade an installation still running 2.6. Otherwise the user had to "del python.bat" to force the upgrade. Stop calling python to verify it works, this is slow. Upgrade url to https. R=iannucci@chromium.org BUG=241769 Review URL: https://codereview.chromium.org/26901003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@228179 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Oct, 2013 1 commit
-
-
maruel@chromium.org authored
- Python2.7.5 will be installed only if DEPOT_TOOLS_PYTHON_275=1, otherwise 2.6 is installed. - Eventually the default will be changed to install python 2.7.5 for new users. - Afterward, python 2.7.5 will be always installed when not detected and 2.6 will be ignored. README.chromium contains the exact instructions how to recreate python275_bin.zip that was committed independently. I tested it on a vanilla Windows XP image and documented how to install the VC90 CRT redistributable in that specific case in README.chromium. R=iannucci@chromium.org BUG=241769,257696 Review URL: https://codereview.chromium.org/26326002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@227961 0039d316-1c4b-4281-b951-d872f2087c98
-