From 52c6b0737c062b35cdfdf787c6637bc7fda66b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 31 Mar 2021 23:30:15 +0200 Subject: [PATCH] build: Only keep one VERSION file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of having different VERSION files spread accross the project, let's always use the one in the topsrcdir and remove all the others, keeping only a synlink to the topsrcdir one. Fixes: #1579 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 572aff53e8a6996f1b95d062a53f4f7a1c660d30) --- tools/packaging/cmd/kata-pkgsync/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 120000 tools/packaging/cmd/kata-pkgsync/VERSION diff --git a/tools/packaging/cmd/kata-pkgsync/VERSION b/tools/packaging/cmd/kata-pkgsync/VERSION deleted file mode 100644 index 8acdd82b76..0000000000 --- a/tools/packaging/cmd/kata-pkgsync/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.0.1 diff --git a/tools/packaging/cmd/kata-pkgsync/VERSION b/tools/packaging/cmd/kata-pkgsync/VERSION new file mode 120000 index 0000000000..a4e948506b --- /dev/null +++ b/tools/packaging/cmd/kata-pkgsync/VERSION @@ -0,0 +1 @@ +../../../../VERSION \ No newline at end of file