From a25a4e7822955ad9f5b52d78dac07ccc9e4e9e87 Mon Sep 17 00:00:00 2001 From: grubert Date: Wed, 17 May 2023 12:11:27 +0000 Subject: upload documentation to sourceforge.io see https://docutils.sourceforge.io/0.20.1/ git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9392 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/infrastructure/releasing-log.txt | 13 ++++++++----- 1 file 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. -- cgit v1.2.1