From efbcef5e6e0b548f7177710deecd2be5ddac2037 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 16 May 2021 13:49:57 +0200 Subject: [PATCH] Fix error handling when makechrootpkg can not be invoked --- librepomgr/buildactions/conductbuild.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/librepomgr/buildactions/conductbuild.cpp b/librepomgr/buildactions/conductbuild.cpp index 4588ae8..54a313f 100644 --- a/librepomgr/buildactions/conductbuild.cpp +++ b/librepomgr/buildactions/conductbuild.cpp @@ -1324,7 +1324,6 @@ void ConductBuild::handleMakechrootpkgErrorsAndAddPackageToRepo(const BatchProce dumpBuildProgress(); lock.unlock(); m_buildAction->log()(Phrases::ErrorMessage, "Unable to invoke makechrootpkg for ", packageName, ": ", errorMessage, '\n'); - return; } if (child.exit_code() != 0) { packageProgress.error = argsToString("unable to build: makechrootpkg returned with exit code ", child.exit_code());