Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[IAP]Change the git url of marketbilling repo
Browse files Browse the repository at this point in the history
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=
  • Loading branch information
Minggang Wang committed May 18, 2016
1 parent 4bdd0dd commit 932a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iap/ensure_iab_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 932a4f8

Please sign in to comment.