From 8ecd4994fb829af7337cbb005d7520edab3bfe63 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Fri, 30 Sep 2022 12:02:43 +0200 Subject: [PATCH] rpmbuild: Disable tracing for the %build stage rpmbuild has a built-in variable that enables tracing for each script template. This generates unecessary noise throughout the build part so disable it there. Signed-off-by: Michal Berger Change-Id: I1a0010d518915d11af4a628b929edbc3b670d56e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14803 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Krzysztof Karas Reviewed-by: Konrad Sztyber --- rpmbuild/spdk.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpmbuild/spdk.spec b/rpmbuild/spdk.spec index 0d1e35df3..f4cc78939 100644 --- a/rpmbuild/spdk.spec +++ b/rpmbuild/spdk.spec @@ -58,6 +58,8 @@ make clean %{make} &>/dev/null || : %setup %build +set +x + cfs() { (($# > 1)) || return 0