diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-20 18:05:07 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-20 18:05:07 -0400 |
| commit | bb83d13bf720acb8d15173cc4d1484b8521f8930 (patch) | |
| tree | c2bffaa2b52bea16efa559397d6e12ee9452d1fd /allkits.cmd | |
| parent | 4dadb9ab49529ccdfd4bc7a23f0d799051b24757 (diff) | |
| download | python-coveragepy-git-bb83d13bf720acb8d15173cc4d1484b8521f8930.tar.gz | |
New theory about how to kit for py3k: coverage3k-* kits are for 3.x
Diffstat (limited to 'allkits.cmd')
| -rw-r--r-- | allkits.cmd | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/allkits.cmd b/allkits.cmd index 1e4fe221..a83cac7b 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -8,19 +8,18 @@ python setup.py bdist_wininst call \ned\bin\switchpy 26
python setup.py bdist_wininst
-@REM Source kit: Py2k in "coverage", Py3k in "py3k"
-del /q py3k\*.*
-mkdir py3k
-xcopy /s/h/i/e /exclude:notsource.txt three\coverage\*.py py3k
set TAR_OPTIONS=--group=100
python setup.py sdist --formats=gztar
set TAR_OPTIONS=
-@REM py3k windows kit: code still needs to be in py3k, so move it.
+@REM Py3k
cd three
call \ned\bin\switchpy 31
-xcopy /s/h/i/e coverage py3k
python setup.py bdist_wininst
-rmdir/s/q py3k
+
+set TAR_OPTIONS=--group=100
+python setup.py sdist --formats=gztar
+set TAR_OPTIONS=
+
cd ..
-copy three\dist\*.exe dist
+copy three\dist\*.* dist
|
