spiegel-keyman/linux/scripts/test
Eberhard Beilharz 1b4e254963
fix(linux): include missing artifacts in source tarball
With this change it's possible to build Keyman from the source tarball
by running `./build.sh` from the Keyman root directory.

When building Keyman as part of the Ubuntu/Debian packaging, we don't use
the toplevel `build.sh` file but instead call the build scripts in the
subdirectories. This omits building some components that are currently
not needed for running Keyman for Linux. The `dist.sh` script only
includes the necessary files in this case, distinguished by the `origdist`
parameter. This results in a significantly smaller tarball (2.5MB vs 51MB).

This change also enhances the `generate_tar_ignore_list` function so that
it is now possible to add `build` to the exclude list to ignore all
`build` subdirectories.

Fixes: #15544
Build-bot: skip
Test-bot: skip
2026-02-05 17:56:15 +01:00
..
deb-packaging.tests.sh refactor(linux): use bash testing framework for packaging tests 2025-08-25 17:35:27 +02:00
package-build.inc.tests.sh fix(linux): include missing artifacts in source tarball 2026-02-05 17:56:15 +01:00
test.inc.sh refactor(linux): use bash testing framework for packaging tests 2025-08-25 17:35:27 +02:00
test.sh maint(linux): generate tar-ignore in dist.sh 2025-08-28 18:41:29 +02:00
verify_api.tests.sh refactor(linux): use bash testing framework for packaging tests 2025-08-25 17:35:27 +02:00