Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use python-rosdistro-modules where possible #383

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Conversation

dirk-thomas
Copy link
Member

@dirk-thomas dirk-thomas commented Feb 22, 2017

Similar to #379.

The only location requiring python3-rosdistro is

RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y git python3-catkin-pkg-modules python3-rosdistro python3-yaml
since the job invokes one of the rosdistro scripts: rosdistro_build_cache.

@dirk-thomas dirk-thomas self-assigned this Feb 22, 2017
Copy link
Member

@tfoote tfoote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One typo. Otherwise looks good. The only think that might catch us would be a rosdistro subprocess but I don't think we should be using those anywhere.

stdeb.cfg Outdated
Depends: python-argparse, python-catkin-pkg-modules, python-configparser, python-empy, python-rosdistro (>= 0.4.0), python-yaml, python3-empy
Depends3: python3-catkin-pkg-modules, python3-empy, python3-rosdistro (>= 0.4.0), python3-yaml
Depends: python-argparse, python-catkin-pkg-modules, python-configparser, python-empy, python-rosdistro-modules, python-yaml, python3-empy
Depends3: python3-catkin-pkg-modules, python3-empy, python3-rosdistro-modules-modules, python3-yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double modules here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch. I must have been overly eager with search-and-replace. Thx.

@dirk-thomas
Copy link
Member Author

The only usage of any of the scripts provided by rosdistro was the above mentioned rosdistro_build_cache. So this should good to go now.

@dirk-thomas dirk-thomas merged commit 2d14e80 into master Feb 25, 2017
@dirk-thomas dirk-thomas deleted the rosdistro_modules branch February 25, 2017 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants