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

Add RHEL support to the python feature #830

Commits on Dec 18, 2023

  1. install gpg2.22 on centos 7 when installing python

    Jeff Putsch committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fc6cd0e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Jan 30, 2024

  1. Merge branch 'main' into python-feature-rhel-support

    Jeff Putsch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    31a5f7a View commit details
    Browse the repository at this point in the history
  2. add tests, cleanup install organization

    Jeff Putsch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4f77b37 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. update testing to include RHEL tests

    Jeff Putsch committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a1fd5b2 View commit details
    Browse the repository at this point in the history
  2. update testing to include RHEL tests

    Jeff Putsch committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6fc48e3 View commit details
    Browse the repository at this point in the history
  3. undo addition of installing additional pip modules

    Jeff Putsch committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    11414e2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into python-feature-rhel-support

    Jeff Putsch committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f0c136e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge branch 'main' into python-feature-rhel-support

    Jeff Putsch committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0feb316 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix errors installing os-provided Python on recent Debian systems and…

    … on Mariner systems
    Jeff Putsch committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4007701 View commit details
    Browse the repository at this point in the history
  2. adjust to properly use newly installed python (PYTHON_SRC) instead of…

    … assuming "python" will work
    Jeff Putsch committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f20275f View commit details
    Browse the repository at this point in the history
  3. When installing pipx, check if python is marked as externally

    managed. If so, add "--break-system-packages" to the pip install
    flags.
    
    This does not really breack system packages due to the setting of
    PYTHONUSERBASE during the install of pipx, but does get us past
    checks for installing python packages into the system python install.
    Jeff Putsch committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    dad4f8d View commit details
    Browse the repository at this point in the history
  4. merge from main

    Jeff Putsch committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    50c7d12 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    13a7f30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f1e7f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. add "packages" option from PR devcontainers#768

    Jeff Putsch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dffe200 View commit details
    Browse the repository at this point in the history
  2. remove "packages" option

    Jeff Putsch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1473900 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Address PR feedback, passes all tests locally.

    Jeff Putsch committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    baf1568 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix install error on centos

    Jeff Putsch committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6c1335a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d2e62 View commit details
    Browse the repository at this point in the history