Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-11-08 22:31:18 +0300
committerBryan Drewery <bryan@shatow.net>2022-11-08 23:28:14 +0300
commit75dd1b9c19a75790852dd2c47c1782bc862f6b9b (patch)
treee243cc0e3de0563008a2de18db7b63dd8b727859
parent8931810af7132dd6cb12fcaa02d6925a83fe70e2 (diff)
crashed_build: Fix crashed output not making it to the package log
-rwxr-xr-xsrc/share/poudriere/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh
index 34716b1a..c126e4df 100755
--- a/src/share/poudriere/common.sh
+++ b/src/share/poudriere/common.sh
@@ -5074,9 +5074,9 @@ crashed_build() {
get_originspec_from_pkgname originspec "${pkgname}"
originspec_decode "${originspec}" origin ''
- echo "Build crashed: ${failed_phase}" >> "${log}/logs/${pkgname}.log"
log="${logd}/logs/${pkgname}.log"
log_error="${logd}/logs/errors/${pkgname}.log"
+ echo "Build crashed: ${failed_phase}" >> "${log}"
# If the file already exists then all of this handling was done in
# build_pkg() already; The port failed already. What crashed