-
Notifications
You must be signed in to change notification settings - Fork 56
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
Docs: Drop old artifacts and build logs #152
Comments
So all in all I am not convinced that it moving it into You could "add" this to
|
It's not that easy. From a frontend point of view, missing "builds" for example result in the "left" and "right" buttons on the log-showing page not working properly (at least with the frontend code Debian ships---though I guess Debian's small modifications aren't the root cause.) |
Ok makes sense, the latest build numbers are cached in laminar itself, it would need to be restarted after the database is cleaned. Anyway for me this is not a feature that laminar needs, and I'm not interested in implementing it. That being said, I would consider merging a well-written patch that implements this, especially if other users express an interest in this. |
For what it's worth @jbglaw you can actually restart
(note that to make this work, I had to configure passwordless sudo for the specific command, and the run always fails because laminar sends SIGHUB to child processes) This could also be done with a script that restarts the Laminar service, but would need to disown the script and have it wait until |
A potentially simpler change could just be implementing a |
Hi!
Building lots of stuff means to generate lots of logs. During testing, I just deleted the database file and artifacts directory manually every now and then.
However, I think it would be good to move that functionality into
laminarc
. What do you think?Thanks,
Jan-Benedict
The text was updated successfully, but these errors were encountered: