Home
last modified time | relevance | path

Searched refs:DEFAULT_SOURCES_LIST_URL (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ros-rosdep/rosdep-0.18.0/test/
H A Dtest_rosdep_sources_list.py57 from rosdep2.sources_list import DEFAULT_SOURCES_LIST_URL
58 for url_name, url in [('DEFAULT_SOURCES_LIST_URL', DEFAULT_SOURCES_LIST_URL)]:
/dports/devel/ros-rosdep/rosdep-0.18.0/src/rosdep2/
H A Dsources_list.py69 DEFAULT_SOURCES_LIST_URL = 'https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.l… variable
319 def download_default_sources_list(url=DEFAULT_SOURCES_LIST_URL):
H A Dmain.py70 DEFAULT_SOURCES_LIST_URL
581 …cannot download default sources list from:\n%s\nWebsite may be down.' % (DEFAULT_SOURCES_LIST_URL))
584 …cannot download default sources list from:\n%s\nWebsite may be down.' % (DEFAULT_SOURCES_LIST_URL))