From 2877e95b343d96dacdb1fcf8009ecbef167f9aff Mon Sep 17 00:00:00 2001 From: Scott Little Date: Tue, 21 Sep 2021 13:38:43 -0400 Subject: [PATCH] fix BUILD_IS_SLOW typo Signed-off-by: Scott Little Change-Id: Ic15382ed06635355df2a6c20dbfb5f90d42638e3 --- doc/source/developer_resources/packaging_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/developer_resources/packaging_ref.rst b/doc/source/developer_resources/packaging_ref.rst index c2c4991b8..ec7c392b0 100644 --- a/doc/source/developer_resources/packaging_ref.rst +++ b/doc/source/developer_resources/packaging_ref.rst @@ -311,7 +311,7 @@ script or create your own srpm build script. # If a build fails on a tmpfs based node due to disk space exhaustion, then at minimum this value must be greater than the tpmfs size # as seen in the "MOCKCHAIN_RESOURCE_ALLOCATION=0:10:10:5" log. - BUILD_IS_SLOW5 + BUILD_IS_SLOW=5 # An estimate of the build time on disk in minutes. # A larger value will tell the build system to schedule this job sooner # rather than later, to maximize parallelism.