Skip to content

Commit d5fd24e

Browse files
committed
Use inplace-{conf,install} instead of maintainer-{conf,install}
Since we do not actively develop on this environment we can use the optimizations. Not sure why the 1 was missing on QUIET so added it just in case.
1 parent 52a7a0a commit d5fd24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update_demoweb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ git pull -q --rebase --autostash >/dev/null 2>&1
1717
# Rebuild in-place to also make configuration updates visible:
1818
make QUIET=1 maintainer-clean
1919
make QUIET=1 MAINT_CXFLAGS='-g -O2 -Wall -fPIE -Wformat -Wformat-security' \
20-
maintainer-conf || true
21-
make QUIET= maintainer-install docs >/dev/null 2>&1
20+
inplace-conf || true
21+
make QUIET=1 inplace-install docs >/dev/null 2>&1
2222
composer auto-scripts >/dev/null 2>&1
2323

2424
# Reset database to known good state:

0 commit comments

Comments
 (0)