From: Radoslaw Zarzynski Date: Tue, 20 Sep 2022 14:23:25 +0000 (+0000) Subject: doc/dev/release-checklists.rst: add section for ceph-build X-Git-Tag: v18.1.0~1075^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=67b7bdbade9472c1ab4c820c54e671a9aca0d7f4;p=ceph.git doc/dev/release-checklists.rst: add section for ceph-build Signed-off-by: Radoslaw Zarzynski --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index e8ffd3968c4f..c37d13b5a24d 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -95,6 +95,14 @@ QA suite - [x] create qa/suites/rados/thrash-old-clients/1-install/(X-1).yaml +ceph-build +---------- +In the `ceph/ceph-build.git` repo: + +- [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`) + First release candidate =======================