-
Notifications
You must be signed in to change notification settings - Fork 36
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
add a dump of build info #186
Conversation
We need the source in this output as well. In fact, that is one of the most important things. Apparently not just packages are approved, but also sources. We have to get approved packages from approved sources, so we need to see all the packages and all the sources, so the list can be checked... |
Checked each time? Why? |
The list can be checked and then new packages will be checked as they are added, but we should still be able to print out a list of this information whenever someone asks for it. It is a reasonable question to ask: what does hpc-stack install, exactly, and where does it come from? Let's make it easy to answer that question... |
Fair enough. I can add an echo statement during the build. |
fixed in b80db9f |
Partially closes #185
Adds a report of what is being built and what version and from where was the package obtained from.
The PR generates a list like this during build:
At the end of the build (or while in progress), the user can inspect a file in
${HPC_STACK_ROOT}/hpc-stack-contents.log
The contents of the file will show:
e.g.