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

Only ignore top level dotfiles on OTA update #344

Merged
merged 1 commit into from Dec 18, 2020
Merged

Only ignore top level dotfiles on OTA update #344

merged 1 commit into from Dec 18, 2020

Conversation

lukechilds
Copy link
Member

@lukechilds lukechilds commented Dec 18, 2020

Without this change all dotfiles at any level get ignored during OTA updates.

This means templates/.env-sample and any other dotfiles have not been getting updated via OTA updates.

We should really be explicitly ignoring every single specific file/dir we want to exclude to prevent bugs like this occuring again. If we rely on wildcards they may end up matching files added in the future that will be assumed to be updated via OTA unless explicitly ignored. But this emergency fix has been tested extensively and is known to work so it's sufficient for now.

@lukechilds lukechilds merged commit d7b68c6 into getumbrel:master Dec 18, 2020
AaronDewes pushed a commit to AaronDewes/umbrel that referenced this pull request Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant