From 389020e14594e4894e28d1eb9103c210b142509e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 23 May 2024 18:45:13 +0200 Subject: Adding upstream version 18.2.3. Signed-off-by: Daniel Baumann --- make-dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make-dist') diff --git a/make-dist b/make-dist index 721e9128c..5bfaf9caa 100755 --- a/make-dist +++ b/make-dist @@ -55,7 +55,7 @@ download_from() { exit fi url=$url_base/$fname - wget -c --no-verbose -O $fname $url + wget --no-verbose -O $fname $url if [ $? != 0 -o ! -e $fname ]; then echo "Download of $url failed" elif [ $(sha256sum $fname | awk '{print $1}') != $sha256 ]; then @@ -140,7 +140,7 @@ build_dashboard_frontend() { echo "Building ceph-dashboard frontend with build:localize script"; # we need to use "--" because so that "--configuration production" # survives accross all scripts redirections inside package.json - npm run build:localize -- --configuration production + DASHBOARD_FRONTEND_LANGS="ALL" npm run build:localize -- --configuration production deactivate cd $CURR_DIR rm -rf $TEMP_DIR -- cgit v1.2.3