You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: RESERVED for the @brainvisa/admin team to release BrainVISA projects
4
-
title: BrainVISA x.y release check-list
4
+
title: BrainVISA 6.0 release check-list
5
5
labels: ''
6
6
assignees: ''
7
7
---
8
8
9
-
# Update x.y check-list
9
+
# Update 6.0 check-list
10
10
11
11
-[ ] Check that tests are successful on https://brainvisa.info/builds/
12
12
13
13
-[ ] Update changelogs and [the list of known issues](https://github.com/brainvisa/brainvisa.github.io/issues?q=%22Known+issues+for+BrainVISA%22+is%3Aissue+is%3Aopen)
`apptainer run -ce --bind brainvisa-6.0.n:/casa/setup brainvisa-6.0.n.sif`
63
63
- [ ] Use it to run `AimsFileInfo`, `anatomist`, `brainvisa`
64
64
65
65
-[ ] Edit the website to announce the new release
@@ -70,37 +70,37 @@ assignees: ''
70
70
71
71
-[ ] Deploy the `cea` pixi release:
72
72
-[ ] Update the existing install directory:
73
-
`cd /drf/brainvisa/brainvisa-x.y`
73
+
`cd /drf/brainvisa/brainvisa-6.0`
74
74
`pixi update brainvisa`
75
75
`pixi run brainvisa -b --setup`
76
76
`pixi run bv_update_bin_links`
77
77
-[ ] Verify that the deployment works (use it to launch `AimsFileInfo --info`, `anatomist`, `brainvisa`...)
78
-
`/drf/brainvisa/brainvisa-x.y/bin/bv bash`
79
-
`for __f in $(find /drf/brainvisa/brainvisa-x.y/.pixi/envs/default/share/brainvisa-share-x.y -type f -name '*.ima'); do AimsFileInfo -v -i "${__f}"; done`
80
-
`anatomist $(find /drf/brainvisa/brainvisa-x.y/.pixi/envs/default/share/brainvisa-share-x.y -type f -name '*.nii')`
78
+
`/drf/brainvisa/brainvisa-6.0/bin/bv bash`
79
+
`for __f in $(find /drf/brainvisa/brainvisa-6.0/.pixi/envs/default/share/brainvisa-share-6.0 -type f -name '*.ima'); do AimsFileInfo -v -i "${__f}"; done`
80
+
`anatomist $(find /drf/brainvisa/brainvisa-6.0/.pixi/envs/default/share/brainvisa-share-6.0 -type f -name '*.nii')`
81
81
`brainvisa`
82
82
83
83
-[ ] Build pip packages for the python projects soma-workflow, soma-base, populse-db and capsul which are distributed in pip, if they have changed:
0 commit comments