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

Support windows provision and helper script #42

Open
wants to merge 28 commits into
base: latest
Choose a base branch
from

Commits on Jun 6, 2023

  1. Initial work to install base packages from a file

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ca6fbd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Fix windows code

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    cfaaabd View commit details
    Browse the repository at this point in the history
  2. fully qualifies recipe

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f67ef9c View commit details
    Browse the repository at this point in the history
  3. Restrict docker to linux

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3fd22a2 View commit details
    Browse the repository at this point in the history
  4. Add more packages to provisioning

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    542f882 View commit details
    Browse the repository at this point in the history
  5. Install berks + python

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    67e5969 View commit details
    Browse the repository at this point in the history
  6. Install pip directly no with chef

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    591e251 View commit details
    Browse the repository at this point in the history
  7. Try to avoid berkshelf installation

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0b36cef View commit details
    Browse the repository at this point in the history
  8. Exact ruby version

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    dbd85af View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Added 1.4.4 poise/python cookbook

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    574c9f1 View commit details
    Browse the repository at this point in the history
  2. Use python_package to install vcs and colcon

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    faac0b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Remove python

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3f11545 View commit details
    Browse the repository at this point in the history
  2. Add vcpkg patches

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3ee57f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Move python install to its own recipes from ros2-cookbooks

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    095236e View commit details
    Browse the repository at this point in the history
  2. Reuse visual studio from ros2

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1d8b505 View commit details
    Browse the repository at this point in the history
  3. Install chef from choco

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4c34ba0 View commit details
    Browse the repository at this point in the history
  4. Update bootstrap

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8628c06 View commit details
    Browse the repository at this point in the history
  5. Fix version

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    320e7de View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Patch for python.exe installer

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e30673e View commit details
    Browse the repository at this point in the history
  2. Patch for selecting community in visual_studio

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cd91a8b View commit details
    Browse the repository at this point in the history
  3. Move vcpkg installation to a file

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    8a84047 View commit details
    Browse the repository at this point in the history
  4. Fixes to ruby syntax

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    bd88bbb View commit details
    Browse the repository at this point in the history
  5. Add custom osrf-vcpkg dir

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d24baf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Need atlmfc package from vcpkg that requires support

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a4a6e0f View commit details
    Browse the repository at this point in the history
  2. Use cuda installer

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    2eeedc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Add README for the helper script

    Signed-off-by: Jose Luis Rivero <[email protected]>
    j-rivero committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8e66534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c39d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    fa12a6b View commit details
    Browse the repository at this point in the history