docker/l10n-docker-nightly.sh | 9 --------- loleaflet/README | 5 ----- 2 files changed, 14 deletions(-)
New commits: commit 45aaec320784cd806a17564bb08f8678bf556948 Author: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> AuthorDate: Wed May 22 10:48:34 2019 +0200 Commit: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> CommitDate: Wed May 22 15:55:21 2019 +0200 No more jake Change-Id: I21187241142031cd324e63aebf03ce8ca949411d Reviewed-on: https://gerrit.libreoffice.org/72757 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh index b8d4f71fc..bf0c31d5e 100755 --- a/docker/l10n-docker-nightly.sh +++ b/docker/l10n-docker-nightly.sh @@ -40,15 +40,6 @@ if [ -z "$LIBREOFFICE_BUILD_TARGET" ]; then fi; echo "LibreOffice build target: '$LIBREOFFICE_BUILD_TARGET'" -# check if we have jake -which jake || { cat << EOF - -jake is not installed, get it like: - - npm install -g jake -EOF -exit 1 ; } - # do everything in the builddir SRCDIR=$(realpath `dirname $0`) INSTDIR="$SRCDIR/instdir" diff --git a/loleaflet/README b/loleaflet/README index 33276a2e2..ad67073bd 100644 --- a/loleaflet/README +++ b/loleaflet/README @@ -7,10 +7,6 @@ This is the client part of LibreOffice Online. For the server part, see the Build dependencies ------------------ -First you need to install 'jake'. As root, do: - - npm install -g jake - npm is provided by the nodejs package. npm should be at least 2.14, if not 3.x. Use `npm -v` to find the current version. @@ -353,7 +349,6 @@ Contributing Code conventions: - * 'jake lint' should be run before commiting * files should have unix line terminators (LF) * tools to convert files: dos2unix or fromdos _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits