Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
d8693682
Commit
d8693682
authored
Feb 20, 2017
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update maintainer docs [ci skip].
parent
9ea657c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
doc/maintainers/RELEASING.rst
doc/maintainers/RELEASING.rst
+26
-2
No files found.
doc/maintainers/RELEASING.rst
View file @
d8693682
...
...
@@ -43,7 +43,8 @@ on standard output. E.g.:
Next, update the ``buildout.cfg`` settings as follows:
- Copy the ``[versions]`` section from the buildout run at the bottom.
- Copy the ``[versions]`` section from the buildout run and paste it
at the bottom of the ``buildout`` file.
- In the ``[buildout]`` section, remove ``show-picked-verions = true``,
add ``allow-picked-versions = false``, and remove the ``version_ranges``
from the ``extends``.
...
...
@@ -66,7 +67,7 @@ Pin versions in a ``pip`` requirements file
Copy the version pins from the ``[versions]`` section of ``buildout.cfg``
into a ``requirements.txt`` file, to enable ``pip`` users to install
without buildout (be sure to add the new ``Zope2`` release version to
``requirements.txt``).
``requirements.txt``
and the ``[versions]`` section
).
.. note::
...
...
@@ -147,3 +148,26 @@ date and a "TBD" bullet, and update the next development release in
$ vim setup.py
$ git commit -m svb doc/CHANGES.rst setup.py
$ git push origin 2.13
Create index on download.zope.org
---------------------------------
.. code-block:: bash
$ ssh download.zope.org
$ sudo -iu zope
$ cd ~/zope2index
In the next line replace the two version numbers with the current release:
.. code-block:: bash
$ bin/z2_kgs 2.13.23 /var/www/download.zope.org/Zope2/index/2.13.23/
Visit ``http://download.zope.org/Zope2/index/2.13.23/`` and make sure
a ``Zope2`` folder with an ``index.html`` was created.
If this is missing, you forgot to add ``Zope2`` to the ``[versions]``
section in the buildout file. Also double check ``requirements.txt``
for the same mistake.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment