Changeset 1a4f4df in sasview
- Timestamp:
- Jun 30, 2016 7:46:42 AM (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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- a78bc87
- Parents:
- 8ca1ba1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_win_build.bat
rb4994b7 r1a4f4df 4 4 set PYLINT= C:\Python27\Scripts\pylint 5 5 set INNO="C:\Program Files (x86)\Inno Setup 5\ISCC.exe" 6 set GIT_SED="C:\Program Files"\Git\bin\sed.exe" 7 6 8 7 9 set PYTHONPATH=%PYTHONPATH%;%WORKSPACE%\sasview\utils … … 10 12 echo %PYTHONPATH% 11 13 echo %WORKSPACE% 14 15 16 :: SET SASVIEW GITHASH ################################################ 17 cd %WORKSPACE% 18 cd sasview\sasview 19 git rev-parse HEAD > tmpFile_githash 20 SET /p githash= < tmpFile_githash 21 DEL tmpFile_githash 22 %GIT_SED% -i.bak "s/GIT_COMMIT/%githash%/g" __init__.py 23 12 24 13 25
Note: See TracChangeset
for help on using the changeset viewer.