From: Erik Skultety Date: Wed, 1 Feb 2023 14:33:47 +0000 (+0100) Subject: ci: build.sh: Drop the commentary about CI_BUILD_SCRIPT X-Git-Tag: v9.7.0-rc1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95b6e993ff1424ef1850a6cee2b56510875586b;p=thirdparty%2Flibvirt.git ci: build.sh: Drop the commentary about CI_BUILD_SCRIPT build.sh is not the place where this should be mentioned as the official entrypoint for this script locally is ci/helper which can download the right image from our upstream CI registry. Since the idea is to ultimately drop the usage of a Makefile for the local executions, this patch doesn't provide an alternative place for the comment in question as the functionality is going to be altered substantially in the future. Signed-off-by: Erik Skultety Reviewed-by: Daniel P. Berrangé --- diff --git a/ci/build.sh b/ci/build.sh index 0f23df1fa3..3fa28eafa8 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -1,14 +1,5 @@ #!/bin/sh -# This script is used to build libvirt inside the container. -# -# You can customize it to your liking, or alternatively use a -# completely different script by passing -# -# CI_BUILD_SCRIPT=/path/to/your/build/script -# -# to make. - cd "$CI_CONT_SRCDIR" export VIR_TEST_DEBUG=1