HomeSort by relevance Sort by last modified time
    Searched refs:repo_url (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/tools/
retrieve_from_googlesource.py 18 def get(repo_url, filepath):
22 repo_url: string; URL of the repository from which to retrieve the file.
28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
35 print >> sys.stderr, 'Usage: %s <repo_url> <filepath>' % sys.argv[0]
  /external/skia/tools/
retrieve_from_googlesource.py 18 def get(repo_url, filepath):
22 repo_url: string; URL of the repository from which to retrieve the file.
28 base64_url = '/'.join((repo_url, '+', 'master', filepath)) + '?format=TEXT'
35 print >> sys.stderr, 'Usage: %s <repo_url> <filepath>' % sys.argv[0]
  /external/valgrind/
merge.upstream.sh 16 local repo_url=$1
17 # echo "svn info $repo_url | grep \"Revision: \" | sed \"s/Revision: //\""
18 echo `svn info $repo_url | grep "Revision: " | sed "s/Revision: //"`
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py 150 repo_key, repo_url, username, password = (
159 blob = self._blobstore.Get(repo_url, _GITHUB_REPOS_NAMESPACE)
184 (repo_key, repo_url))
189 (repo_key, repo_url))
211 logging.info('%s has changed, fetching from GitHub.' % repo_url)
217 logging.info('%s is up to date.' % repo_url)

Completed in 99 milliseconds