-
Notifications
You must be signed in to change notification settings - Fork 93
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
context: Create CACHEDIR.TAG file in state dir #547
base: main
Are you sure you want to change the base?
Conversation
this sounds like a go idea. |
Great idea ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine, sorry it was missed so long. Just needs rebased.
Thank you very much ! for the rebase do you think the author is still active on GitHub though ? |
No idea, i can find time to rebase it if needed. |
This makes it possible for backup software to detect and ignore the whole folder. Fixes flatpak#360
d9cb739
to
4cefc4b
Compare
I tried rebasing on the main branch, however for some reason the CI fails either with (CI logs):
or if I try scrapping my repo then clone again from upstream main branch, apply the patch and update the submodules (as this branch may have gotten too old by this point for some reason?) it now fails with (CI logs):
Interestingly it seems like the other two CI build jobs that use meson instead of the autoconf build work just fine as the meson job installs the debugedit directly with apt-get, contrary to the autotools build. I'm not familiar with these CI stuff however |
This makes it possible for backup software to detect and ignore the whole folder.
Fixes #360