Skip to content

Commit

Permalink
REL: generate both 2.5 and 2.6 win and mac os x installers in release…
Browse files Browse the repository at this point in the history
… script.

(cherry picked from commit ca2544215043e957ee96641294492b27d622683d)
  • Loading branch information
cournape committed Dec 1, 2009
1 parent 2294355 commit 7ee0d5e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ paver bootstrap
source bootstrap/bin/activate
CFLAGS="-arch x86_64" FFLAGS="-arch x86_64" python setupsconsegg.py install
paver sdist
paver dmg
paver bdist_superpack
paver dmg -p 2.5
paver dmg -p 2.6
paver bdist_superpack -p 2.5
paver bdist_superpack -p 2.6
paver write_release_and_log

0 comments on commit 7ee0d5e

Please sign in to comment.