You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPM builds always clean up after themselves. I think we should add whatever you want to keep from _output into an RPM and then whatever you want can be installed from the resultant RPM. We don't have to ship this RPM to customers, but if we need anything from the build process we should include it in an RPM, we can name it %{name}-debug or something like that.
Understood. @sdodson what is preferable -- using Origin's make release target to generate the binaries, etc, and having the tito build simply consume them, instead of building again, or doing as you suggest and feeding the output back into the system through an RPM?
a tito build does ~40 minutes of useful work, much of which leaves artifacts in _output ... we don't want to get rid of that
The text was updated successfully, but these errors were encountered: