Skip to content

Commit

Permalink
Merge pull request #2116 from camptocamp/fix-upgrade-16
Browse files Browse the repository at this point in the history
Add a rule to upgrade to the v2
  • Loading branch information
sbrunner committed Mar 31, 2016
2 parents 68ece68 + 3b961bf commit 88cc9fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions c2cgeoportal/scaffolds/update/CONST_Makefile_tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,11 @@ upgrade: .build/requirements.timestamp project.yaml
$(VENV_BIN)/pip install c2cgeoportal==${VERSION}
$(VENV_BIN)/c2ctool upgrade $(UPGRADE_MAKE_FILE) ${UPGRADE_ARGS} ${VERSION}

.PHONY: upgrade_v2
upgrade_v2: .build/requirements.timestamp project.yaml
.build/venv/bin/pip install c2cgeoportal==${VERSION}
$(VENV_BIN)/c2ctool upgrade $(UPGRADE_MAKE_FILE) ${UPGRADE_ARGS} ${VERSION}

.PHONY: upgrade1
upgrade1: .build/requirements.timestamp project.yaml
$(VENV_BIN)/c2ctool upgrade $(UPGRADE_MAKE_FILE) ${UPGRADE_ARGS} ${VERSION} --step 1
Expand Down

0 comments on commit 88cc9fc

Please sign in to comment.