Re: [libvirt PATCH 17/20] ci: build.sh: Make the script executable

2023-03-02 Thread Daniel P . Berrangé
On Mon, Feb 06, 2023 at 02:53:14PM +0100, Erik Skultety wrote: > Unless we run it as 'sh ci/build.sh' in .gitlab-ci.yml recipes and > instead opt into doing 'chmod +x && ci/build.sh' it will cause meson > dist build to fail with a fatal error about having uncommitted changes > in the repo.

[libvirt PATCH 17/20] ci: build.sh: Make the script executable

2023-02-06 Thread Erik Skultety
Unless we run it as 'sh ci/build.sh' in .gitlab-ci.yml recipes and instead opt into doing 'chmod +x && ci/build.sh' it will cause meson dist build to fail with a fatal error about having uncommitted changes in the repo. Therefore, let's just make the script executable, it's the most