summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-07 09:28:41 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-07 09:48:52 -0400
commitba0aeeb33188a03e4f3b796ef4b3403506f7cb0e (patch)
tree3dcfb2d483ab076dc4558c3e4d70bdc129703c2d /docs
parent04ac82d3e2e768f9d354013614000f7e7feb43f4 (diff)
some fixes to the release engineering docs
link to the locations of different tools when I know them. i marked the ones I don't know about specially so we can document those as well. point to the Github releases for the standalone binaries upload
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 9b4c0d893..493998ea3 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -100,26 +100,27 @@ Checklist::
- any low hanging fruit left on the issue tracker?
- run tox on all supported platforms via vagrant, check for test fails.
- is Travis CI happy also?
-- update CHANGES.rst (compare to git log). check version number of upcoming release.
+- update CHANGES.rst (compare to git log)
+- check version number of upcoming release
- check MANIFEST.in and setup.py - are they complete?
- tag the release::
git tag -s -m "tagged release" 0.26.0
- cd docs ; make html # to update the usage include files
-- update website with the html
+- update website with the html (XXX: how?)
- create a release on PyPi::
python setup.py register sdist upload --identity="Thomas Waldmann" --sign
-- close release milestone.
+- close release milestone
- announce on::
- - mailing list
- - Twitter
- - IRC channel (topic)
+ - `mailing list <mailto:borgbackup@librelist.org>`_
+ - Twitter (XXX: how? where?)
+ - `IRC channel <irc://irc.freenode.net/borgbackup>`_ (change ``/topic``
-- create standalone binaries and link them from issue tracker: https://github.com/borgbackup/borg/issues/214
+- create standalone binaries and upload them to the Github release
Creating standalone binaries