mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
The source tarball we upload to downloads.keyman.com contains all files
necessary to run `${KEYMAN_ROOT}/build.sh`, i.e. it contains all projects
that can be build on Linux. However, that is not the command used when
building Debian packages. There we limit the build to the `linux`
subfolder. Therefore we only need a subset of the files. Using the full
tarball causes some lintian errors.
This change creates and uploads a second tarball on release builds that
contains only the files needed for Debian packaging. The file is named
`keyman_$VERSION.pkg.tar.xz`.
Build-bot: skip
Test-bot: skip
|
||
|---|---|---|
| .. | ||
| build | ||
| devbox/macos | ||
| docker-images | ||
| git-hooks | ||
| gosh | ||
| scopes | ||
| standards-data | ||
| stats | ||
| teamcity | ||
| tools | ||
| build.sh | ||
| builder.inc.sh | ||
| builder_completion.inc.sh | ||
| locate_emscripten.inc.sh | ||