##// END OF EJS Templates
make: synced makefiles
super-admin -
r1237:78740d04 default
parent child Browse files
Show More
@@ -42,7 +42,6 b' test-only:'
42 ruff-check:
42 ruff-check:
43 ruff check --ignore F401 --ignore I001 --ignore E402 --ignore E501 --ignore F841 --exclude rhodecode/lib/dbmigrate --exclude .eggs --exclude .dev .
43 ruff check --ignore F401 --ignore I001 --ignore E402 --ignore E501 --ignore F841 --exclude rhodecode/lib/dbmigrate --exclude .eggs --exclude .dev .
44
44
45
46 .PHONY: pip-packages
45 .PHONY: pip-packages
47 ## Show outdated packages
46 ## Show outdated packages
48 pip-packages:
47 pip-packages:
@@ -90,8 +89,8 b' sh:'
90 workers?=1
89 workers?=1
91
90
92 .PHONY: dev-srv
91 .PHONY: dev-srv
93 ## run gunicorn multi process workers
92 ## run gunicorn web server with reloader, use workers=N to set multiworker mode
94 dev-srv-g:
93 dev-srv:
95 gunicorn --paste=.dev/dev.ini --bind=0.0.0.0:10010 --config=.dev/gunicorn_config.py --reload --workers=$(workers)
94 gunicorn --paste=.dev/dev.ini --bind=0.0.0.0:10010 --config=.dev/gunicorn_config.py --reload --workers=$(workers)
96
95
97
96
General Comments 0
You need to be logged in to leave comments. Login now