Changes in / [fb3f9af:ae2a197] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_osx_build.sh
ra003f3c re9e3e38 46 46 python setup_mac.py py2app 47 47 48 cd $WORKSPACE/sasview/dist49 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)"`
Note: See TracChangeset
for help on using the changeset viewer.