Skip to content

Commit 62edd10

Browse files
authored
Merge pull request #249 from ISISComputingGroup/fixbuild
fix the build by putting kits_icp_path back in where needed
2 parents ad49e0e + f7461b1 commit 62edd10

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

installation_and_upgrade/instrument_install_latest_build_only.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ REM this will change e.g. {prefix}_win7_x64 to {prefix}_win1_x64 as server s
1111
setlocal EnableDelayedExpansion
1212

1313
set PYTHONUNBUFFERED=TRUE
14+
set "KITS_ICP_PATH=\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP"
1415

1516
call "%~dp0set_epics_ca_addr_list.bat"
1617
call "%~dp0install_or_update_uv.bat"

installation_and_upgrade/vhd_build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
setlocal EnableDelayedExpansion
22
set PYTHONUNBUFFERED=1
33
set "SOURCE=\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\Releases"
4+
set "KITS_ICP_PATH=\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP"
45

56
call "%~dp0set_epics_ca_addr_list.bat"
67
call "%~dp0install_or_update_uv.bat"

installation_and_upgrade/vhd_build_force_cleanup.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
setlocal EnableDelayedExpansion
22
set PYTHONUNBUFFERED=1
33
set "SOURCE=\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\Releases"
4+
set "KITS_ICP_PATH=\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP"
45

56
call "%~dp0set_epics_ca_addr_list.bat"
67
call "%~dp0install_or_update_uv.bat"

0 commit comments

Comments
 (0)