Changeset 2f6d340 in sasview
- Timestamp:
- May 2, 2017 7:42:19 PM (8 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- ed03b99
- Parents:
- d66dbcc
- Files:
-
- 7 edited
- 19 moved
Legend:
- Unmodified
- Added
- Removed
-
build_tools/deploy.bat
rb61796f r2f6d340 3 3 4 4 rem Copy new installer to the temp directory on the test server 5 pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\ sasview\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\5 pscp -scp -v -i sasview.ppk C:\jenkins\workspace\SasView_Win7\sasview\installers\Output\setupSasView.exe sasview@192.168.1.18:AppData\Local\Temp\ 6 6 rem Execute the test on the remote server 7 7 plink -i sasview.ppk -ssh sasview@192.168.1.18 c:\\jenkins\\test_deployment.bat -
build_tools/jenkins_linux_build.sh
r128c287 r2f6d340 14 14 # SET SASVIEW GITHASH 15 15 cd $WORKSPACE 16 cd sasview/s asview16 cd sasview/src/sas/sasview 17 17 githash=$( git rev-parse HEAD ) 18 18 sed -i.bak s/GIT_COMMIT/$githash/g __init__.py … … 81 81 #cd sasview 82 82 #$PYLINT --rcfile "build_tools/pylint.rc" -f parseable sasview-install/sasview*.egg/sas sasview | tee test/sasview.txt 83 84 -
build_tools/jenkins_osx_build.sh
rb742b8b5 r2f6d340 17 17 # SET SASVIEW GITHASH 18 18 cd $WORKSPACE 19 cd sasview/s asview19 cd sasview/src/sas/sasview 20 20 githash=$( git rev-parse HEAD ) 21 21 sed -i.bak s/GIT_COMMIT/$githash/g __init__.py … … 88 88 # BUILD APP 89 89 cd $WORKSPACE 90 cd sasview/ sasview90 cd sasview/installers 91 91 $PYTHON setup_mac.py py2app 92 92 -
build_tools/jenkins_win64_build.bat
rec57735 r2f6d340 15 15 :: SET SASVIEW GITHASH ################################################ 16 16 cd %WORKSPACE% 17 cd sasview\s asview17 cd sasview\src\sas\sasview 18 18 git rev-parse HEAD > tmpFile_githash 19 19 SET /p githash= < tmpFile_githash … … 81 81 cd %WORKSPACE% 82 82 cd sasview 83 cd sasview83 cd installers 84 84 %PYTHON% setup_exe.py py2exe 85 85 %PYTHON% installer_generator.py -
build_tools/jenkins_win_build.bat
r5dab2bc r2f6d340 17 17 :: SET SASVIEW GITHASH ################################################ 18 18 cd %WORKSPACE% 19 cd sasview\s asview19 cd sasview\src\sas\sasview 20 20 git rev-parse HEAD > tmpFile_githash 21 21 SET /p githash= < tmpFile_githash … … 89 89 cd %WORKSPACE% 90 90 cd sasview 91 cd sasview91 cd installers 92 92 %PYTHON% setup_exe.py py2exe 93 93 %PYTHON% installer_generator.py -
build_tools/travis_build.sh
r8374dc0 r2f6d340 10 10 11 11 # SET SASVIEW GITHASH 12 cd $WORKSPACE/sasview/s asview12 cd $WORKSPACE/sasview/src/sas/sasview 13 13 githash=$( git rev-parse HEAD ) 14 14 sed -i.bak s/GIT_COMMIT/$githash/g __init__.py -
docs/sphinx-docs/source/user/tutorial.rst
r461a917 r2f6d340 8 8 .. note:: In Windows use [Alt]-[Cursor left] to return to the previous page 9 9 10 :download:`Getting Started with Sasview <../../../../s asview/media/getting_started_with_sasview.pdf>`10 :download:`Getting Started with Sasview <../../../../src/sas/sasview/media/getting_started_with_sasview.pdf>` 11 11 12 :download:`Old Tutorial <../../../../s asview/media/Tutorial.pdf>`12 :download:`Old Tutorial <../../../../src/sas/sasview/media/Tutorial.pdf>`
Note: See TracChangeset
for help on using the changeset viewer.