Skip to content

Commit

Permalink
Fix demoweb installation with new composer location
Browse files Browse the repository at this point in the history
This was also fixed in the crontab on domjudge.org for various commands.
The composer file is now in the webapp folder in the main repo.
  • Loading branch information
vmcj committed Jul 14, 2024
1 parent 4d2c003 commit f694265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_demoweb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ make QUIET=1 maintainer-clean
make QUIET=1 MAINT_CXFLAGS='-g -O2 -Wall -fPIE -Wformat -Wformat-security' \
inplace-conf >/dev/null 2>&1 || true
make QUIET=1 inplace-install docs >/dev/null 2>&1
composer auto-scripts >/dev/null 2>&1
(cd webapp && composer auto-scripts >/dev/null 2>&1)

# Reset database to known good state:
mysql $MYSQLOPTS "$DBNAME" < domjudge_demo_remove.sql
Expand Down

0 comments on commit f694265

Please sign in to comment.