[Spice-devel] [PATCH spice-server 2/3] fixup! Update gitlab-ci to use meson

Frediano Ziglio fziglio at redhat.com
Wed Jul 25 09:07:35 UTC 2018


Rename check_spice-common.sh to check-spice-common.
Avoid mixing underscore and dash in the same filename.
Allows to change interpreter of the command in the future removing
the "sh" extension.
---
 Makefile.am                                                   | 2 +-
 build-aux/meson/{check_spice-common.sh => check-spice-common} | 0
 meson.build                                                   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename build-aux/meson/{check_spice-common.sh => check-spice-common} (100%)

diff --git a/Makefile.am b/Makefile.am
index 5fd73a4e2..7106e8dd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST =					\
 	meson.build				\
 	meson_options.txt			\
 	build-aux/git-version-gen		\
-	build-aux/meson/check_spice-common.sh	\
+	build-aux/meson/check-spice-common	\
 	.version				\
 	$(NULL)
 
diff --git a/build-aux/meson/check_spice-common.sh b/build-aux/meson/check-spice-common
similarity index 100%
rename from build-aux/meson/check_spice-common.sh
rename to build-aux/meson/check-spice-common
diff --git a/meson.build b/meson.build
index 360d1a543..08fe419db 100644
--- a/meson.build
+++ b/meson.build
@@ -16,7 +16,7 @@ endif
 spice_server_so_version = '1.12.4'
 
 message ('Updating submodules')
-run_command ('build-aux/meson/check_spice-common.sh', check : true)
+run_command ('build-aux/meson/check-spice-common', check : true)
 
 #
 # global C defines
-- 
2.17.1



More information about the Spice-devel mailing list