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

Reverse order for parsing files in XDG_CONFIG_DIRS #4630

Open
wants to merge 3 commits into
base: 5.0.x
Choose a base branch
from

Commits on Sep 11, 2024

  1. Reverse order for parsing files in XDG_CONFIG_DIRS

    https://specifications.freedesktop.org/basedir-spec/latest/
    says precedence should be
    
    XDG_CONFIG_HOME > 1st entry of XDG_CONFIG_DIRS > 2nd entry ...
    
    EasyBuild had this reversed for XDG_CONFIG_DIRS
    
    Fixes easybuilders#4582
    bartoldeman committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7790978 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Only change order in DEFAULT_CONFIGFILES; XDG_CONFIG_DIRS in orig order

    This is a little easier to understand.
    bartoldeman committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d010c99 View commit details
    Browse the repository at this point in the history
  2. Appease the hound

    bartoldeman committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9367dce View commit details
    Browse the repository at this point in the history