Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
abuild
abuild
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • abuildabuild
  • Issues
  • #9997

Closed
Open
Opened May 12, 2020 by Bart Ribbers@PureTryOutContributor
  • Report abuse
  • New issue
Report abuse New issue

Follow XDG Base Directory specifications

Currently abuild write it's config file and build keys to ~/.abuild, and puts generated packages in ~/packages. It would be nice if it would use the XDG Base Directory specification instead so it doesn't clutter the $HOME directory.

The config file would go to ~/.config/abuild/abuild.conf (if $XDG_CONFIG_DIR isn't set) and the keys and packages to ~/.local/share/abuild (if $XDG_DATA_DIRS isn't set).

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: alpine/abuild#9997