summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-06-05 11:18:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-06-05 11:18:52 -0400
commiteb9dfafe6af6d941f44aebfd851e0ed0fc33324c (patch)
tree9f446d785ff6d60805bc0de3a358ed9437a066ec
parente142563737bf23b8ef5478317ac6ea2722dd7e91 (diff)
downloadpython-coveragepy-git-eb9dfafe6af6d941f44aebfd851e0ed0fc33324c.tar.gz
Last fiddles for 3.5b1coverage-3.5b1
-rw-r--r--.hgignore1
-rw-r--r--allkits.cmd6
-rw-r--r--doc/index.rst4
-rw-r--r--howto.txt2
4 files changed, 7 insertions, 6 deletions
diff --git a/.hgignore b/.hgignore
index 7ac0b5de..678b57dd 100644
--- a/.hgignore
+++ b/.hgignore
@@ -24,3 +24,4 @@ zipmods.zip
# Stuff in the doc directory.
_build
+sample_html_beta
diff --git a/allkits.cmd b/allkits.cmd
index 2efb0f82..528087fc 100644
--- a/allkits.cmd
+++ b/allkits.cmd
@@ -1,9 +1,9 @@
@REM Build all the kits for coverage.py
@REM Add "upload" onto the command line to also upload.
-for %%v in (23 24 25 26 27 31 32) do (
- call \ned\bin\switchpy c:\vpy\coverage\%%v
+for %%v in (26 27 31 32) do (
+ call switchpy c:\vpy\coverage\%%v
python setup.py bdist_wininst %1
)
-call \ned\bin\switchpy c:\vpy\coverage\26
+call switchpy c:\vpy\coverage\26
python setup.py sdist --keep-temp --formats=gztar fixtar --owner=ned --group=coverage --clean %1
diff --git a/doc/index.rst b/doc/index.rst
index 8c9709d8..e7a60531 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -35,11 +35,11 @@ not.
.. ifconfig:: prerelease
The latest version is coverage.py 3.5b1, released 5 June 2011.
- This is a pre-release build. The usual warnings about possible bugs apply.
+ *This is a pre-release build. The usual warnings about possible bugs apply.*
It is supported on Python versions 2.3 through 3.2.
The latest stable version is coverage.py 3.4, `described here`_.
-.. _described here: http://nedbatchelder.com/code.coverage
+.. _described here: http://nedbatchelder.com/code/coverage
Quick start
diff --git a/howto.txt b/howto.txt
index fd3ef33b..0048bd2e 100644
--- a/howto.txt
+++ b/howto.txt
@@ -28,7 +28,7 @@
$ make publishbeta
- ELSE:
- Build and publish docs:
- $ make px publish
+ $ make publish
- Kits:
- source .tgz and windows .exe for each Python
- $ allkits.cmd