]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ci: Rename build.sh -> jobs.sh
authorErik Skultety <eskultet@redhat.com>
Mon, 11 Sep 2023 13:28:52 +0000 (15:28 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commited7aa04de493d805f4766ae84cf174067e89fc2a
tree89da10a9313c68fc3a5a229ff5bc7b401ece3cea
parent5a2f2eb22120c610652f71b358fb43dfa1d324c1
ci: Rename build.sh -> jobs.sh

After the recent changes, this script no longer executes any logic
anymore, it merely defines the jobs run in the GitLab environment. In
order to use it, one has to source the file in the environment and then
run one of the job "functions". For that, the 'build.sh' name is no
longer descriptive enough and 'jobs.sh' feels more suitable and less
misleading.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/jobs.sh [moved from ci/build.sh with 100% similarity]