]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: build.sh: Drop the commentary about CI_BUILD_SCRIPT
authorErik Skultety <eskultet@redhat.com>
Wed, 1 Feb 2023 14:33:47 +0000 (15:33 +0100)
committerErik Skultety <eskultet@redhat.com>
Fri, 11 Aug 2023 13:09:04 +0000 (15:09 +0200)
commitd95b6e993ff1424ef1850a6cee2b56510875586b
treeb4039fad89534125039fe841790086944e54df74
parent1cd25886de907e129e3ecca7ac27b7cb8de6e5c8
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 <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/build.sh