summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-06-02 07:38:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-06-02 07:38:06 -0400
commitf22072a1677c25a4cf48888756809bb1453c40b5 (patch)
tree9f1a465fcd5c72b187983ff2573afc9403e1aa2c /howto.txt
parentaef87253860e8e1d88d7fe8f47a61f5e94cdc3c1 (diff)
downloadpython-coveragepy-git-f22072a1677c25a4cf48888756809bb1453c40b5.tar.gz
build: move sample html steps into Makefile
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/howto.txt b/howto.txt
index da8dfc0c..94eb6c05 100644
--- a/howto.txt
+++ b/howto.txt
@@ -27,21 +27,10 @@
$ tox -e doc
- commit the release-prep changes
- Generate new sample_html to get the latest, incl footer version number:
- $ make clean
- $ pip install -e .
- $ cd ~/cog/trunk
- $ rm -rf htmlcov
- $ PYTEST_ADDOPTS= coverage run --branch --source=cogapp -m pytest -k CogTestsInMemory; coverage combine; coverage html
- IF PRE-RELEASE:
- $ rm -f ~/coverage/trunk/doc/sample_html_beta/*.*
- $ cp -r htmlcov/ ~/coverage/trunk/doc/sample_html_beta/
- $ rm ~/coverage/trunk/doc/sample_html_beta/.gitignore
- - IF NOT PRE-RELEASE:
- $ rm -f ~/coverage/trunk/doc/sample_html/*.*
- $ cp -r htmlcov/ ~/coverage/trunk/doc/sample_html/
- $ rm ~/coverage/trunk/doc/sample_html/.gitignore
- $ cd ~/coverage/trunk
+ $ make sample_html_beta
- IF NOT PRE-RELEASE:
+ $ make sample_html
check in the new sample html
- Done with changes to source files, check them in.
$ git push