Demo walkthrough

As you can see, your build has been submitted and pre-build checks are now in progress.

Pre-build check include checking for the modulemd syntax and analyzing the build dependencies of your module.

How does Build dependency analysis work? The build system goes through the following workflow:
  1. Get requires of all the SRPMs in the module (in this case it's nodejs and nodejs-packaging)
  2. Get provides of all the build dependencies. (in this case, it's just the base-runtime module)
  3. Verify that all the requires from 1. are satisfied by the provides from 2.
  4. If not satisfied, try to find another modules that would satisfy the missing build dependencies


You can look at the tabs to get more details and when you are ready, click on the button below which will simulate a refresh a few minutes later.

Continue