Skip to content

Commit

Permalink
update.sh: Add --verbose to update.py command
Browse files Browse the repository at this point in the history
  • Loading branch information
TunaLobster authored and Hwurzburg committed Sep 16, 2022
1 parent a586e9c commit 9e49fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ echo "[Buildlog] Time to run build_parameters.py: $MPARAMS_TIME seconds"

echo "[Buildlog] Starting to build the wiki at $(date '+%Y-%m-%d-%H-%M-%S')"
# python update.py --clean --parallel 4 # Build without versioning for parameters. It is better for editing wiki.
python3 update.py --destdir /var/sites/wiki/web --clean --paramversioning --parallel 4 --enablebackups # Enables parameters versioning and backups, should be used only on the wiki server
python3 update.py --destdir /var/sites/wiki/web --clean --paramversioning --parallel 4 --enablebackups --verbose # Enables parameters versioning and backups, should be used only on the wiki server


END_BUILD_WIKI=$(date +%s)
Expand Down

0 comments on commit 9e49fc2

Please sign in to comment.