[Spice-commits] Branch 'meson_dist' - build-aux/meson-dist

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 14 10:27:16 UTC 2021


Rebased ref, commits from common ancestor:
commit b58d7dc385884eb7d0f4c3338cb9f0c766b5a1e8
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Sun Jun 13 19:44:19 2021 +0100

    build: Remove some useless file from Meson distribution
    
    Remove:
    - internal documentation;
    - CI files.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/build-aux/meson-dist b/build-aux/meson-dist
index 80d534fe..7146ad1e 100755
--- a/build-aux/meson-dist
+++ b/build-aux/meson-dist
@@ -14,3 +14,23 @@ fi
 
 # generate tarball version
 echo "$1" > "$MESON_DIST_ROOT/.tarball-version"
+
+# remove useless files
+pushd "$MESON_DIST_ROOT"
+find . -name .gitignore -delete
+rm -rf \
+build-aux/useless-if-before-free \
+build-aux/vc-list-files \
+cfg.mk \
+docs/how_to_release.md \
+docs/manual/images/pepper.png \
+docs/Spice_user_manual.odt \
+GNUmakefile \
+.mailmap \
+maint.mk \
+README.Windows.md \
+server/tests/autobahn-check-report \
+server/tests/fuzzingclient.json \
+TODO.multiclient \
+.travis.yml \
+uncrustify_cfg


More information about the Spice-commits mailing list