2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

[fix] kodev: Allow nightly build to succeed (#5507)

Translations live in a submodule since <https://github.com/koreader/koreader/pull/5506>,
and without initialized submodules `kodev release` will therefore fail.

The specifics need a fair bit more attention once Weblate has been set up, but this should
suffice for the nightly/stable build to succeed.
This commit is contained in:
Frans de Jonge 2019-10-19 17:45:49 +02:00 committed by GitHub
parent 6f61c73853
commit c7079c80be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -504,8 +504,7 @@ pot:
$(MAKE) -C l10n push
po:
$(MAKE) -i -C l10n bootstrap
$(MAKE) -C l10n pull
git submodule update --remote l10n
static-check:

1
kodev
View File

@ -388,6 +388,7 @@ ${SUPPORTED_RELEASE_TARGETS}"
shift 1
done
check_submodules
if [ "${ignore_translation}" -eq 0 ]; then
if command -v tx>/dev/null; then
make po || {