Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] small precisions about update process #3935

Merged
merged 1 commit into from
Jul 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

# General information about the project.
project = u'c2cgeoportal'
copyright = u'2011-2014, Camptocamp'
copyright = u'2011-2018, Camptocamp'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
10 changes: 6 additions & 4 deletions doc/developer/build_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,15 @@ When a new release or a new version is done you should do the following tasks:
curl 'http://pypi.camptocamp.net/internal-pypi/regenerate-index' --data '' \
--max-time 1000

* Upgrade the demo in your home folder with ``c2ctool``.
* Update the demo on the main folder with:
* Upgrade the demo project in your home folder, by following upgrade application
instructions and pushing the results to the repository.
* Update the demo on the main folder as follows, using a Makefile appropriate
for the server settings:

.. prompt:: bash

sudo -u sigdev make -f demo.mk update
sudo -u sigdev make -f demo.mk build
sudo -u sigdev make -f <makefile> update
sudo -u sigdev make -f <makefile> build

* Test the demo.
* Move all the open issues to a new milestone and close the current milestone
Expand Down