-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unclear how to access build logs #3
Comments
+1 It would be extremely useful to have the pbulk log output preserved, preferably somewhere under |
A workaround is possible with pull request #14 that adds hook support for a user-defined |
Add a new PBULK_LOG configuration variable that points to a directory outside of the sandbox and that is used to record all pbulk build logs. These logs are necessary to troubleshoot any build failures that happen during the build, and are also useful under successful conditions to get summaries about what was built. Fixes #3.
I'm playing with a fix that adds a new configuration setting that points at a location that will hold the logs, and just making pbulk dump its logs there. We can bind-mount that location; no need to deal with post-build copies. |
Add a new PBULK_LOG configuration variable that points to a directory outside of the sandbox and that is used to record all pbulk build logs. These logs are necessary to troubleshoot any build failures that happen during the build, and are also useful under successful conditions to get summaries about what was built. Fixes #3.
Per my original comments:
I think there's a 2x2 matrix of cases:
1a. During cron build
1b. After cron build
2a. During manual (
auto -f
) build2b. After manual build
Ideally it would always just be "here's where the active and/or residual logs are, from outside the sandbox" but maybe it's not that easy.
The text was updated successfully, but these errors were encountered: