diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-02 21:55:57 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-02 21:55:57 -0500 |
| commit | 9e4908f37c370250ebc7836e744a59170720a9e3 (patch) | |
| tree | d40e635d9288b042707393521559d080775a1bd8 /allkits.cmd | |
| parent | a2efb685a6968f6ecc6aff44f2b0f7fc670f506c (diff) | |
| download | python-coveragepy-git-9e4908f37c370250ebc7836e744a59170720a9e3.tar.gz | |
Automate the uploading of the kits.
Diffstat (limited to 'allkits.cmd')
| -rw-r--r-- | allkits.cmd | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/allkits.cmd b/allkits.cmd index fa75988e..12c46d2e 100644 --- a/allkits.cmd +++ b/allkits.cmd @@ -1,17 +1,18 @@ @REM Build all the kits for coverage.py
+@REM Add "upload" onto the command line to also upload.
call \ned\bin\switchpy 23
-python setup.py bdist_wininst
+python setup.py bdist_wininst %1
call \ned\bin\switchpy 24
-python setup.py bdist_wininst
+python setup.py bdist_wininst %1
call \ned\bin\switchpy 25
-python setup.py bdist_wininst
+python setup.py bdist_wininst %1
call \ned\bin\switchpy 26
-python setup.py bdist_wininst
+python setup.py bdist_wininst %1
set TAR_OPTIONS=--group=100
-python setup.py sdist --formats=gztar
+python setup.py sdist --formats=gztar %1
set TAR_OPTIONS=
@REM Py3k
call \ned\bin\switchpy 31
-python setup.py bdist_wininst
+python setup.py bdist_wininst %1
|
