Skip to content

Commit

Permalink
doc/dev/release-checklists: update ceph-build for tentacle
Browse files Browse the repository at this point in the history
See ceph/ceph-build#2315

Signed-off-by: Patrick Donnelly <[email protected]>
  • Loading branch information
Patrick Donnelly committed Jan 10, 2025
1 parent f106b94 commit 6562bd7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/dev/release-checklists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Scripts

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

Misc
~~~~
Expand Down Expand Up @@ -116,10 +115,10 @@ ceph-build
----------
In the `ceph/ceph-build.git` repo:

- [ ] add the version -> X mapping (`release_from_version()` in `scripts/build_utils.sh`)
- [ ] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/build_osc`)
- [ ] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/setup_osc`)
- [ ] 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)
- [x] add the version -> X mapping (`release_from_version()` in `scripts/build_utils.sh`)
- [x] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/build_osc`)
- [x] add the option for X (`case $RELEASE_BRANCH` in `ceph-dev-build/build/setup_osc`)
- [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)


ceph-container
Expand Down

0 comments on commit 6562bd7

Please sign in to comment.