diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 4827fd8d8cb727..463bd77a0e8aca 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -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) -- [x] ceph-build.git scripts/build_utils.sh `release_from_version()` Misc ~~~~ @@ -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