diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 10:18:28 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-18 10:18:28 -0400 |
| commit | 4dadb9ab49529ccdfd4bc7a23f0d799051b24757 (patch) | |
| tree | d2fc950bb15f85107d2fde33c20f01d1ca41a277 /allkits.cmd | |
| parent | 6a9347a858b7c54997a3437b9c4688f279b832e1 (diff) | |
| download | python-coveragepy-git-4dadb9ab49529ccdfd4bc7a23f0d799051b24757.tar.gz | |
More progress on multi-head kits, though I'm not sure it will work.
Diffstat (limited to 'allkits.cmd')
| -rw-r--r-- | allkits.cmd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/allkits.cmd b/allkits.cmd index 4d537273..1e4fe221 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -8,15 +8,19 @@ 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
-copy three\coverage\*.py 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.
cd three
call \ned\bin\switchpy 31
+xcopy /s/h/i/e coverage py3k
python setup.py bdist_wininst
+rmdir/s/q py3k
cd ..
copy three\dist\*.exe dist
|
