You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 |
10 years ago | |
---|---|---|
.. | ||
README.google | ||
get_file.js | ||
pylint.new.bat | 11 years ago | |
python276.new.bat | ||
svn.new.bat | ||
svnversion.new.bat | ||
unzip.js | ||
win_tools.bat | 10 years ago |
README.google
Including the following third parties: 7zip version 4.65 7za.exe is a free software distributed under the GNU LGPL. Read license.txt for more information. Source code of 7za.exe and 7-Zip can be found at http://www.7-zip.org/ Note: packed with UPX to reduce code size. wget 1.11.4 from http://www.gnu.org/software/wget/ Note: local compile without openssl support to reduce code size. Note: packed with UPX to reduce code size.