summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-22 10:48:34 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-22 15:55:21 +0200
commit45aaec320784cd806a17564bb08f8678bf556948 (patch)
tree2cd012927ce7199a05ff65059f6842b381971c0d /docker
parentMore specific instructions for setcap nopasswd exception (diff)
downloadonline-45aaec320784cd806a17564bb08f8678bf556948.tar.gz
online-45aaec320784cd806a17564bb08f8678bf556948.zip
No more jake
Change-Id: I21187241142031cd324e63aebf03ce8ca949411d Reviewed-on: https://gerrit.libreoffice.org/72757 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/l10n-docker-nightly.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index b8d4f71fc1..bf0c31d5eb 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"