We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb3f9af + e9e3e38 commit ae2a197Copy full SHA for ae2a197
build_tools/jenkins_osx_build.sh
@@ -45,5 +45,5 @@ python setup.py bdist_egg --skip-build
45
cd $WORKSPACE/sasview
46
python setup_mac.py py2app
47
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__"`
+#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 commit comments