summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-17 12:11:27 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-05-17 12:11:27 +0000
commita25a4e7822955ad9f5b52d78dac07ccc9e4e9e87 (patch)
tree3eed6e211b6f8adef8970b2dd9ff265f3290300d
parent6fd42cb03cc7c5972036665ed164d02c195bcbf2 (diff)
downloaddocutils-a25a4e7822955ad9f5b52d78dac07ccc9e4e9e87.tar.gz
upload documentation to sourceforge.io see https://docutils.sourceforge.io/0.20.1/HEADmaster
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9392 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--sandbox/infrastructure/releasing-log.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/sandbox/infrastructure/releasing-log.txt b/sandbox/infrastructure/releasing-log.txt
index 4d808f021..badab82ef 100644
--- a/sandbox/infrastructure/releasing-log.txt
+++ b/sandbox/infrastructure/releasing-log.txt
@@ -102,17 +102,20 @@ Release 0.20.1 (2023-05-17)
* Notify to docutils-developer and user.
-* upload source and generated html to sf-htdocs/#.# ::
+* upload source and generated html to sf-htdocs/0.20.1 ::
mkdir tmp1
cd tmp1
- tar xzvf ../dist/docutils-#.#.tar.gz
- cd docutils-#.#/
- python3 tools/buildhtml.py .
+ tar xzvf ../dist/docutils-0.20.1.tar.gz
+ cd docutils-0.20.1/
+ python3.11 tools/buildhtml.py .
+
+ check for html-files in docutils.egg-info/ ... None::
+
find . -name \*.pyc -exec rm -v {} \;
find . -name __pycache__ -exec rmdir -v {} \;
rm -r docutils.egg-info
- rsync -e ssh -r -t ./ web.sourceforge.net:/home/project-web/docutils/htdocs/#.#
+ rsync -e ssh -r -t ./ web.sourceforge.net:/home/project-web/docutils/htdocs/0.20.1
* Check web/index.txt for necessary corrections.
* Run sandbox/infrastructure/docutils-update.local to update web-content.