-
Notifications
You must be signed in to change notification settings - Fork 176
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
yadm doesn't process distro|d properly without lsb_release being available #455
Comments
Further investigations has provided some useful information on this. Apparently ID=fedora, is not the same as lsb_release -si's Fedora. Case problem. |
Further investigations, this is a common issue overall. |
... processing alts on fedora appears to be currently broken in yadm 3.2.2 (see yadm-dev/yadm#455). For now, move waybar back up to the main .config dir. This will likely go away later with some restructuring once I have my dotfiles fully committed and synced up, but for now I just need to get things working.
Describe the bug
On Fedora 38, which does not come with lsb_release by default, I noticed my ~/.gitconfig wasn't being linked, and was actively removing any manually linked files to ~/.gitconfig##d.Fedora, provided that redhat-lsb-core, which provides lsb_release, was not installed. It should, by the docs, revert to os-release, and it fails that as well.
To reproduce
Can this be reproduced with the yadm/testbed docker image: [Yes/No]
Unknown, I don't do docker.
Steps to reproduce the behavior:
Create template alternative file for yadm, without having lsb_release installed, and run
yadm alt
.Expected behavior
yadm should properly investigate os-release and determine distro from ID, and apply it.
Environment
Additional context
This used to work, because I've used it many times before. Perhaps I had lsb_release, as well, but I'm sure not always.
The text was updated successfully, but these errors were encountered: