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

Allow full configuration of the cache directories used by rosdep via environment variable, deprecate --sources-cache-dir #908

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2023

  1. Support --sources-cache-dir option for the update command.

    Signed-off-by: Martin Pecka <[email protected]>
    peci1 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d5cc842 View commit details
    Browse the repository at this point in the history
  2. Add --meta-cache-dir option and ROSDEP_CACHE_PATH env variable.

    Signed-off-by: Martin Pecka <[email protected]>
    peci1 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    fd7bb5f View commit details
    Browse the repository at this point in the history
  3. Documented ROSDEP_CACHE_PATH and ROSDEP_SOURCE_PATH.

    Signed-off-by: Martin Pecka <[email protected]>
    peci1 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    0141233 View commit details
    Browse the repository at this point in the history
  4. Deprecate -c and -m command line options and use `ROSDEP_CACHE_PA…

    …TH` instead.
    
    Signed-off-by: Martin Pecka <[email protected]>
    peci1 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    efd7094 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. fix ci: test_rosdep_catkin_support.py

    Change old test target (ubuntu lucid: 10.04) to ubuntu focal: 20.04
    [python: python-dev] -> [python3: python3-dev]
    SubaruArai committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    da134a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Add info about sudo --preserve-env option.

    Co-authored-by: Steven! Ragnarök <[email protected]>
    peci1 and nuclearsandwich authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    267cf6a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'SubaruArai/fix/ci_rosdep_catkin_support…

    …' into update-config-cache
    peci1 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    25e5924 View commit details
    Browse the repository at this point in the history
  3. Fixed issues from review, added a test for conflicting ROSDEP_CACHE_P…

    …ATH and CLI arguments.
    peci1 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    df842ec View commit details
    Browse the repository at this point in the history