Worker: change default location for writing local files #99415
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#99415
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change default location for writing local files (sqlite database, credentials file) from the current working directory (CWD) to a platform-specific location in the user's home directory (
~/.local/share/flamenco
on Linux,%APPDATA%\Blender Foundation\Flamenco
on Windows, etc.).This is to aid in upgrades (worker files can all be removed & replaced with a new version), as well as simplifying global configuration (global config can be read from a common, network-shared directory in CWD, Worker-specific files are always written to Worker-specific location).
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscriber: @dr.sybren
Worker: change default location for writing filesto Worker: change default location for writing local filesChanged status from 'Confirmed' to: 'Resolved'