-
Notifications
You must be signed in to change notification settings - Fork 12
delete dangling links using link farm manifest #9
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
Conversation
80a178c
to
ede630a
Compare
361d087
to
c9dce15
Compare
b81e157
to
141d454
Compare
hey, is there anything interested parties could look at contributing on this, or a rough outline of the intent? I'm very keen to see it land! |
c45cbf4
to
c0e3653
Compare
First I have to generate a JSON manifest from Longterm I'm not a huge fan of the activation script approach, as I'd like to provide a way to bail out in case things go sideways. |
I was hoping that we'd be able to avoid activation scripts long-term as well. Is there a possibility that we discover the previous generation on our own accord instead of relying on |
Technically, we could handle this with systemd OneShot services. The main challenge would be to make it run automatically after every rebuild, and on boot, but I'd also be more for that approach. Could we link the manifest to a location which the service can access? Would that be a problem? This approach would also make handling different systems more difficult (as we'd either need to handle this with launchd or activation scripts on darwin) |
I'm already using Alternatively, we would have to start maintaining our (hjem's) own state in some state dir but I'd consider that design as a last resort. |
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
handling in #34 |
closes #2