diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-08-30 08:25:51 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-08-30 08:25:51 +0000 |
| commit | b4e25523b7ef3f70d6a5309c7a1fd229d30983e0 (patch) | |
| tree | 79852d2c9231e1e20072f10ef0e718f54e62e4e9 /docutils/docs/dev | |
| parent | 7af8ff00691433d65d51ba97863bbac316ffbf47 (diff) | |
| download | docutils-b4e25523b7ef3f70d6a5309c7a1fd229d30983e0.tar.gz | |
clean up old ftp release procedure (clean out)
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7114 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/release.txt | 41 |
1 files changed, 12 insertions, 29 deletions
diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt index f44fb532d..989e98874 100644 --- a/docutils/docs/dev/release.txt +++ b/docutils/docs/dev/release.txt @@ -37,6 +37,11 @@ For details see the script. ``new_version`` is the current version, status will change from ``repository`` to ``release``. ``svn_version`` is the version after release. +.. Note:: *BUG* The script requires that all supported python2-versions are installed. + +.. Note:: *BUG* test tarball requires root password, but it is possible to skip + this stage interactively, and testing should be done before release. + * Change ``__version_details__`` in docutils/docutils/__init__.py to "release" (from "repository"). @@ -111,40 +116,18 @@ For details see the script. tar -xjvf ~/docutils-docs.tar.bz2 rm ~/docutils-docs.tar.bz2 -* Upload the release tarball:: - - $ ftp upload.sourceforge.net - Connected to osdn.dl.sourceforge.net. - ... - Name (upload.sourceforge.net:david): anonymous - 331 Anonymous login ok, send your complete e-mail address as password. - Password: - ... - 230 Anonymous access granted, restrictions apply. - ftp> bin - 200 Type set to I. - ftp> cd /incoming - 250 CWD command successful. - ftp> put docutils-X.Y.Z.tar.gz +* Upload the release tarball, release.sh tries with scp. * Access the _`file release system` on SourceForge (Admin interface). - Not found 2009-10-11 for release 0.6. - - Fill in the fields: - - :Package ID: docutils - :Release Name: <use release number only, e.g. 0.3> - :Release Date: <today's date> - :Status: Active - :File Name: <select the file just uploaded> - :File Type: Source .gz - :Processor Type: Platform-Independent - :Release Notes: <insert README.txt file here> - :Change Log: <insert current release notes here> + ``https://sourceforge.net/projects/docutils/files/docutils/`` + + * change into the released version's directory + * click ``(i)`` button of the tar.gz-file + * select as default download for all operating systems. - Also check the "Preserve my pre-formatted text" box. +* Submit a notification on project news. * For verifying the integrity of the release, download the release tarball (you may need to wait up to 30 minutes), install_ it, and |
