diff options
Diffstat (limited to 'doc/dev/release-process.rst')
-rw-r--r-- | doc/dev/release-process.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dev/release-process.rst b/doc/dev/release-process.rst index 53f6e947084..335d6d2a7c7 100644 --- a/doc/dev/release-process.rst +++ b/doc/dev/release-process.rst @@ -111,7 +111,7 @@ NOTE: if for some reason the build has to be restarted (for example if one distr +===================+==================================================+ | pacific (16.X.X) | ``focal bionic centos8 buster bullseye`` | +-------------------+--------------------------------------------------+ - | quincy (17.X.X) | ``focal centos8 centos9 bullseye`` | + | quincy (17.X.X) | ``jammy focal centos8 centos9 bullseye`` | +-------------------+--------------------------------------------------+ | reef (18.X.X) | ``jammy focal centos8 centos9 windows bookworm`` | +-------------------+--------------------------------------------------+ @@ -209,16 +209,16 @@ See `the Ceph Tracker wiki page that explains how to write the release notes <ht sync-push octopus This leaves the packages in a password-protected prerelease area -at https://download.ceph.com/prerelease. Verify them from there. +at https://download.ceph.com/prerelease. Verify them from there. When done and ready for release, mv the directories to the parent -directory (that is, "mv <whatever you're promoting> ..". +directory (that is, "mv <whatever you're promoting> ..". 5. Build Containers =================== -Prerelease containers (x86_64 only) are built by -https://2.jenkins.ceph.com/job/ceph-container-prerelease-build; run it +Prerelease containers (x86_64 only) are built by +https://2.jenkins.ceph.com/job/ceph-container-prerelease-build; run it with appropriate parameters. Test container images will appear on quay.ceph.io in the ceph/prerelease repo, built from the prerelease area on download.ceph.com. When satisfied with them, and after you have promoted |