Skip to content

Commit

Permalink
Reload supervisor configuration after Geotrek upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gutard committed Jul 20, 2015
1 parent 20257ee commit 4b63f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ update:
make all_compilemessages

deploy: update
bin/supervisorctl restart all
bin/supervisorctl reload

all_makemessages:
for dir in `find geotrek/ -type d -name locale`; do pushd `dirname $$dir` > /dev/null; $(ROOT_DIR)/bin/django-admin makemessages --no-location --all; popd > /dev/null; done
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ CHANGELOG
2.0.1.dev0
------------------

**Bug fixes**

* Reload supervisor configuration after Geotrek upgrade


2.0.0 (2015-07-20)
------------------
Expand Down

0 comments on commit 4b63f83

Please sign in to comment.