OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:repo_url
(Results
1 - 2
of
2
) sorted by null
/external/skia/gm/rebaseline_server/
server.py
108
def _create_svn_checkout(dir_path,
repo_url
):
115
repo_url
: URL of SVN repo to check out into dir_path (unless the local
122
local_checkout.Checkout(
repo_url
, '.')
149
dir_path=actuals_dir,
repo_url
=ACTUALS_SVN_REPO)
/external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py
149
repo_key,
repo_url
, username, password = (
156
blob = self._blobstore.Get(
repo_url
, _GITHUB_REPOS_NAMESPACE)
180
(repo_key,
repo_url
))
185
(repo_key,
repo_url
))
206
logging.info('%s has changed, fetching from GitHub.' %
repo_url
)
212
logging.info('%s is up to date.' %
repo_url
)
Completed in 338 milliseconds