Skip to content

Commit

Permalink
Pin Plone version to 6.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Feb 8, 2022
1 parent eccd851 commit 9f3399b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ endif
##############################################################################
# SETTINGS AND VARIABLE

PLONE_VERSION=`docker run -i --rm eeacms/plone-backend env | grep PLONE_VERSION | sed "s/PLONE_VERSION=//g"`
PIP_PARAMS= #`docker run -i --rm eeacms/plone-backend env | grep PIP_PARAMS | sed "s/PIP_PARAMS=//g"`
PLONE_VERSION=6.0.0a3
#`docker run -i --rm eeacms/plone-backend env | grep PLONE_VERSION | sed "s/PLONE_VERSION=//g"`
PIP_PARAMS=
#`docker run -i --rm eeacms/plone-backend env | grep PIP_PARAMS | sed "s/PIP_PARAMS=//g"`

# Top-level targets
.PHONY: all
Expand All @@ -60,7 +62,7 @@ develop: ## Develop source.ini add-ons using mxdev

.PHONY: install
install: ## Install Plone and develop add-ons
bin/pip install Plone plone.volto -c https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt $(PIP_PARAMS)
bin/pip install Plone plone.volto -c "https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt" $(PIP_PARAMS)
bin/pip install -r requirements-mxdev.txt $(PIP_PARAMS)
bin/mkwsgiinstance -d . -u admin:admin

Expand Down

0 comments on commit 9f3399b

Please sign in to comment.