Skip to content

Commit 0d72848

Browse files
author
Patrick Donnelly
committed
doc/dev/release-checklists: update ceph-build for tentacle
ceph/ceph-build#2315 Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 78afb77 commit 0d72848

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/dev/release-checklists.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Scripts
4545

4646
- [x] src/script/backport-resolve-issue (`releases()`, `ver_to_release()`... but for X-1)
4747
- [ ] src/script/ceph-release-notes (X-1)
48-
- [x] ceph-build.git scripts/build_utils.sh `release_from_version()`
4948

5049
Misc
5150
~~~~
@@ -116,10 +115,10 @@ ceph-build
116115
----------
117116
In the `ceph/ceph-build.git` repo:
118117

119-
- [ ] add the version -> X mapping (`release_from_version()` in `scripts/build_utils.sh`)
120-
- [ ] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/build_osc`)
121-
- [ ] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/setup_osc`)
122-
- [ ] grep for previous release and add relevant build targets (e.g. for reef https://github.com/ceph/ceph-build/pull/2076 and https://github.com/ceph/ceph-build/pull/2119)
118+
- [x] add the version -> X mapping (`release_from_version()` in `scripts/build_utils.sh`)
119+
- [x] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/build_osc`)
120+
- [x] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/setup_osc`)
121+
- [x] grep for previous release and add relevant build targets (e.g. for reef https://github.com/ceph/ceph-build/pull/2076 and https://github.com/ceph/ceph-build/pull/2119 and https://github.com/ceph/ceph-build/pull/2315)
123122

124123

125124
ceph-container

0 commit comments

Comments
 (0)