Skip to content

Commit

Permalink
Merge branch 'master' of github.com:IMIO/buildout.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Nov 27, 2019
2 parents 5500703 + 0af0947 commit abacbab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ run:
if ! test -f bin/instance1;then make buildout;fi
bin/python bin/instance1 fg

.PHONY: upgrade
upgrade:
.PHONY: refresh-tag
refresh-tag:
git fetch --tags
git checkout $(shell git describe --tags)
rm -f make.log
make buildout

~/imio.updates/bin/update_instances \
-p $(cluster) \
-s restart \
-d


.PHONY: upgrade
upgrade:refresh-tag
rm -f make.log
~/imio.updates/bin/update_instances \
-p $(cluster) \
-a 8 \
-e pm-interne@imio.be \
-f upgrade profile-Products.CMFPlone:plone \
-f upgrade profile-Products.$(product):default \
-f upgrade _all_ \
-d

.PHONY: cleanall
Expand Down

0 comments on commit abacbab

Please sign in to comment.