From c7079c80be5bfe650bfb0ad2b9776768c6513eed Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 19 Oct 2019 17:45:49 +0200 Subject: [PATCH] [fix] kodev: Allow nightly build to succeed (#5507) Translations live in a submodule since , 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. --- Makefile | 3 +-- kodev | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 156c11d9b..9c7aef73f 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/kodev b/kodev index 4f8b7d154..0c1ac28f9 100755 --- a/kodev +++ b/kodev @@ -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 || {