Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/git_bin_packager/git_bin_packager.py

Issue 11365070: Update git to version 1.8.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/git_bin_packager/files/ssh-keygen.bat ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/git_bin_packager/git_bin_packager.py
===================================================================
--- third_party/git_bin_packager/git_bin_packager.py (revision 155765)
+++ third_party/git_bin_packager/git_bin_packager.py (working copy)
@@ -14,7 +14,7 @@
import urllib
-DEPOT_GIT_DIR = 'git_bin'
+DEPOT_GIT_DIR = 'git-1.8.0_bin'
DEPOT_GIT_FILE = '%s.zip' % DEPOT_GIT_DIR
# The Git scripts call these exes directly, so we keep them in our distribution.
LIBEXEC_EXEMPT_LIST = [
@@ -33,7 +33,7 @@
]
PORTABLE_GIT_FILE = 'portablegit.7z'
PORTABLE_GIT_URL = (
- 'http://msysgit.googlecode.com/files/PortableGit-1.7.4-preview20110204.7z')
+ 'https://msysgit.googlecode.com/files/PortableGit-1.8.0-preview20121022.7z')
SCRIPTDIR = os.path.dirname(os.path.abspath(__file__))
WIN32PAD_FILE = 'win32pad.zip'
WIN32PAD_URL = 'http://www.gena01.com/win32pad/win32pad_1_5_10_4.zip'
@@ -100,7 +100,7 @@
if GetFileSize(gitfile) == gitexe_size:
os.system('rm %s' % gitfile)
- # Move back to <tmp>/git_bin/.
+ # Move back to <tmp>/git-1.8.0_bin/.
os.chdir('../../')
# Place extra files into the archive directory.
« no previous file with comments | « third_party/git_bin_packager/files/ssh-keygen.bat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698