make_release.sh: added warning about broken bdist_wininst

This commit is contained in:
Pablo Hoffman 2009-09-17 15:28:36 -03:00
parent 1b28858bf9
commit bc778a0e5b
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ hg purge --all
# build packages
version=$(python -c "import scrapy; print scrapy.__version__")
python setup.py sdist bdist_wininst -t "Scrapy $version" -p "win32"
python setup.py sdist
# FIXME: bdist_wininst doesn't work on Unix (it doesn't include the data_files)
#python setup.py bdist_wininst -t "Scrapy $version" -p "win32"
# hash and sign
cd dist