From 83e53be8efb130781694b98b3bdf7de337018d21d052a8dc0920475bab6c957a Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 1 Feb 2021 10:58:10 +0000 Subject: [PATCH] - Don't enable pipefail: rpm got SIGPIPE because grep -q exits early and closes the other end, which made the whole expression fail OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-kiwi_metainfo_helper?expand=0&rev=20 --- obs-service-kiwi_metainfo_helper.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obs-service-kiwi_metainfo_helper.changes b/obs-service-kiwi_metainfo_helper.changes index f523577..387e2e7 100644 --- a/obs-service-kiwi_metainfo_helper.changes +++ b/obs-service-kiwi_metainfo_helper.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Mon Feb 1 10:29:08 UTC 2021 - Fabian Vogt -- Don't enable pipefail to avoid that rpm getting SIGPIPE because of - grep -q leading to an error +- Don't enable pipefail: rpm got SIGPIPE because grep -q exits early + and closes the other end, which made the whole expression fail ------------------------------------------------------------------- Wed Jan 27 11:25:26 UTC 2021 - Fabian Vogt