Skip to content

Commit ae2a197

Browse files
committed
Merge branch 'master' of https://github.com/SasView/sasview.git
2 parents fb3f9af + e9e3e38 commit ae2a197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/jenkins_osx_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ python setup.py bdist_egg --skip-build
4545
cd $WORKSPACE/sasview
4646
python setup_mac.py py2app
4747

48-
cd $WORKSPACE/sasview/dist
49-
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__"`
48+
#cd $WORKSPACE/sasview/dist
49+
#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 commit comments

Comments
 (0)