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

Unified Diff: toolchain_build/command.py

Issue 355883002: The toolchain_build git cache is now referenced as a git-alternate. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Make sure windows git cache URLs are always posix paths Created 6 years, 6 months 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
Index: toolchain_build/command.py
diff --git a/toolchain_build/command.py b/toolchain_build/command.py
index abab1c0d8adb2a880a79d773ec288da927b6ac0d..baafcf219d6682c6fddf5caad028cfee30044d76 100755
--- a/toolchain_build/command.py
+++ b/toolchain_build/command.py
@@ -374,7 +374,6 @@ def SyncGitRepoCmds(url, destination, revision, clobber_invalid_repo=False,
pynacl.repo_tools.GitSetRemoteRepo(updated_fetch_url, abs_dir,
push_url=updated_push_url)
-
def populate_cache(subst, git_cache, url):
if git_cache:
abs_git_cache = subst.SubstituteAbsPaths(git_cache)

Powered by Google App Engine
This is Rietveld 408576698