summaryrefslogtreecommitdiff
path: root/docs/dev/release.txt
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-16 16:04:45 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-16 16:04:45 +0000
commit5d22b35f2ef41b29edf885e86707243dbc007496 (patch)
tree7c690d83a2981d279901cf7444cb5344f41cf27d /docs/dev/release.txt
parentae6eca2e860ab3af3b06d72fbb7a73b813d9f58b (diff)
downloaddocutils-5d22b35f2ef41b29edf885e86707243dbc007496.tar.gz
doc library directories
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7557 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/release.txt')
-rw-r--r--docs/dev/release.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/dev/release.txt b/docs/dev/release.txt
index d9e249ec1..02ed2da4c 100644
--- a/docs/dev/release.txt
+++ b/docs/dev/release.txt
@@ -10,6 +10,34 @@
.. _Docutils: http://docutils.sourceforge.net/
+Assumptions and their failure
+-----------------------------
+
+On the test machine python2.4, 2.5 2.6 2.7 and 3.2 are installed.
+Some in /usr/ some under /usr/local.
+
+Assumption: If python2.6 is in /usr/bin/ than site-packages is under
+ /usr/local/lib/python2.6.
+
+On new ubuntu 12.10
+
+* python2.7 is here /usr/bin/python2.7.
+* in /usr/lib are python2.7, pymodules and pyshared.
+
+ in /usr/lib/python2.7 no site-packages directory even after installation
+ of docutils
+
+ in /usr/local/lib/python2.7 are dist-packages site-packages.
+
+ site-packages is empty.
+
+ docutils is installed under dist-packages.
+
+ pymodules has a python2.7 directory.
+
+Releasing
+---------
+
REWORK FOR SOURCEFORGE REPO
Steps in boldface text are *not* covered by the release script at
@@ -80,6 +108,8 @@ For details see the script.
(b) Remove the old installation from site-packages (including
roman.py, and optparse.py, textwrap.py).
+ "remove" might fail, see _`Assumptions and their failure`
+
Install from expanded directory::
cd docutils-X.Y.Z