From 932a4f808efba3abc7e2ba3b023670f50b58c9b7 Mon Sep 17 00:00:00 2001 From: Minggang Wang Date: Wed, 18 May 2016 16:42:16 +0800 Subject: [PATCH] [IAP]Change the git url of marketbilling repo As google code hasn't held the source code, and the marketbilling codes have been exported to github, so update the url of the repo to https://github.com/marchbold/marketbilling.git BUG= --- iap/ensure_iab_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iap/ensure_iab_helper.py b/iap/ensure_iab_helper.py index 0a2b18e..e706103 100755 --- a/iap/ensure_iab_helper.py +++ b/iap/ensure_iab_helper.py @@ -50,7 +50,7 @@ def EnsureAndEnterIABRepo(output_dir, repo): repo_dir = os.path.join(output_dir, repo) - git_url = 'https://code.google.com/p/%s/' % repo + git_url = 'https://github.com/marchbold/marketbilling.git' co = GitCheckout(repo_dir, None, 'master', git_url, None) co.prepare('ff1c062b22b97c3baee12eae8d65a2adcf396f5f')