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
Update to a recommended tag - currently the recommended tag is **v9.2.0**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v9.2.0)
51
+
Update to a recommended tag - currently the recommended tag is **v9.2.1**: [see release notes](https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/releases/tag/v9.2.1)
52
52
53
53
```sh
54
54
cd$CMSSW_BASE/src/HiggsAnalysis/CombinedLimit
55
55
git fetch origin
56
-
git checkout v9.2.0
56
+
git checkout v9.2.1
57
57
scramv1 b clean; scramv1 b # always make a clean build
58
58
```
59
59
@@ -110,7 +110,7 @@ Pre-compiled versions of the tool are available as container images from the [CM
110
110
```sh
111
111
docker run --name combine -it gitlab-registry.cern.ch/cms-cloud/combine-standalone:<tag>
112
112
```
113
-
where you must replace `<tag>` with a particular version of the tool - eg - `v9.2.0`. See the top of this page for the latest recommended versions.
113
+
where you must replace `<tag>` with a particular version of the tool - eg - `v9.2.1`. See the top of this page for the latest recommended versions.
114
114
115
115
You will now have the compiled <spanstyle="font-variant:small-caps;">Combine</span> binary available as well as the complete package of tool.
116
116
The container can be re-started using `docker start -i combine`.
@@ -214,9 +214,9 @@ Installation through CernVM is maintained on a best-effort basis and these instr
214
214
215
215
## What has changed between tags?
216
216
217
-
You can generate a diff of any two tags (eg for `v9.1.0` and `v9.0.0`) by using the following url:
217
+
You can generate a diff of any two tags (eg for `v9.2.1` and `v9.2.0`) by using the following url:
0 commit comments