]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/release-process.rst: note new 'project' arguments 57645/head
authorDan Mick <dan.mick@redhat.com>
Wed, 22 May 2024 22:25:51 +0000 (15:25 -0700)
committerZac Dover <zac.dover@proton.me>
Thu, 23 May 2024 01:06:43 +0000 (11:06 +1000)
Support added to the release scripts (from ceph-build.git) to
work for ceph-iscsi, so 'project' must be passed to these scripts,
and will appear in the prerelease pathnames.  See also
https://github.com/ceph/ceph-build/pull/2243 and
https://github.com/ceph/ceph-container/pull/2210

Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit 7e64c6386e3571c657e0889ef12449e5b43f751a)

doc/dev/release-process.rst

index 3750759b846b57fb2ab5726c7577df7a787ea081..11e36ab473c5f0c2ea33b4daa5681b06eeeb29c2 100644 (file)
@@ -179,11 +179,11 @@ See `the Ceph Tracker wiki page that explains how to write the release notes <ht
 
    .. prompt:: bash
 
-      sign-rpms octopus
+      sign-rpms ceph octopus
 
    Example::
-   
-      $ sign-rpms octopus
+
+      $ sign-rpms ceph octopus
       Checking packages in: /opt/repos/ceph/octopus-15.2.17/centos/7
       signing:  /opt/repos/ceph/octopus-15.2.17/centos/7/SRPMS/ceph-release-1-1.el7.src.rpm
       /opt/repos/ceph/octopus-15.2.17/centos/7/SRPMS/ceph-release-1-1.el7.src.rpm:
@@ -197,7 +197,13 @@ See `the Ceph Tracker wiki page that explains how to write the release notes <ht
 
    .. prompt:: bash $
 
-      sync-push octopus
+      sync-push ceph octopus
+
+This leaves the packages in a password-protected prerelease area
+at https://download.ceph.com/prerelease/ceph.  Verify them from there.
+When done and ready for release, mv the directories to the release
+directory (that is, "mv <whatever you're promoting> ../..".
+
 
 5. Build Containers
 ===================