Skip to content

Commit bbe37e4

Browse files
Merge branch 'master' into scripting_python_edit
2 parents d09755c + 5f6b44a commit bbe37e4

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

doc/processes/meetings/Meeting-Roles-and-Rotas.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,24 @@ It was decided that we would set up a rota for the various roles in IBEX meeting
5050
|JH | 04/08/2025 |x |
5151
|IG | 11/08/2025 |x |
5252
|CMS | 18/08/2025 |x |
53-
|DM | 25/08/2025 | |
54-
|KB | 01/09/2025 | |
55-
|FA | 08/09/2025 | |
56-
|GR | 15/09/2025 | |
57-
|LJ | 22/09/2025 | |
58-
|LC | 29/09/2025 | |
59-
|SpC | 06/10/2025 | |
60-
|DK | 13/10/2025 | |
61-
|ES | 20/10/2025 | |
62-
|TW | 27/10/2025 | |
63-
|SC | 03/11/2025 | |
64-
|JH | 10/11/2025 | |
65-
|FA | 17/11/2025 | |
66-
|DM | 24/11/2025 | |
67-
|GR | 01/12/2025 | |
68-
|TW | 08/12/2025 | |
69-
|ES | 15/12/2025 | |
70-
|IG | 22/12/2025 | |
53+
|DM | 25/08/2025 |x |
54+
|KB | 01/09/2025 |x |
55+
|FA | 08/09/2025 |x |
56+
|GR | 15/09/2025 |x |
57+
|LJ | 22/09/2025 |x |
58+
|LC | 29/09/2025 |x |
59+
|SpC | 06/10/2025 |x |
60+
|DK | 13/10/2025 |x |
61+
|TW | 20/10/2025 | |
62+
|SC | 27/10/2025 | |
63+
|JH | 03/11/2025 | |
64+
|FA | 10/11/2025 | |
65+
|DM | 17/11/2025 | |
66+
|GR | 24/11/2025 | |
67+
|TW | 01/12/2025 | |
68+
|IG | 08/12/2025 | |
69+
|? | 15/12/2025 | |
70+
|? | 22/12/2025 | |
7171

7272

7373

doc/scripting/instrument-scripts.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@ The general instrument scripts are in this [repository](https://github.com/ISISN
77
* Background plot configuration (using {doc}`/specific_iocs/other/Background-Script-IOC` and {doc}`Matplotlib`)
88
* {doc}`Zero-field system </specific_iocs/magnets/Zero-field-controller>` calibration routines
99
* {doc}`DAE pre & post commands </specific_iocs/dae/DAE-Pre-and-Post-commands>`
10+
11+
## Deployment
12+
13+
During IBEX deployment, an optional step has been added to the deploy script (see [ticket](https://github.com/ISISComputingGroup/IBEX/issues/7914)
14+
for details) to pull the latest master branch of the scripts repository and attempt an automatic merge with the local branch.
15+
This step will immediately fail if the local branch is _not_ named after the machine (e.g. _NDXxxx_) it is being run on.
16+
Following a successful check of the branch name, an automatic merge is attempted and should this fail,
17+
a set of instructions is presented to the user to perform a _manual_ merge. No further action is taken by this deployment task.
18+
19+
At the time of writing, there is **no** automated task for this 'pull and merge' of the instrument scripts
20+
(i.e. is it not present in the CI system), it is **only** performed as an optional step during IBEX deployment.

0 commit comments

Comments
 (0)