From 73d1db5dddbae00477c3ebfb25dd64db0a2a8ac8 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 26 Jul 2025 17:34:27 +0200 Subject: Same structure for source, build and deploy trees This commit removes the path transformations apart from project-prefixing from the deploy tree / artifact file archive. This gives the source tree, build tree and deploy tree the same directory hierarchy. The advantages are simple implementation and maintenance and a common structure for all parties (users, developers, producers, ...). The disadvantage is obviously that the deploy tree structure cannot be customized on its own. At least for now the approach "there is one right structure to rule them all" is taken. --- meson.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 1840972..4548f4d 100644 --- a/meson.build +++ b/meson.build @@ -27,11 +27,6 @@ custom_target( command: [ tar, '--zstd', - '--transform=s|^fw/app/||', - '--transform=s|^fw/sim/||', - '--transform=s|^fw/||', - '--transform=s|^pcb/||', - '--transform=s|^web/||', '--transform=s|^|' + meson.project_name() + '/|', '-cf', '@OUTPUT@', artifacts, -- cgit v1.2.3-70-g09d2