Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SasView/sasview.git
Browse files Browse the repository at this point in the history
  • Loading branch information
butlerpd committed Jul 26, 2015
2 parents fb3f9af + e9e3e38 commit ae2a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tools/jenkins_osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ python setup.py bdist_egg --skip-build
cd $WORKSPACE/sasview
python setup_mac.py py2app

cd $WORKSPACE/sasview/dist
tar -czf `python -c "import pkg_resources;print '%s.tar.gz' % pkg_resources.get_distribution('sasview').egg_name()"` `python -c "import sasview; print 'SasView-%s.app' % sasview.__version__"`
#cd $WORKSPACE/sasview/dist
#tar -czf `python -c "import pkg_resources;print '%s.tar.gz SasView-%s.app' % (pkg_resources.get_distribution('sasview').egg_name(),pkg_resources.get_distribution('sasview').version)"`

0 comments on commit ae2a197

Please sign in to comment.