[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.
pull/5513/head v2019.10
Frans de Jonge 5 years ago committed by GitHub
parent 6f61c73853
commit c7079c80be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

@ -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 || {

Loading…
Cancel
Save