|
|
|
|
|
load_Packages(repo_url,
os_platform,
arch,
cache=None)
Download and parse debian Packages list into (package, version,
depends) tuples |
source code
|
|
|
get_repo_version(repo_url,
distro,
os_platform,
arch)
Return the greatest build-stamp for any deb in the repository |
source code
|
|
|
|
|
get_depends(repo_url,
deb_name,
os_platform,
arch)
Get all debian package dependencies by scraping the Packages list. |
source code
|
|
|
get_stack_version(packageslist,
distro_name,
stack_name)
Get the ROS version number of the stack in the repository |
source code
|
|