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 default value $XDG_CONFIG_DIRS from XDG basedir spec: /etc/xdg (instead of /etc) #4591

Merged
merged 3 commits into from
Sep 6, 2024

Commits on Aug 1, 2024

  1. Use XDG_CONFIG_DIRS value from XDG basedir spec

    The spec mandates `/etc/xdg` instead of `/etc` for the default value of `XDG_CONFIG_DIRS` [1].
    
    [1] https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables
    Patrice Peterson committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5724b91 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add deprecation warning for /etc/easybuild.d

    If you don't set XDG_CONFIG_DIRS and files are present in
    /etc/easybuild.d we now get
    
    WARNING: Deprecated functionality, will no longer work in EasyBuild v6.0: Using /etc/easybuild.d is deprecated. Please use /etc/xdg/easybuild.d instead or add /etc to XDG_CONFIG_DIRS; see https://docs.easybuild.io/deprecated-functionality/ for more information
    
    This addresses
    easybuilders#4591 (comment)
    bartoldeman authored and runiq committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    29bcd1c View commit details
    Browse the repository at this point in the history
  2. Appease hound

    Patrice Peterson committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b8103e1 View commit details
    Browse the repository at this point in the history