From 67cb8b3b49dc202d45ad55df1dae47223643b80c Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Jul 02 2019 16:40:40 +0000 Subject: fix the inspecting build failures page --- diff --git a/modules/ROOT/pages/making-modules/inspecting-build-failures.adoc b/modules/ROOT/pages/making-modules/inspecting-build-failures.adoc index 82463f8..122e5a5 100644 --- a/modules/ROOT/pages/making-modules/inspecting-build-failures.adoc +++ b/modules/ROOT/pages/making-modules/inspecting-build-failures.adoc @@ -2,18 +2,14 @@ Have you submitted a build which failed? This page will point you to the right places to get all the information about build failures. -== Reminder: Building modules - -include::{partialsdir}/submit-module-build.adoc[] - -However, in this scenario, we expect your build failed. - == Inspecting build failures Run the following command using the BUILD_ID from the previous step: +NOTE: Reminder: You got the BUILD_ID when you xref:building-modules.adoc[submitted a module build]. + ---- $ fedpkg module-build-info BUILD_ID ---- -which shows you "State Reason" — a short summary of the build failure regarding the whole module, as well as a list of individual packages in the module. Find the ones that failed and go to the "Koji Task" URL. There, click on the "Build" link which gets you to the module build page. On this page, inspect the `root.log`, `build.log`, and other files to get the build error. \ No newline at end of file +which shows you "State Reason" — a short summary of the build failure regarding the whole module, as well as a list of individual packages in the module. Find the ones that failed and go to the "Koji Task" URL. There, click on the "Build" link which gets you to the module build page. On this page, inspect the `root.log`, `build.log`, and other files to get the build error.