Skip to content

Commit 1f54f81

Browse files
authored
Update Creating-a-release.md
1 parent 6ab6c11 commit 1f54f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/deployment/Creating-a-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Project is ready to be released not for a specific event, e.g. at the end of a s
6464
1. Update the "Latest Stable Release" and "Upcoming release" links on the [IBEX wiki homepage](https://github.com/ISISComputingGroup/IBEX) to be the new release and commit to master.
6565
1. If applicable, update the dependencies since the last release and add them to the bottom of the release notes. To find the python dependencies list, run a `pip freeze` on a cleanly released `uktena`. Note that you will need to specify the scripts directory to run pip commands. i.e. `C:\Instrument\Apps\Python3\Scripts\Pip.exe freeze`
6666
1. copy the release to `control-svcs`, this is so we can set git remotes for hotfixes etc. as part of the deploy. So if release is number 1.2.3
67-
- `robocopy "Kits$\CompGroup\ICP\Releases\1.2.3\EPICS\.git" "\\control-svcs.nd.rl.ac.uk\git$\releases\1.2.3\EPICS.git" /mir /nfl /ndl`
67+
- `robocopy "\\isis\inst$\Kits$\CompGroup\ICP\Releases\1.2.3\EPICS\.git" "\\control-svcs.nd.rl.ac.uk\git$\releases\1.2.3\EPICS.git" /mir /nfl /ndl`
6868
- edit `EPICS.git\config` on the control-svcs version (you can browse straight to the `\\control-svcs` share above)
6969
- change `bare = false` to `bare = true`
7070
- Add an extra section at end of file

0 commit comments

Comments
 (0)