Author: Matti Picus <[email protected]> Branch: nikola Changeset: r969:e339fc4881e2 Date: 2019-12-30 20:20 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e339fc4881e2/
Log: change address for 'make auto' to 0.0.0.0 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ > venv_nikola/bin/nikola build auto: venv_nikola/bin/nikola ## build and serve the website, autoupdate on changes -> venv_nikola/bin/nikola auto +> venv_nikola/bin/nikola auto -a 0.0.0.0 clean: venv_nikola/bin/nikola ## clean the website, usually not needed at all > venv_nikola/bin/nikola clean _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
