[pypy-commit] pypy.org nikola: change address for 'make auto' to 0.0.0.0

mattip pypy.commits at gmail.com
Mon Dec 30 13:20:48 EST 2019


Author: Matti Picus <matti.picus at gmail.com>
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


More information about the pypy-commit mailing list